On Tue, Nov 16, 2021 at 6:39 AM Jakub Kicinski <kuba(a)kernel.org> wrote:
On Tue, 16 Nov 2021 00:30:34 +0800 kernel test robot wrote:
> >> 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.