netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c
@ 2016-11-24  9:17 sunil.kovvuri
  2016-11-24  9:18 ` [PATCH 1/4] net: thunderx: 80xx BGX0 configuration changes sunil.kovvuri
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sunil.kovvuri @ 2016-11-24  9:17 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel, linux-arm-kernel, Sunil Goutham

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

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

end of thread, other threads:[~2016-11-26  1:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24  9:17 [PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c sunil.kovvuri
2016-11-24  9:18 ` [PATCH 1/4] net: thunderx: 80xx BGX0 configuration changes sunil.kovvuri
2016-11-24  9:18 ` [PATCH 2/4] net: thunderx: Add ethtool support for supported ports and link modes sunil.kovvuri
2016-11-24  9:18 ` [PATCH 3/4] net: thunderx: Configure RED and backpressure levels sunil.kovvuri
2016-11-24  9:18 ` [PATCH 4/4] net: thunderx: Pause frame support sunil.kovvuri
2016-11-26  1:21 ` [PATCH 0/4] net: thunderx: Support for 80xx, RED, PFC e.t.c 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).