netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] ionic: add sriov support
@ 2019-12-12  0:33 Shannon Nelson
  2019-12-12  0:33 ` [PATCH v2 net-next 1/2] ionic: ionic_if bits for sr-iov support Shannon Nelson
  2019-12-12  0:33 ` [PATCH v2 net-next 2/2] ionic: support sr-iov operations Shannon Nelson
  0 siblings, 2 replies; 15+ messages in thread
From: Shannon Nelson @ 2019-12-12  0:33 UTC (permalink / raw)
  To: netdev, davem; +Cc: parav, Shannon Nelson

Set up the basic support for enabling SR-IOV devices in the
ionic driver.  Since most of the management work happens in
the NIC firmware, the driver becomes mostly a pass-through
for the network stack commands that want to control and
configure the VFs.

v2:	use pci_num_vf() and kcalloc()
	add locking for the VF operations
	disable VFs in ionic_remove() if they are still running

Shannon Nelson (2):
  ionic: ionic_if bits for sr-iov support
  ionic: support sr-iov operations

 drivers/net/ethernet/pensando/ionic/ionic.h   |  15 +-
 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  85 ++++++
 .../net/ethernet/pensando/ionic/ionic_dev.c   |  58 ++++
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   7 +
 .../net/ethernet/pensando/ionic/ionic_if.h    |  97 +++++++
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 254 +++++++++++++++++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   7 +
 .../net/ethernet/pensando/ionic/ionic_main.c  |   4 +
 8 files changed, 519 insertions(+), 8 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-01-03  0:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12  0:33 [PATCH v2 net-next 0/2] ionic: add sriov support Shannon Nelson
2019-12-12  0:33 ` [PATCH v2 net-next 1/2] ionic: ionic_if bits for sr-iov support Shannon Nelson
2019-12-12  0:33 ` [PATCH v2 net-next 2/2] ionic: support sr-iov operations Shannon Nelson
2019-12-12  6:53   ` Parav Pandit
2019-12-12 19:52     ` Shannon Nelson
2019-12-12 19:52     ` Jakub Kicinski
2019-12-12 19:59       ` Shannon Nelson
2019-12-12 21:35         ` Jakub Kicinski
2019-12-12 22:24           ` Parav Pandit
2019-12-12 22:40             ` Shannon Nelson
2019-12-12 22:42               ` Jakub Kicinski
2019-12-16  4:47               ` Parav Pandit
2019-12-16  6:02                 ` Shannon Nelson
2019-12-16  8:46                   ` Parav Pandit
2020-01-03  0:05                     ` Shannon Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).