[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <165573340676.2982.8456666672406894221.stgit@palantir17.mph.net>
Date: Mon, 20 Jun 2022 14:58:12 +0100
From: Martin Habets <habetsm.xilinx@...il.com>
To: jonathan.s.cooper@....com, davem@...emloft.net, kuba@...nel.org,
pabeni@...hat.com, edumazet@...gle.com
Cc: netdev@...r.kernel.org, ecree.xilinx@...il.com
Subject: [PATCH net-next 0/8] sfc: Add extra states for VDPA
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@...il.com>
Powered by blists - more mailing lists