From: Jakub Kicinski <jakub.kicin...@netronome.com> Date: Tue, 27 Nov 2018 22:24:47 -0800
> 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. Series applied, thanks Jakub.