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!