Skip to content
Commit 74315c39 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'nfp-update-TX-path-to-enable-repr-offloads'



Jakub Kicinski says:

====================
nfp: update TX path to enable repr offloads

This set starts with three micro optimizations to the TX path.
The improvement is measurable, but below 1% of CPU utilization.

Patches 4 - 9 add basic TX offloads to representor devices, like
checksum offload or TSO, and remove the unnecessary TX lock and
Qdisc (our representors are software constructs on top of the PF).

The last 2 patches add more info to error messages - id of command
which failed and exact location of incorrect TLVs, very useful for
debugging.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6015c71e 6db3a9dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment