Re: [dpdk-dev] [PATCH v2] net/bnxt: fix flow director with same cmd different queue

2018-03-27 Thread Ferruh Yigit
On 3/26/2018 4:22 AM, Somnath Kotur wrote: > When user reissues same flow director cmd with a different queue > update the existing filter to redirect flow to the new desired > queue as destination just like the other filters like 5 tuple and > generic flow. > > Fixes: 2d64da097aa0 ("net/bnxt: sup

[dpdk-dev] [PATCH v2] net/bnxt: fix flow director with same cmd different queue

2018-03-25 Thread Somnath Kotur
When user reissues same flow director cmd with a different queue update the existing filter to redirect flow to the new desired queue as destination just like the other filters like 5 tuple and generic flow. Fixes: 2d64da097aa0 ("net/bnxt: support FDIR") Cc: ajit.khapa...@broadcom.com Signed-off-