[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd446796-af44-148d-5cc2-23b0cd770494@solarflare.com>
Date: Fri, 24 Jan 2020 16:33:21 +0000
From: "Alex Maftei (amaftei)" <amaftei@...arflare.com>
To: <netdev@...r.kernel.org>, <davem@...emloft.net>
CC: <linux-net-drivers@...arflare.com>, <scrum-linux@...arflare.com>
Subject: [PATCH v2 net-next 0/3] sfc: refactor mcdi filtering code
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
Powered by blists - more mailing lists