Merge branch 'ibmveth-rr-performance'
authorJakub Kicinski <kuba@kernel.org>
Fri, 2 Aug 2024 23:39:45 +0000 (16:39 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 2 Aug 2024 23:39:46 +0000 (16:39 -0700)
Nick Child says:

====================
ibmveth RR performance

This patchset aims to increase the ibmveth drivers small packet
request response rate.

These 2 patches address:
1. NAPI rescheduling technique
2. Driver-side processing of small packets

Testing over several netperf tcp_rr connections, we saw a
30% increase in transactions per second. No regressions
were observed in other workloads.
====================

Link: https://patch.msgid.link/20240801211215.128101-1-nnac123@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge