]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'nfp-XDP_TX-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 02:37:01 +0000 (22:37 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 02:37:01 +0000 (22:37 -0400)
commitba1d82e681781d86de5938ffc3dbba482b45ec85
tree603726e2646701fc1dfe5028226ee88efae578f1
parent1d11e732e7d501c4a231f0b32cf8b81990592689
parentdbf637ff3995bc134187bf64b390feab6125173c
Merge branch 'nfp-XDP_TX-optimizations'

Jakub Kicinski says:

====================
nfp: optimize XDP TX and small fixes

This series optimizes the nfp XDP TX performance a little bit.
I run quick tests on an Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz.
Single core/queue performance for both touch and drop and touch and
forward is above 20Mpps @64B packets, drop being 2Mpps faster.
I think this is max for a single queue on the low power NFPs.

There are also a few minor fixes included for code in net-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>