> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Tuesday, October 24, 2023 6:21 PM > To: [email protected] > Cc: [email protected]; Brandeburg, Jesse > <[email protected]>; [email protected]; Eric Dumazet > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Keller, Jacob E <[email protected]>; Jakub Kicinski <[email protected]>; > Paolo Abeni <[email protected]>; David S. Miller <[email protected]> > Subject: [Intel-wired-lan] [PATCH net-next 1/2] i40e: Do not call > devlink_port_type_clear() > > Do not call devlink_port_type_clear() prior devlink port unregister > and let devlink core to take care about it. > > Reproducer: > [root@host ~]# rmmod i40e > [ 4539.964699] i40e 0000:02:00.0: devlink port type for port 0 cleared > without a software interface reference, device type not supported by the > kernel? > [ 4540.319811] i40e 0000:02:00.1: devlink port type for port 1 cleared > without a software interface reference, device type not supported by the > kernel? > > Fixes: 9e479d64dc58 ("i40e: Add initial devlink support") > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_devlink.c | 1 - > 1 file changed, 1 deletion(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
