net/bnxt: remove spurious warning in Rx handler
authorSomnath Kotur <somnath.kotur@broadcom.com>
Fri, 31 Jan 2020 06:16:58 +0000 (11:46 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 5 Feb 2020 08:51:21 +0000 (09:51 +0100)
commit8522f7b12c146e7fa95728b2f23b4029709e14e6
tree5a2378b0a6595b78a3b4830d374b031a634e0122
parent8e46d4e18f0961f022218c4b693cd56434a444f0
net/bnxt: remove spurious warning in Rx handler

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")

Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_rxr.c