All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] sfc: even more code refactoring
@ 2020-01-10 13:25 Alex Maftei (amaftei)
  2020-01-10 13:26 ` [PATCH net-next 1/9] sfc: refactor selftest work init code Alex Maftei (amaftei)
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Alex Maftei (amaftei) @ 2020-01-10 13:25 UTC (permalink / raw)
  To: netdev, davem; +Cc: linux-net-drivers, scrum-linux

Splitting even more of the driver code into different files, which
will later be used in another driver for a new product.

This is a continuation to my previous patch series, and the one
before it.
There will be a stand-alone patch as well after this - after which
the refactoring will be concluded, for now.

Alexandru-Mihai Maftei (9):
  sfc: refactor selftest work init code
  sfc: move more tx code
  sfc: move more rx code
  sfc: move various functions
  sfc: move some ethtool code
  sfc: move a couple more functions
  sfc: move RSS code
  sfc: move yet more functions
  sfc: move RPS code

 drivers/net/ethernet/sfc/Makefile           |   4 +-
 drivers/net/ethernet/sfc/ef10.c             |  69 +--
 drivers/net/ethernet/sfc/efx.c              | 322 +-----------
 drivers/net/ethernet/sfc/efx.h              |  32 +-
 drivers/net/ethernet/sfc/efx_common.c       |  57 ++-
 drivers/net/ethernet/sfc/efx_common.h       |   4 +
 drivers/net/ethernet/sfc/ethtool.c          | 443 +----------------
 drivers/net/ethernet/sfc/ethtool_common.c   | 456 +++++++++++++++++
 drivers/net/ethernet/sfc/ethtool_common.h   |  30 ++
 drivers/net/ethernet/sfc/mcdi.h             |   2 -
 drivers/net/ethernet/sfc/mcdi_functions.c   |  40 ++
 drivers/net/ethernet/sfc/mcdi_functions.h   |   2 +
 drivers/net/ethernet/sfc/mcdi_port.c        |  78 ---
 drivers/net/ethernet/sfc/mcdi_port_common.c |  79 +++
 drivers/net/ethernet/sfc/mcdi_port_common.h |   4 +
 drivers/net/ethernet/sfc/net_driver.h       |   6 +-
 drivers/net/ethernet/sfc/rx.c               | 222 ---------
 drivers/net/ethernet/sfc/rx_common.c        | 510 +++++++++++++++++++-
 drivers/net/ethernet/sfc/rx_common.h        |  55 +++
 drivers/net/ethernet/sfc/selftest.c         |   7 +-
 drivers/net/ethernet/sfc/selftest.h         |   2 +-
 drivers/net/ethernet/sfc/siena.c            |   1 +
 drivers/net/ethernet/sfc/tx.c               |  95 ----
 drivers/net/ethernet/sfc/tx_common.c        |  94 ++++
 drivers/net/ethernet/sfc/tx_common.h        |   5 +
 25 files changed, 1353 insertions(+), 1266 deletions(-)
 create mode 100644 drivers/net/ethernet/sfc/ethtool_common.c
 create mode 100644 drivers/net/ethernet/sfc/ethtool_common.h

-- 
2.20.1


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

end of thread, other threads:[~2020-01-10 19:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 13:25 [PATCH net-next 0/9] sfc: even more code refactoring Alex Maftei (amaftei)
2020-01-10 13:26 ` [PATCH net-next 1/9] sfc: refactor selftest work init code Alex Maftei (amaftei)
2020-01-10 13:26 ` [PATCH net-next 2/9] sfc: move more tx code Alex Maftei (amaftei)
2020-01-10 13:27 ` [PATCH net-next 3/9] sfc: move more rx code Alex Maftei (amaftei)
2020-01-10 13:27 ` [PATCH net-next 4/9] sfc: move various functions Alex Maftei (amaftei)
2020-01-10 13:27 ` [PATCH net-next 5/9] sfc: move some ethtool code Alex Maftei (amaftei)
2020-01-10 13:27 ` [PATCH net-next 6/9] sfc: move a couple more functions Alex Maftei (amaftei)
2020-01-10 13:28 ` [PATCH net-next 7/9] sfc: move RSS code Alex Maftei (amaftei)
2020-01-10 13:28 ` [PATCH net-next 8/9] sfc: move yet more functions Alex Maftei (amaftei)
2020-01-10 13:28 ` [PATCH net-next 9/9] sfc: move RPS code Alex Maftei (amaftei)
2020-01-10 19:24 ` [PATCH net-next 0/9] sfc: even more code refactoring David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.