]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: Fix VNIC reservations on the PF.
authorMichael Chan <michael.chan@broadcom.com>
Fri, 5 Oct 2018 04:26:00 +0000 (00:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Oct 2018 04:41:16 +0000 (21:41 -0700)
commitd6569eb0f160d95cd182bffb071a9ddd35e13110
tree15aebdb2f14a982d8cc292a3cd80457c83210a4e
parent04c0a90d404545198f14648d39f88256656192b1
bnxt_en: Fix VNIC reservations on the PF.

The enables bit for VNIC was set wrong when calling the HWRM_FUNC_CFG
firmware call to reserve VNICs.  This has the effect that the firmware
will keep a large number of VNICs for the PF, and having very few for
VFs.  DPDK driver running on the VFs, which requires more VNICs, may not
work properly as a result.

Fixes: fa47877e6282 ("bnxt_en: Implement new method to reserve rings.")
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c