> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Nikolay Aleksandrov via Intel-wired-lan > Sent: 13 February 2026 14:19 > To: [email protected] > Cc: David Ahern <[email protected]>; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Andrew Lunn <[email protected]>; > [email protected]; Eric Dumazet <[email protected]>; Jakub Kicinski > <[email protected]>; Paolo Abeni <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Greenwalt, Paul <[email protected]>; > Daniel Zahka <[email protected]>; Michal Swiatkowski > <[email protected]>; Ertman, David M > <[email protected]>; Mustafa Ismail <[email protected]>; Shiraz > Saleem <[email protected]>; Nikolova, Tatyana E > <[email protected]>; [email protected]; Nikolay > Aleksandrov <[email protected]> > Subject: [Intel-wired-lan] [PATCH net] drivers: net: ice: fix devlink > parameters get without irdma > > If CONFIG_IRDMA isn't enabled but there are ice NICs in the system, the > driver will prevent full devlink dev param show dump because its rdma get > callbacks return ENODEV and stop the dump. For example: > $ devlink dev param show > pci/0000:82:00.0: > name msix_vec_per_pf_max type generic > values: > cmode driverinit value 2 > name msix_vec_per_pf_min type generic > values: > cmode driverinit value 2 > kernel answers: No such device > > Returning EOPNOTSUPP allows the dump to continue so we can see all devices' > devlink parameters. > > Fixes: c24a65b6a27c ("iidc/ice/irdma: Update IDC to support multiple > consumers") > Signed-off-by: Nikolay Aleksandrov <[email protected]> > --- > drivers/net/ethernet/intel/ice/devlink/devlink.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
