public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Plan to move all network components to NetworkPkg
@ 2018-11-02  8:10 Fu, Siyuan
  2018-11-02 14:26 ` Gao, Liming
  2018-11-05  2:21 ` Ni, Ruiyu
  0 siblings, 2 replies; 4+ messages in thread
From: Fu, Siyuan @ 2018-11-02  8:10 UTC (permalink / raw)
  To: edk2-devel@lists.01.org
  Cc: Zeng, Star, Wang, Jian J, Ni, Ruiyu, Wu, Jiaxin, Ye, Ting

Hi, All

The edk2 Bugzilla #1278 "Delete IPv4 only TCP/iSCSI/PXE drivers in MdeModulePkg" has been confirmed to be included in edk2-stable201903 tag, so platform DSC/FDF need to be updated to adopt the change by that time. I think might be an opportunity moment to make a little more - move all edk2 network related drivers/libraries into one single package - that what we want to do for a long time.

In current edk2, the network stack components are located mainly in 2 different places, the MdeModulePkg and NetworkPkg, due to some historical reasons. The MdeModulePkg contains most of the IPv4 stack drivers (in MdeModulePkg/Universal/Network directory), and all the network libraries. The NetworkPkg contains all the IPv6 stack drivers and also some dual stack drivers (like TcpDxe). The PCDs related to network configuration are also defined in different packages: PcdTftpBlockSize is in MdeModulePkg.dec and others are in NetworkPkg.dec. There are also drivers in these 2 packages have a same name (like UefiPxeBcDxe).

We can see these codes are not well organized, so I'd like to take this opportunity to change this situation, to move all network components to NetworkPkg, which will make the edk2 network stack code easier to use and maintain in the future.

I have created Bugzilla #1293 for this proposal, and I will send some patches for the detail changes. I hope it could be done together with #1278 so the platform only need to update their DSC/FDF file for one time. Please let me know if you have any comments on this, thanks.

https://bugzilla.tianocore.org/show_bug.cgi?id=1293

BestRegards
Fu Siyuan



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-05  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-02  8:10 Plan to move all network components to NetworkPkg Fu, Siyuan
2018-11-02 14:26 ` Gao, Liming
2018-11-05  2:21 ` Ni, Ruiyu
2018-11-05  5:26   ` Zeng, Star

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox