summaryrefslogtreecommitdiffstats
path: root/net/core/devlink.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-03-23 22:16:54 -0400
committerDavid S. Miller <davem@davemloft.net>2019-03-23 22:16:54 -0400
commit956ca8fc5c648b236917a8253c361a04e6f20d93 (patch)
treeb206d0ecd8f544f66b6067d3fe25c29d515e9e16 /net/core/devlink.c
parentd64fee0a0320ecc678903c30c2fed56b68979011 (diff)
parentd0d443cddbefd5c9ab28b56c4a9463cac5f8ae17 (diff)
downloadtalos-op-linux-956ca8fc5c648b236917a8253c361a04e6f20d93.tar.gz
talos-op-linux-956ca8fc5c648b236917a8253c361a04e6f20d93.zip
Merge branch 'aquantia-rx-perf'
Igor Russkikh says: ==================== net: aquantia: RX performance optimization patches Here is a set of patches targeting for performance improvement on various platforms and protocols. Our main target was rx performance on iommu systems, notably NVIDIA Jetson TX2 and NVIDIA Xavier platforms. We introduce page reuse strategy to better deal with iommu dma mapping costs. With it we see 80-90% of page reuse under some test configurations on UDP traffic. This shows good improvements on other systems with IOMMU hardware, like AMD Ryzen. We've also improved TCP LRO configuration parameters, allowing packets to better coalesce. Page reuse tests were carried out using iperf3, iperf2, netperf and pktgen. Mainly on UDP traffic, with various packet lengths. Jetson TX2, UDP, Default MTU: RX Lost Datagrams Before: Max: 69% Min: 68% Avg: 68.5% After: Max: 41% Min: 38% Avg: 39.2% Maximum throughput Before: 1.27 Gbits/sec After: 2.41 Gbits/sec AMD Ryzen 5 2400G, UDP, Default MTU: RX Lost Datagrams Before: Max: 12% Min: 4.5% Avg: 7.17% After: Max: 6.2% Min: 2.3% Avg: 4.26% ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/devlink.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud