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

2018-08-06 Thread Matan Azrad
Hi Adrien From: Adrien Mazarguil > On Sun, Aug 05, 2018 at 06:10:55AM +, Matan Azrad wrote: > > Hi Adrien > > > > From: Adrien Mazarguil > > > Hi Matan, > > > > > > On Thu, Aug 02, 2018 at 05:52:18PM +, Matan Azrad wrote: > > > > Hi Adrien > > > > > > > > From: Adrien Mazarguil > > > > > O

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

2018-08-06 Thread Adrien Mazarguil
On Sun, Aug 05, 2018 at 06:10:55AM +, Matan Azrad wrote: > Hi Adrien > > From: Adrien Mazarguil > > Hi Matan, > > > > On Thu, Aug 02, 2018 at 05:52:18PM +, Matan Azrad wrote: > > > Hi Adrien > > > > > > From: Adrien Mazarguil > > > > On Thu, Aug 02, 2018 at 10:33:00AM +, Matan Azrad w

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

2018-08-04 Thread Matan Azrad
Hi Adrien From: Adrien Mazarguil > Hi Matan, > > On Thu, Aug 02, 2018 at 05:52:18PM +, Matan Azrad wrote: > > Hi Adrien > > > > From: Adrien Mazarguil > > > On Thu, Aug 02, 2018 at 10:33:00AM +, Matan Azrad wrote: > > > > The rte_flow meaning of zero flow mask configuration is to match >

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

2018-08-03 Thread Adrien Mazarguil
Hi Matan, On Thu, Aug 02, 2018 at 05:52:18PM +, Matan Azrad wrote: > Hi Adrien > > From: Adrien Mazarguil > > On Thu, Aug 02, 2018 at 10:33:00AM +, Matan Azrad wrote: > > > The rte_flow meaning of zero flow mask configuration is to match all > > > the range of the item value. > > > For ex

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

2018-08-02 Thread Matan Azrad
Hi Adrien From: Adrien Mazarguil > On Thu, Aug 02, 2018 at 10:33:00AM +, 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 i

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

2018-08-02 Thread Adrien Mazarguil
On Thu, Aug 02, 2018 at 10:33:00AM +, 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

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

2018-08-02 Thread Wiles, Keith
> On Aug 2, 2018, at 5:33 AM, 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 perspective. >

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

2018-08-02 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