]> git.baikalelectronics.ru Git - kernel.git/commit
ionic: add support for device id 0x1004
authorShannon Nelson <snelson@pensando.io>
Sat, 7 Mar 2020 01:04:07 +0000 (17:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2020 02:34:04 +0000 (19:34 -0700)
commit4c604d6253dcc68568003c949b458f90cb8b432e
tree84934049f6884379dc728e137bebf9808e6d6623
parenta73c9a784f4226d22088d81b6e52aa2dddb58e23
ionic: add support for device id 0x1004

Add support for the management port device id.  This is to
capture the device and set it up for devlink use, but not set
it up for network operations.  We still use a netdev object
in order to use the napi infrasucture for processing adminq
and notifyq messages, we just don't register the netdev.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic.h
drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c
drivers/net/ethernet/pensando/ionic/ionic_devlink.c
drivers/net/ethernet/pensando/ionic/ionic_lif.c