netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] sfc: refactor mcdi filtering code
@ 2020-01-24 16:33 Alex Maftei (amaftei)
  2020-01-24 16:34 ` [PATCH v2 net-next 1/3] sfc: rename mcdi filtering functions/structs Alex Maftei (amaftei)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex Maftei (amaftei) @ 2020-01-24 16:33 UTC (permalink / raw)
  To: netdev, davem; +Cc: linux-net-drivers, scrum-linux

Splitting final bits 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. (three of them)
Refactoring will be concluded with this series, for now.

As instructed, split the renaming and moving into different patches.
Minor refactoring was done with the renaming, as explained in the
patch.

Alexandru-Mihai Maftei (3):
  sfc: rename mcdi filtering functions/structs
  sfc: create header for mcdi filtering code
  sfc: move mcdi filtering code

 drivers/net/ethernet/sfc/Makefile       |    2 +-
 drivers/net/ethernet/sfc/ef10.c         | 2476 +----------------------
 drivers/net/ethernet/sfc/mcdi_filters.c | 2270 +++++++++++++++++++++
 drivers/net/ethernet/sfc/mcdi_filters.h |  159 ++
 4 files changed, 2505 insertions(+), 2402 deletions(-)
 create mode 100644 drivers/net/ethernet/sfc/mcdi_filters.c
 create mode 100644 drivers/net/ethernet/sfc/mcdi_filters.h

-- 
2.20.1


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-24 16:33 [PATCH v2 net-next 0/3] sfc: refactor mcdi filtering code Alex Maftei (amaftei)
2020-01-24 16:34 ` [PATCH v2 net-next 1/3] sfc: rename mcdi filtering functions/structs Alex Maftei (amaftei)
2020-01-24 16:34 ` [PATCH v2 net-next 2/3] sfc: create header for mcdi filtering code Alex Maftei (amaftei)
2020-01-24 16:34 ` [PATCH v2 net-next 3/3] sfc: move " Alex Maftei (amaftei)
2020-01-24 16:37 ` [PATCH v2 net-next 0/3] sfc: refactor " Martin Habets
2020-01-25 12:18 ` David Miller

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