Re: [dpdk-dev] [PATCH v2] net/tap: fix zeroed flow mask configurations

2018-08-06 Thread Adrien Mazarguil
On Mon, Aug 06, 2018 at 10:58:47AM +, Matan Azrad wrote: > The rte_flow meaning of zero flow mask configuration is to match all > the range of the item value. > For example, the flow eth / ipv4 dst spec 1.2.3.4 dst mask 0.0.0.0 > should much all the ipv4 traffic from the rte_flow API perspectiv

[dpdk-dev] [PATCH v2] net/tap: fix zeroed flow mask configurations

2018-08-06 Thread Matan Azrad
The rte_flow meaning of zero flow mask configuration is to match all the range of the item value. For example, the flow eth / ipv4 dst spec 1.2.3.4 dst mask 0.0.0.0 should much all the ipv4 traffic from the rte_flow API perspective. >From some kernel perspectives the above rule means to ignore all