devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] Add support for Classifier and RSS
@ 2016-02-13  1:37 Iyappan Subramanian
  2016-02-13  1:37 ` [PATCH net-next v2 1/4] drivers: net: xgene: Add support for Classifier engine Iyappan Subramanian
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Iyappan Subramanian @ 2016-02-13  1:37 UTC (permalink / raw)
  To: davem, netdev
  Cc: devicetree, linux-arm-kernel, patches, toanle,
	Iyappan Subramanian

This patch set enables,

(i) Classifier engine that is used for parsing
through the packet and extracting a search string that is then used
to search a database to find associative data.

(ii) Receive Side Scaling (RSS) that does dynamic load
balancing of the CPUs by controlling the number of messages enqueued
per CPU though the help of Toeplitz Hash function of 4-tuple of
source TCP/UDP port, destination TCP/UDP port, source IPV4 address and
destination IPV4 address.

(iii) Multi queue, to make advantage of RSS


v2: Address review comments from v1
    - fix kbuild warning
    - add default coalescing

v1:
    - Initial version

Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
---

Iyappan Subramanian (4):
  drivers: net: xgene: Add support for Classifier engine
  drivers: net: xgene: Add support for RSS
  drivers: net: xgene: Add support for multiple queues
  dtb: xgene: Add irqs to support multi queue

 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi        |   8 +-
 arch/arm64/boot/dts/apm/apm-storm.dtsi            |   8 +-
 drivers/net/ethernet/apm/xgene/Makefile           |   3 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c   | 734 ++++++++++++++++++++++
 drivers/net/ethernet/apm/xgene/xgene_enet_cle.h   | 295 +++++++++
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c    |  12 +
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h    |   6 +
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c  | 482 ++++++++------
 drivers/net/ethernet/apm/xgene/xgene_enet_main.h  |  35 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_ring2.c |  12 +
 10 files changed, 1395 insertions(+), 200 deletions(-)
 create mode 100644 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c
 create mode 100644 drivers/net/ethernet/apm/xgene/xgene_enet_cle.h

-- 
1.9.1

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

end of thread, other threads:[~2016-02-17 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13  1:37 [PATCH net-next v2 0/4] Add support for Classifier and RSS Iyappan Subramanian
2016-02-13  1:37 ` [PATCH net-next v2 1/4] drivers: net: xgene: Add support for Classifier engine Iyappan Subramanian
2016-02-17 17:05   ` David Miller
2016-02-13  1:37 ` [PATCH net-next v2 2/4] drivers: net: xgene: Add support for RSS Iyappan Subramanian
2016-02-13  1:37 ` [PATCH net-next v2 3/4] drivers: net: xgene: Add support for multiple queues Iyappan Subramanian
2016-02-13  1:37 ` [PATCH net-next v2 4/4] dtb: xgene: Add irqs to support multi queue Iyappan Subramanian

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