netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drivers: net: xgene: Add TSO support
@ 2015-08-26 18:48 Iyappan Subramanian
  2015-08-26 18:48 ` [PATCH v2 1/2] drivers: net: xgene: Preparatory patch for " Iyappan Subramanian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Iyappan Subramanian @ 2015-08-26 18:48 UTC (permalink / raw)
  To: davem, netdev; +Cc: linux-arm-kernel, patches, Iyappan Subramanian

Adding TSO support for 10GbE

iperf Tx data rate without TSO: 3.42 Gbps
                      with TSO: 9.41 Gbps

v2: Address review comments from v1
    - skb_linearize() if headers doesn't fit in 3 hardware buffers

v1:
* Initial version

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

Iyappan Subramanian (2):
  drivers: net: xgene: Preparatory patch for TSO support
  drivers: net: xgene: Adding support for TSO

 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h    |  16 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c  | 274 +++++++++++++++++++---
 drivers/net/ethernet/apm/xgene/xgene_enet_main.h  |  12 +
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c |   8 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h |   2 +
 5 files changed, 283 insertions(+), 29 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-08-27 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 18:48 [PATCH v2 0/2] drivers: net: xgene: Add TSO support Iyappan Subramanian
2015-08-26 18:48 ` [PATCH v2 1/2] drivers: net: xgene: Preparatory patch for " Iyappan Subramanian
2015-08-26 18:48 ` [PATCH v2 2/2] drivers: net: xgene: Adding support for TSO Iyappan Subramanian
2015-08-27 20:51 ` [PATCH v2 0/2] drivers: net: xgene: Add TSO support 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).