Re: [PATCH net 2/2] tun: add missing rx stats accounting in tun_xdp_act

From: Jason Wang
Date: Sun Jan 21 2024 - 22:41:01 EST


On Fri, Jan 19, 2024 at 6:23 PM Yunjian Wang <wangyunjian@xxxxxxxxxx> wrote:
>
> The TUN can be used as vhost-net backend, and it is necessary to
> count the packets transmitted from TUN to vhost-net/virtio-net.
> However, there are some places in the receive path that were not
> taken into account when using XDP. It would be beneficial to also
> include new accounting for successfully received bytes using
> dev_sw_netstats_rx_add.
>
> Fixes: 761876c857cb ("tap: XDP support")
> Signed-off-by: Yunjian Wang <wangyunjian@xxxxxxxxxx>

Acked-by: Jason Wang <jasowang@xxxxxxxxxx>

Thanks