Files
linux-nv-oot/drivers/net/ethernet
Rakesh Goyal 4fcd7633cd nvethernet: fix eqos ioctls for MAC filter validation app
Issue:
1) EQOS_UDP_FILTERING_CMD: SW check for VLAN Hash Filter hw feature
along with user input.

2) EQOS_UDP_FILTERING_CMD/EQOS_TCP_FILTERING_CMD: SW don't set IPFE bit
in MAC packet filter register.

Fix:
1) No need to check for VLAN hash filter hw feature as Hash
filtering is not supported in SW.

2) Call osi_config_l3_l4_filter_enable if MAC filter register already
not configured for L3/L4 filtering.

Bug 200512422

Change-Id: I2cba199f57b79b7357663d39c8e2281f4b49bda8
Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2148361
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
2022-11-01 14:27:07 +05:30
..