Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix duplicate creation of ntuple filter

2017-11-10 Thread Ferruh Yigit
On 11/9/2017 9:46 AM, Ajit Khaparde wrote: > Prevent the creation of duplicate 5tuple filters. > Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support") > > Signed-off-by: Ajit Khaparde Series applied to dpdk/master, thanks.

[dpdk-dev] [PATCH 1/2] net/bnxt: fix duplicate creation of ntuple filter

2017-11-09 Thread Ajit Khaparde
Prevent the creation of duplicate 5tuple filters. Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support") Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 36 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/drivers/net/