Re: [dpdk-dev] [PATCH] net/ixgbe: fix incorrect mask flag

2017-08-04 Thread Thomas Monjalon
02/08/2017 23:38, Qi Zhang: > After fail to create a flow and if this is the first flow, the > mask_added flag should be reset, or it will prevent a new flow > which require different mask be created, since the mask config > remains impact. > > Fixes: 72c135a89f8 ("net/ixgbe: create consistent fil

[dpdk-dev] [PATCH] net/ixgbe: fix incorrect mask flag

2017-08-02 Thread Qi Zhang
After fail to create a flow and if this is the first flow, the mask_added flag should be reset, or it will prevent a new flow which require different mask be created, since the mask config remains impact. Fixes: 72c135a89f8 ("net/ixgbe: create consistent filter") Cc: sta...@dpdk.org Signed-off-by