OSDN Git Service

Merge branch 'mvpp2-improvements-in-rx-path'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2019 20:44:26 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2019 20:44:26 +0000 (13:44 -0700)
commit7a9eff98a55d814e46932b67a4f3b14fe287aab9
tree702fa3ce30da52c3e976efd43f3134777ad80dcd
parentfaf7b8b22bd110d14b213bba045612f70e929bad
parenta0c78337dd3a4900bc8628a511131b5a0b1db42a
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 <davem@davemloft.net>