[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <165642465886.31669.17429834766693417246.stgit@palantir17.mph.net>
Date: Tue, 28 Jun 2022 14:58:43 +0100
From: Martin Habets <habetsm.xilinx@...il.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, jonathan.s.cooper@....com
Cc: netdev@...r.kernel.org, ecree.xilinx@...il.com
Subject: [PATCH net-next v2 00/10] 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.
v2:
- Fix checkpatch errors.
- Correct signoffs.
---
Jonathan Cooper (10):
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: Change BUG_ON to WARN_ON and recovery code.
sfc: Encapsulate access to netdev_priv()
sfc: Separate efx_nic memory from net_device memory
sfc: Move EF100 efx_nic_type structs to the end of the file
sfc: Unsplit literal string.
sfc: replace function name in string with __func__
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 | 130 ++++++++-
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 | 16 -
drivers/net/ethernet/sfc/ethtool.c | 22 +-
drivers/net/ethernet/sfc/ethtool_common.c | 50 ++-
drivers/net/ethernet/sfc/mcdi.c | 15 -
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, 554 insertions(+), 431 deletions(-)
--
Martin Habets <habetsm.xilinx@...il.com>
Powered by blists - more mailing lists