From: David S. Miller Date: Mon, 28 Oct 2019 20:44:26 +0000 (-0700) Subject: Merge branch 'mvpp2-improvements-in-rx-path' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a9eff98a55d814e46932b67a4f3b14fe287aab9;p=linux.git Merge branch 'mvpp2-improvements-in-rx-path' Matteo Croce says: ==================== mvpp2 improvements in rx path Refactor some code in the RX path to allow prefetching some data from the packet header. The first patch is only a refactor, the second one reduces the data synced, while the third one adds the prefetch. The packet rate improvement with the second patch is very small (1606 => 1620 kpps), while the prefetch bumps it up by 14%: 1620 => 1853 kpps. ==================== Signed-off-by: David S. Miller --- 7a9eff98a55d814e46932b67a4f3b14fe287aab9