Re: [PATCH] tun: support NAPI to accelerate packet processing
From: Paolo Abeni
Date: Thu Feb 24 2022 - 12:22:13 EST
Hello,
On Thu, 2022-02-24 at 18:38 +0800, Harold Huang wrote:
> In tun, NAPI is supported and we can also use NAPI in the path of
> batched XDP buffs to accelerate packet processing. What is more, after
> we use NPAI, GRO is also supported. The iperf shows that the throughput
Very minor nit: typo above NPAI -> NAPI
> could be improved from 4.5Gbsp to 9.2Gbps per stream.
>
> Reported-at: https://lore.kernel.org/netdev/CAHJXk3Y9_Fh04sakMMbcAkef7kOTEc-kf84Ne3DtWD7EAp13cg@xxxxxxxxxxxxxx/T/#t
> Signed-off-by: Harold Huang <baymaxhuang@xxxxxxxxx>
Additionally, please specify explicitly the target tree into the patch
subject.
Cheers,
Paolo