Re: [PATCH net-next 11/13] virtio_net: xsk: tx: handle the transmitted xsk buffer
From: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Date: 2024-09-12 07:55:20
Also in:
bpf, netdev
From: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Date: 2024-09-12 07:55:20
Also in:
bpf, netdev
On Wed, 11 Sep 2024 12:32:54 +0800, Jason Wang [off-list ref] wrote:
On Tue, Aug 20, 2024 at 3:34 PM Xuan Zhuo [off-list ref] wrote:quoted
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.
OK. Thanks.
Thanks