public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ye, Ting" <ting.ye@intel.com>
To: "Fu, Siyuan" <siyuan.fu@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH v2 0/3] classless address network unicast check
Date: Fri, 28 Oct 2016 02:51:45 +0000	[thread overview]
Message-ID: <BC0C045B0E2A584CA4575E779FA2C12A17E926C6@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1477565499-11764-1-git-send-email-siyuan.fu@intel.com>

Series Reviewed-by: Ye Ting <ting.ye@intel.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fu Siyuan
Sent: Thursday, October 27, 2016 6:52 PM
To: edk2-devel@lists.01.org
Subject: [edk2] [PATCH v2 0/3] classless address network unicast check

V2 update:
Keep the zero address and broadcast check if network mask is not available.

The classful addressing (IP class A/B/C) has been deprecated according to RFC4632. This patch updates the NetLib and network drivers for the unicast check in classless network.

Fu Siyuan (3):
  MdeModulePkg: Update NetLib interface to support classless addressing.
  MdeModulePkg: Update IP4 stack drivers for classless address unicast
    check.
  NetworkPkg: Update IP4 stack drivers for classless address unicast
    check.

 MdeModulePkg/Include/Library/IpIoLib.h             |  4 ++-
 MdeModulePkg/Include/Library/NetLib.h              | 23 ++++++++-----
 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c       |  9 ++++-
 MdeModulePkg/Library/DxeNetLib/DxeNetLib.c         | 26 +++++++-------
 MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.c    |  4 +--
 .../Universal/Network/Dhcp4Dxe/Dhcp4Impl.c         | 28 ++-------------
 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c  |  6 +---
 .../Universal/Network/IScsiDxe/IScsiConfig.c       | 15 +++++---
 .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c      |  9 +++--
 .../Universal/Network/Ip4Dxe/Ip4Config2Nv.c        | 24 ++++++-------
 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4If.c      |  7 +---
 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.c       |  8 ++---
 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c  |  6 ++--  MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c  |  9 +++--  MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c  |  8 ++---
 .../Universal/Network/UefiPxeBcDxe/PxeBcImpl.c     | 24 ++++++++-----
 NetworkPkg/IScsiDxe/IScsiConfig.c                  | 16 ++++++---
 NetworkPkg/TcpDxe/TcpMain.c                        |  6 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                | 40 +++++++++++++++-------
 NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c             |  4 ++-
 20 files changed, 146 insertions(+), 130 deletions(-)

--
2.7.4.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


      parent reply	other threads:[~2016-10-28  2:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 10:51 [PATCH v2 0/3] classless address network unicast check Fu Siyuan
2016-10-27 10:51 ` [PATCH v2 1/3] MdeModulePkg: Update NetLib interface to support classless addressing Fu Siyuan
2016-10-28  2:52   ` Wu, Jiaxin
2016-10-27 10:51 ` [PATCH v2 2/3] MdeModulePkg: Update IP4 stack drivers for classless address unicast check Fu Siyuan
2016-10-28  2:52   ` Wu, Jiaxin
2016-10-27 10:51 ` [PATCH v2 3/3] NetworkPkg: " Fu Siyuan
2016-10-28  2:52   ` Wu, Jiaxin
2016-10-28  2:51 ` Ye, Ting [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BC0C045B0E2A584CA4575E779FA2C12A17E926C6@SHSMSX103.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox