Subject: Re: [edk2] [PATCH] MdeModulePkg , NetworkPkg: Speed up network stack :
check for IPsec only once
Hi Samer,
Thank you for capturing this issue. We agree that trying to locate IPsec
protocol on every packet is not good for performance. Though we don't quite
agree with the fix, sin
14 4:46 AM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] [PATCH] MdeModulePkg , NetworkPkg: Speed up network stack :
check for IPsec only once
Dear MdeModulePkg and NetworkPkg maintainers,
Please find the attached patch that speeds up network stack by removing
unnecessary IPSEC protocol loc
Dear MdeModulePkg and NetworkPkg maintainers,
Please find the attached patch that speeds up network stack by removing
unnecessary IPSEC protocol locate in the
main IPv4 and IPv6 packet processing paths.
Do not try to locate gEfiIpSec2ProtocolGuid on every IPv4 datagram TX/RX.
The locate proto