[dpdk-dev] [PATCH] net/bnxt: fix to remove spurious warning in Rx handler

2020-01-30 Thread Somnath Kotur
HW seems to populate the cfa code in the Rx descriptor even if an explicit flow rule is not configured via application as there might be a default rule configured in HW even for promisc mode. Fixes: 6d9be25b9771 ("net/bnxt: fix to support zero mark id along with RSS action") Reviewed-by: Ajit Kh

Re: [dpdk-dev] [PATCH] net/bnxt: fix to remove spurious warning in Rx handler

2020-01-30 Thread Somnath Kotur
Please ignore this patch Thanks On Fri, Jan 31, 2020 at 10:37 AM Somnath Kotur wrote: > HW seems to populate the cfa code in the Rx descriptor even > if an explicit flow rule is not configured via application as > there might be a default rule configured in HW even for promisc > mode. > > Fixes

[dpdk-dev] [PATCH] net/bnxt: fix to remove spurious warning in Rx handler

2020-01-30 Thread Somnath Kotur
HW seems to populate the cfa code in the Rx descriptor even if an explicit flow rule is not configured via application as there might be a default rule configured in HW even for promisc mode. Fixes: ff88f133be45 ("net/bnxt: fix to support zero mark id along with RSS action") Bug: CTRL-45914 Chan