Re: [PATCH net-next v2 6/7] virtio-net, xsk: implement xsk wakeup callback

2021-01-18 Thread Jason Wang
On 2021/1/16 上午10:59, Xuan Zhuo wrote: Since I did not find an interface to directly notify virtio to generate a tx interrupt, I sent some data to trigger a new tx interrupt. Another advantage of this is that the transmission delay will be relatively small, and there is no need to wait for the

[PATCH net-next v2 6/7] virtio-net, xsk: implement xsk wakeup callback

2021-01-15 Thread Xuan Zhuo
Since I did not find an interface to directly notify virtio to generate a tx interrupt, I sent some data to trigger a new tx interrupt. Another advantage of this is that the transmission delay will be relatively small, and there is no need to wait for the tx interrupt to start softirq. Signed-off