Re: [PATCH net-next 11/13] virtio_net: xsk: tx: handle the transmitted xsk buffer
From: Jason Wang <hidden>
Date: 2024-09-11 04:33:11
Also in:
bpf, virtualization
From: Jason Wang <hidden>
Date: 2024-09-11 04:33:11
Also in:
bpf, virtualization
On Tue, Aug 20, 2024 at 3:34 PM Xuan Zhuo [off-list ref] wrote:
virtnet_free_old_xmit distinguishes three type ptr(skb, xdp frame, xsk buffer) by the last bits of the pointer. Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
I suggest squashing this into the previous patch which looks more logical and complete. Thanks