Re: [PATCH bpf v6] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES

From: Daniel Borkmann
Date: Mon Mar 06 2023 - 17:27:57 EST


On 2/24/23 5:36 PM, Alexander Lobakin wrote:
&xdp_buff and &xdp_frame are bound in a way that

xdp_buff->data_hard_start == xdp_frame

It's always the case and e.g. xdp_convert_buff_to_frame() relies on
this.
[...]

The patch got applied to bpf, thanks!