Re: [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer

2023-12-29 Thread kernel test robot
/scm/linux/kernel/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20231229073108.57778-17-xuanzhuo%40linux.alibaba.com patch subject: [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer config: x86_64-randconfig-004-20231229 (https://download.01.org/0day-

[PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer

2023-12-28 Thread Xuan Zhuo
The driver's tx napi is very important for XSK. It is responsible for obtaining data from the XSK queue and sending it out. At the beginning, we need to trigger tx napi. Signed-off-by: Xuan Zhuo --- drivers/net/virtio/main.c | 22 ++--- drivers/net/virtio/virtio_net.h | 4 ++ drivers