Merge branch 'xgene-tso'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 20:51:38 +0000 (13:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 20:51:38 +0000 (13:51 -0700)
commit763a32bd0fea2893d4b87f20f9f9c278d776fbf6
tree03c9f180c3f7ef92d82cce594a19330e8b6f596b
parent21c721fd0b991b1871ea5dd517be1b5375c5f8f7
parent9b00eb494dc7c19ee69afef46e864f842cc1824f
Merge branch 'xgene-tso'

Iyappan Subramanian says:

====================
drivers: net: xgene: Add TSO support

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>