All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] net: thunderx: HW TSO support and other fixes
@ 2015-11-30 18:18 ` Sunil Goutham
  0 siblings, 0 replies; 4+ messages in thread
From: Sunil Goutham @ 2015-11-30 18:18 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel, linux-arm-kernel, Sunil.Goutham, Sunil Goutham

From: Sunil Goutham <sgoutham@cavium.com>

This patch series contains fixes for various issues and support for 
HW TSO which is added in pass2 silicon.

Sunil Goutham (9):
  net: thunderx: Increase transmit queue length
  net: thunderx: Set CQ timer threshold properly
  net: thunderx: Switchon carrier only upon interface link up
  net: thunderx: Remove unnecessary rcv buffer start address management
  net: thunderx: Enable BGX LMAC's RX/TX only after VF is up
  net: thunderx: HW TSO support for pass2 chips
  net: thunderx: Enable CQE count threshold interrupt for pass2 chip
  net: thunderx: HW errata workaround for non-tunneled TSO pkts
  net: thunderx: Fix for duplicate CQEs by HW for TSO packets

Thanneeru Srinivasulu (3):
  net: thunderx: Force to load octeon-mdio before bgx driver.
  net: thunderx: Wait for delayed work to finish before destroying it
  net: thunderx: Add TX timeout, RX buff allocation fail to driver
    stats.

Yury Norov (1):
  net: thunderx: nicvf_queues: nivc_*_intr: remove duplication

 drivers/net/ethernet/cavium/thunder/nic.h          |   22 ++-
 drivers/net/ethernet/cavium/thunder/nic_main.c     |   34 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c    |   18 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |   20 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c |  219 +++++++-------------
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |   19 +-
 drivers/net/ethernet/cavium/thunder/q_struct.h     |   30 ++--
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   28 +++-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |    2 +
 9 files changed, 189 insertions(+), 203 deletions(-)


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

* [PATCH 00/13] net: thunderx: HW TSO support and other fixes
@ 2015-11-30 18:18 ` Sunil Goutham
  0 siblings, 0 replies; 4+ messages in thread
From: Sunil Goutham @ 2015-11-30 18:18 UTC (permalink / raw)
  To: linux-arm-kernel

From: Sunil Goutham <sgoutham@cavium.com>

This patch series contains fixes for various issues and support for 
HW TSO which is added in pass2 silicon.

Sunil Goutham (9):
  net: thunderx: Increase transmit queue length
  net: thunderx: Set CQ timer threshold properly
  net: thunderx: Switchon carrier only upon interface link up
  net: thunderx: Remove unnecessary rcv buffer start address management
  net: thunderx: Enable BGX LMAC's RX/TX only after VF is up
  net: thunderx: HW TSO support for pass2 chips
  net: thunderx: Enable CQE count threshold interrupt for pass2 chip
  net: thunderx: HW errata workaround for non-tunneled TSO pkts
  net: thunderx: Fix for duplicate CQEs by HW for TSO packets

Thanneeru Srinivasulu (3):
  net: thunderx: Force to load octeon-mdio before bgx driver.
  net: thunderx: Wait for delayed work to finish before destroying it
  net: thunderx: Add TX timeout, RX buff allocation fail to driver
    stats.

Yury Norov (1):
  net: thunderx: nicvf_queues: nivc_*_intr: remove duplication

 drivers/net/ethernet/cavium/thunder/nic.h          |   22 ++-
 drivers/net/ethernet/cavium/thunder/nic_main.c     |   34 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c    |   18 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |   20 ++-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c |  219 +++++++-------------
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |   19 +-
 drivers/net/ethernet/cavium/thunder/q_struct.h     |   30 ++--
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   28 +++-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |    2 +
 9 files changed, 189 insertions(+), 203 deletions(-)

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

* Re: [PATCH 00/13] net: thunderx: HW TSO support and other fixes
  2015-11-30 18:18 ` Sunil Goutham
@ 2015-11-30 19:32   ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2015-11-30 19:32 UTC (permalink / raw)
  To: sunil.kovvuri
  Cc: netdev, linux-kernel, linux-arm-kernel, Sunil.Goutham, sgoutham

From: Sunil Goutham <sunil.kovvuri@gmail.com>
Date: Mon, 30 Nov 2015 23:48:56 +0530

> This patch series contains fixes for various issues and support for 
> HW TSO which is added in pass2 silicon.

Please do not mix bug fixes and support for new features and cleanups.

First, post a separate series of just the bug fixes, targetting the
'net' tree.

Then once that propagates into 'net-next', you can submit the feature
additions and cleanups relative to that.

Thank you.

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

* [PATCH 00/13] net: thunderx: HW TSO support and other fixes
@ 2015-11-30 19:32   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2015-11-30 19:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Sunil Goutham <sunil.kovvuri@gmail.com>
Date: Mon, 30 Nov 2015 23:48:56 +0530

> This patch series contains fixes for various issues and support for 
> HW TSO which is added in pass2 silicon.

Please do not mix bug fixes and support for new features and cleanups.

First, post a separate series of just the bug fixes, targetting the
'net' tree.

Then once that propagates into 'net-next', you can submit the feature
additions and cleanups relative to that.

Thank you.

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

end of thread, other threads:[~2015-11-30 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 18:18 [PATCH 00/13] net: thunderx: HW TSO support and other fixes Sunil Goutham
2015-11-30 18:18 ` Sunil Goutham
2015-11-30 19:32 ` David Miller
2015-11-30 19:32   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.