Re: [PATCH net] bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.

2019-07-18 Thread David Miller
From: Michael Chan Date: Wed, 17 Jul 2019 03:07:23 -0400 > Unlike legacy chips, 57500 chips don't need additional VNIC resources > for aRFS/ntuple. Fix the code accordingly so that we don't reserve > and allocate additional VNICs on 57500 chips. Without this patch, > the driver is failing to in

[PATCH net] bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.

2019-07-17 Thread Michael Chan
Unlike legacy chips, 57500 chips don't need additional VNIC resources for aRFS/ntuple. Fix the code accordingly so that we don't reserve and allocate additional VNICs on 57500 chips. Without this patch, the driver is failing to initialize when it tries to allocate extra VNICs. Fixes: ac33906c67e