Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1529084

[PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c

From sunil.kovvuri@gmail.com
Newsgroups linux.kernel
Subject [PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c
Date 2016-11-24 10:20 +0100
Message-ID <sGYmd-HF-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Sunil Goutham <sgoutham@cavium.com>

This patch series adds support for SLM modules present on 80xx
silicon, enables ramdom early discard, backpressure generation,
PFC and some ethtool changes to display supported link modes e.t.c.

Sunil Goutham (3):
  net: thunderx: 80xx BGX0 configuration changes
  net: thunderx: Configure RED and backpressure levels
  net: thunderx: Pause frame support

Thanneeru Srinivasulu (1):
  net: thunderx: Add ethtool support for supported ports and link modes.

 drivers/net/ethernet/cavium/thunder/nic.h          | 19 +++++
 drivers/net/ethernet/cavium/thunder/nic_main.c     | 37 +++++++++
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c    | 87 +++++++++++++++++++++-
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |  7 ++
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c |  9 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h | 24 ++++--
 drivers/net/ethernet/cavium/thunder/q_struct.h     |  8 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  | 74 +++++++++++++++++-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  | 12 +++
 9 files changed, 262 insertions(+), 15 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c sunil.kovvuri@gmail.com - 2016-11-24 10:20 +0100
  [PATCH 1/4] net: thunderx: 80xx BGX0 configuration changes sunil.kovvuri@gmail.com - 2016-11-24 10:20 +0100
  [PATCH 4/4] net: thunderx: Pause frame support sunil.kovvuri@gmail.com - 2016-11-24 10:40 +0100
  [PATCH 2/4] net: thunderx: Add ethtool support for supported ports and link modes. sunil.kovvuri@gmail.com - 2016-11-24 10:40 +0100
  [PATCH 3/4] net: thunderx: Configure RED and backpressure levels sunil.kovvuri@gmail.com - 2016-11-24 13:00 +0100

csiph-web