netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] sfc: Add extra states for VDPA
@ 2022-06-20 13:58 Martin Habets
  2022-06-20 13:58 ` [PATCH net-next 1/8] sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP Martin Habets
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Martin Habets @ 2022-06-20 13:58 UTC (permalink / raw)
  To: jonathan.s.cooper, davem, kuba, pabeni, edumazet; +Cc: netdev, ecree.xilinx

For EF100 VDPA support we need to enhance the sfc driver's load and
unload functionality so that it can probe and then unregister its
network device, so that VDPA can use services such as MCDI to initialise
VDPA resources.
---

Jonathan Cooper (8):
      sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.
      sfc: Add a PROBED state for EF100 VDPA use.
      sfc: Remove netdev init from efx_init_struct
      sfc: Encapsulate access to netdev_priv()
      sfc: Fix checkpatch warning
      sfc: Separate efx_nic memory from net_device memory
      sfc: Move EF100 efx_nic_type structs to the end of the file
      sfc: Separate netdev probe/remove from PCI probe/remove


 drivers/net/ethernet/sfc/ef10.c           |    4 
 drivers/net/ethernet/sfc/ef100.c          |   69 ++---
 drivers/net/ethernet/sfc/ef100_ethtool.c  |    2 
 drivers/net/ethernet/sfc/ef100_netdev.c   |  131 ++++++++-
 drivers/net/ethernet/sfc/ef100_netdev.h   |    4 
 drivers/net/ethernet/sfc/ef100_nic.c      |  422 +++++++++++++----------------
 drivers/net/ethernet/sfc/ef100_nic.h      |   10 +
 drivers/net/ethernet/sfc/efx.c            |   73 +++--
 drivers/net/ethernet/sfc/efx_common.c     |   77 ++---
 drivers/net/ethernet/sfc/efx_common.h     |   15 -
 drivers/net/ethernet/sfc/ethtool.c        |   22 +-
 drivers/net/ethernet/sfc/ethtool_common.c |   50 ++-
 drivers/net/ethernet/sfc/mcdi.c           |   12 -
 drivers/net/ethernet/sfc/mcdi_port.c      |    4 
 drivers/net/ethernet/sfc/net_driver.h     |   69 ++++-
 drivers/net/ethernet/sfc/rx_common.c      |    4 
 drivers/net/ethernet/sfc/sriov.c          |   10 -
 drivers/net/ethernet/sfc/tx.c             |    4 
 18 files changed, 552 insertions(+), 430 deletions(-)

--
Martin Habets <habetsm.xilinx@gmail.com>



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

end of thread, other threads:[~2022-06-22  5:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 13:58 [PATCH net-next 0/8] sfc: Add extra states for VDPA Martin Habets
2022-06-20 13:58 ` [PATCH net-next 1/8] sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP Martin Habets
2022-06-20 13:58 ` [PATCH net-next 2/8] sfc: Add a PROBED state for EF100 VDPA use Martin Habets
2022-06-20 13:58 ` [PATCH net-next 3/8] sfc: Remove netdev init from efx_init_struct Martin Habets
2022-06-20 13:59 ` [PATCH net-next 4/8] sfc: Encapsulate access to netdev_priv() Martin Habets
2022-06-20 13:59 ` [PATCH net-next 5/8] sfc: Fix checkpatch warning Martin Habets
2022-06-20 13:59 ` [PATCH net-next 6/8] sfc: Separate efx_nic memory from net_device memory Martin Habets
2022-06-20 13:59 ` [PATCH net-next 7/8] sfc: Move EF100 efx_nic_type structs to the end of the file Martin Habets
2022-06-20 13:59 ` [PATCH net-next 8/8] sfc: Separate netdev probe/remove from PCI probe/remove Martin Habets
2022-06-22  5:09   ` Jakub Kicinski

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).