Re: [PATCH net v3 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
From: Paolo Abeni
Date: Thu Jul 03 2025 - 05:26:19 EST
On 7/1/25 4:23 AM, Jason Wang wrote:
> On Mon, Jun 30, 2025 at 11:13 PM Bui Quang Minh
> <minhquangbui99@xxxxxxxxx> wrote:
>>
>> This commit does not do any functional changes. It moves xdp->data
>> adjustment for buffer other than first buffer to buf_to_xdp() helper so
>> that the xdp_buff adjustment does not scatter over different functions.
>
> So I think this should go for net-next not net.
Please, re-submit this patch only for net-next after that the first one
will land there.
Thanks,
Paolo