[dpdk-users] problem in setting mask for ntuple filters

Alex Salig saligalex at gmail.com
Sat Jun 24 16:43:11 CEST 2017


I want to set a mask other than UINT32_MAX for IP address field of a
RTE_ETH_FILTER_NTUPLE. But I get "Invalid argument" error.
I checked the code and found out that in the implementation of this filter,
the mask value is checked to be either UINTxx_MAX or 0? Why?

http://dpdk.org/browse/dpdk/tree/drivers/net/ixgbe/ixgbe_ethdev.c#n6015


More information about the users mailing list