linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Add RSS to DPAA 1.x Ethernet driver
@ 2017-08-27 13:13 Madalin Bucur
  2017-08-27 13:13 ` [PATCH v4 1/7] fsl/fman: move struct fman to header file Madalin Bucur
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Madalin Bucur @ 2017-08-27 13:13 UTC (permalink / raw)
  To: netdev, davem; +Cc: linuxppc-dev, linux-kernel

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
v4: addressed compilation issues introduced in v3

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         |  88 +--
 drivers/net/ethernet/freescale/fman/fman.h         |  77 ++
 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    |  59 +-
 drivers/net/ethernet/freescale/fman/fman_port.h    |   7 +
 12 files changed, 1235 insertions(+), 94 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

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

end of thread, other threads:[~2017-08-28 23:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-27 13:13 [PATCH v4 0/7] Add RSS to DPAA 1.x Ethernet driver Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 1/7] fsl/fman: move struct fman to header file Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 2/7] fsl/fman: enable FMan Keygen Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 3/7] dpaa_eth: use multiple Rx frame queues Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 4/7] dpaa_eth: enable Rx hashing control Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 5/7] dpaa_eth: add NETIF_F_RXHASH Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 6/7] Documentation: networking: add RSS information Madalin Bucur
2017-08-27 13:13 ` [PATCH v4 7/7] dpaa_eth: check allocation result Madalin Bucur
2017-08-28 23:41 ` [PATCH v4 0/7] Add RSS to DPAA 1.x Ethernet driver 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).