Re: [PATCH net 1/3] bnxt_en: extend RTNL to VF check in devlink driver_reinit
From: Michael Chan <michael.chan@broadcom.com>
Date: 2021-11-16 16:20:41
Also in:
llvm, oe-kbuild-all
From: Michael Chan <michael.chan@broadcom.com>
Date: 2021-11-16 16:20:41
Also in:
llvm, oe-kbuild-all
On Tue, Nov 16, 2021 at 6:39 AM Jakub Kicinski [off-list ref] wrote:
On Tue, 16 Nov 2021 00:30:34 +0800 kernel test robot wrote:quoted
quoted
quoted
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:445:48: error: no member named 'sriov_cfg' in 'struct bnxt'if (BNXT_PF(bp) && (bp->pf.active_vfs || bp->sriov_cfg)) { ~~ ^Hi Michael, is this a false positive? Is the fix coming?
It's a real error when CONFIG_BNXT_SRIOV is not enabled. I'll send the fix later today. Thanks.