Why advertised and probed packet filters failed on NDIS miniport ?

I am trying to pass my driver with HLK test NDISTest 6.5 - packetfilters .

Test name : NDISTest 6.5 - packetfilters

Descriptions :

This test validates the filters on the test device. All the possible combinations of filters are tested for different addressing schemes. Only one protocol (NDISTest) is bound on the adapter to ensure NDIS does not perform any filtering. The script identifies the different filters supported by the adapter dynamically.

test log :

After analyzing HLK log , i can see that

Check to see if the driver is an SRIOV VF

passed :

OID_SRIOV_HARDWARE_CAPABILITIES failed on device Virtual Network Driver: not supported


Checking for discrepancies between advertised and probed packet filters.

failed with error :

Following probed filters do not match the advertised filter value: SourceRouting | Smt | Group | AllFunctional | Functional | MacFrame


I didn’t understand what is this error ? is it related to any OID ? what is advertised and probed packet filters ? Any suggestions ?