| From: |
| Madalin Bucur <madalin.bucur-AT-nxp.com> |
| To: |
| <netdev-AT-vger.kernel.org>, <davem-AT-davemloft.net> |
| Subject: |
| [PATCH v3 0/7] Add RSS to DPAA 1.x Ethernet driver |
| Date: |
| Thu, 24 Aug 2017 10:28:21 +0300 |
| Message-ID: |
| <1503559708-13405-1-git-send-email-madalin.bucur@nxp.com> |
| Cc: |
| <linuxppc-dev-AT-lists.ozlabs.org>, <linux-kernel-AT-vger.kernel.org> |
This patch set introduces Receive Side Scaling for the DPAA Ethernet
driver. Documentation is updated with details related to the new
feature and limitations that apply.
Added also a small fix.
v2: removed a C++ style comment
v3: move struct fman to header file to avoid exporting a function
Iordache Florinel-R70177 (1):
fsl/fman: enable FMan Keygen
Madalin Bucur (6):
fsl/fman: move struct fman to header file
dpaa_eth: use multiple Rx frame queues
dpaa_eth: enable Rx hashing control
dpaa_eth: add NETIF_F_RXHASH
Documentation: networking: add RSS information
dpaa_eth: check allocation result
Documentation/networking/dpaa.txt | 68 +-
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 76 +-
drivers/net/ethernet/freescale/dpaa/dpaa_eth.h | 2 +
.../net/ethernet/freescale/dpaa/dpaa_eth_sysfs.c | 3 +
drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c | 118 ++++
drivers/net/ethernet/freescale/fman/Makefile | 2 +-
drivers/net/ethernet/freescale/fman/fman.c | 82 +--
drivers/net/ethernet/freescale/fman/fman.h | 75 ++
drivers/net/ethernet/freescale/fman/fman_keygen.c | 783 +++++++++++++++++++++
drivers/net/ethernet/freescale/fman/fman_keygen.h | 46 ++
drivers/net/ethernet/freescale/fman/fman_port.c | 51 +-
drivers/net/ethernet/freescale/fman/fman_port.h | 7 +
12 files changed, 1226 insertions(+), 87 deletions(-)
create mode 100644 drivers/net/ethernet/freescale/fman/fman_keygen.c
create mode 100644 drivers/net/ethernet/freescale/fman/fman_keygen.h
--
2.1.0