ChangeLog:
v1 Corrected Ethernet frame size to 1538. Performance optimization. Removed extra CopyMem() call.
v2 Split the patch. Adjust the Ethernet frame size to 1566 to cover the IPv6 case. EBC performance optimization: a. Removed unnecessary SetMem(). b. Replaced CopyMem() with direct copy of structure members.
Daniil Egranov (2): OpenPlatformPkg/Drivers/Net/MarvellYukonDxe: Correct Ethernet frame buffer size OpenPlatformPkg/Drivers/Net/MarvellYukonDxe: Performance optimization for EBC
Drivers/Net/MarvellYukonDxe/if_msk.c | 5 +++-- Drivers/Net/MarvellYukonDxe/if_msk.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)