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

2020-01-30 Thread Ajit Khaparde
On Thu, Jan 30, 2020 at 10:18 PM 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: 94eb699bc82e ("net/bnxt: support

[dpdk-dev] [PATCH v2] 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: 94eb699bc82e ("net/bnxt: support flow mark action") Reviewed-by: Ajit Khaparde Signed-off-by: Som