netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 00/10] sfc: VF representors for EF100 - RX side
@ 2022-07-28 18:57 ecree
  2022-07-28 18:57 ` [PATCH net-next v3 01/10] sfc: plumb ef100 representor stats ecree
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ecree @ 2022-07-28 18:57 UTC (permalink / raw)
  To: davem, kuba, pabeni, linux-net-drivers; +Cc: netdev, Edward Cree

From: Edward Cree <ecree.xilinx@gmail.com>

This series adds the receive path for EF100 VF representors, plus other
 minor features such as statistics.

Changes in v3: dropped MAC address setting as it was semantically incorrect.
Changes in v2: fixed build failure on CONFIG_SFC_SRIOV=n (kernel test robot).

Edward Cree (10):
  sfc: plumb ef100 representor stats
  sfc: ef100 representor RX NAPI poll
  sfc: ef100 representor RX top half
  sfc: determine wire m-port at EF100 PF probe time
  sfc: check ef100 RX packets are from the wire
  sfc: receive packets from EF100 VFs into representors
  sfc: insert default MAE rules to connect VFs to representors
  sfc: move table locking into filter_table_{probe,remove} methods
  sfc: use a dynamic m-port for representor RX and set it promisc
  sfc: implement ethtool get/set RX ring size for EF100 reps

 drivers/net/ethernet/sfc/Makefile         |   3 +-
 drivers/net/ethernet/sfc/ef10.c           |  26 +-
 drivers/net/ethernet/sfc/ef100.c          |   3 +
 drivers/net/ethernet/sfc/ef100_netdev.c   |   4 +
 drivers/net/ethernet/sfc/ef100_nic.c      |  91 ++++++-
 drivers/net/ethernet/sfc/ef100_nic.h      |   2 +
 drivers/net/ethernet/sfc/ef100_rep.c      | 199 +++++++++++++-
 drivers/net/ethernet/sfc/ef100_rep.h      |  20 ++
 drivers/net/ethernet/sfc/ef100_rx.c       |  46 +++-
 drivers/net/ethernet/sfc/ef10_sriov.c     |  16 +-
 drivers/net/ethernet/sfc/ethtool_common.c |   1 +
 drivers/net/ethernet/sfc/filter.h         |  18 ++
 drivers/net/ethernet/sfc/mae.c            | 304 +++++++++++++++++++++-
 drivers/net/ethernet/sfc/mae.h            |  20 ++
 drivers/net/ethernet/sfc/mcdi.h           |   4 +
 drivers/net/ethernet/sfc/mcdi_filters.c   |   6 +-
 drivers/net/ethernet/sfc/mcdi_filters.h   |   1 +
 drivers/net/ethernet/sfc/mcdi_pcol_mae.h  |  24 ++
 drivers/net/ethernet/sfc/net_driver.h     |   5 +
 drivers/net/ethernet/sfc/rx_common.c      |   4 -
 drivers/net/ethernet/sfc/tc.c             | 252 ++++++++++++++++++
 drivers/net/ethernet/sfc/tc.h             |  85 ++++++
 22 files changed, 1085 insertions(+), 49 deletions(-)
 create mode 100644 drivers/net/ethernet/sfc/mcdi_pcol_mae.h
 create mode 100644 drivers/net/ethernet/sfc/tc.c
 create mode 100644 drivers/net/ethernet/sfc/tc.h


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

end of thread, other threads:[~2022-07-30  4:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-28 18:57 [PATCH net-next v3 00/10] sfc: VF representors for EF100 - RX side ecree
2022-07-28 18:57 ` [PATCH net-next v3 01/10] sfc: plumb ef100 representor stats ecree
2022-07-28 18:57 ` [PATCH net-next v3 02/10] sfc: ef100 representor RX NAPI poll ecree
2022-07-28 18:57 ` [PATCH net-next v3 03/10] sfc: ef100 representor RX top half ecree
2022-07-28 18:57 ` [PATCH net-next v3 04/10] sfc: determine wire m-port at EF100 PF probe time ecree
2022-07-28 18:57 ` [PATCH net-next v3 05/10] sfc: check ef100 RX packets are from the wire ecree
2022-07-28 18:57 ` [PATCH net-next v3 06/10] sfc: receive packets from EF100 VFs into representors ecree
2022-07-28 18:57 ` [PATCH net-next v3 07/10] sfc: insert default MAE rules to connect VFs to representors ecree
2022-07-28 18:57 ` [PATCH net-next v3 08/10] sfc: move table locking into filter_table_{probe,remove} methods ecree
2022-07-28 18:57 ` [PATCH net-next v3 09/10] sfc: use a dynamic m-port for representor RX and set it promisc ecree
2022-07-28 18:57 ` [PATCH net-next v3 10/10] sfc: implement ethtool get/set RX ring size for EF100 reps ecree
2022-07-30  4:30 ` [PATCH net-next v3 00/10] sfc: VF representors for EF100 - RX side patchwork-bot+netdevbpf

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