tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

NetworkPkg/SnpDxe: return error for unsupported parameter #5901

Closed nicklela closed 3 days ago

nicklela commented 1 month ago

Description

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

From SCT testing report, Reset() does not support the case when ExtendedVerification is set to FALSE. So, we should return EFI_INVALID_PARAMETER in this case. For details, please refer to Bug 4729.

How This Was Tested

N/A

Integration Instructions

N/A

nicklela commented 1 month ago

It's been a while since last review. @mdkinney could you please help me to merge this change because there is no objection raised during past month? Thanks!