commit | 120d75ecf043044554abbba8507f6d22e4715beb | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@nxp.com> | Mon Feb 26 11:24:01 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 27 11:40:03 2018 -0500 |
tree | fa1c73d6cb9f55b821c3506b15b5f2cfc2e1a704 | |
parent | afdd6ae352527b83a3e13c040b22f455fe6537db [diff] |
dpaa_eth: fix SG mapping An issue in the code mapping the skb fragments into scatter-gather frames was evidentiated by netperf TCP_SENDFILE tests. The size was set wrong for all fragments but the first, affecting the transmission of any skb with more than one fragment. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>