Re: [PATCH net 1/1] tools: Sync if_xdp.h uapi tooling header
From: Daniel Borkmann
Date: Fri Jan 17 2025 - 10:09:30 EST
On 1/15/25 4:22 AM, Song Yoong Siang wrote:
From: Vishal Chourasia <vishalc@xxxxxxxxxxxxx>
Sync if_xdp.h uapi header to remove following warning:
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' differs
from latest version at 'include/uapi/linux/if_xdp.h'
Fixes: 48eb03dd2630 ("xsk: Add TX timestamp and TX checksum offload support")
Cc: <stable@xxxxxxxxxxxxxxx> # 6.8
(Fyi, this has zero need to go to stable. Removed the tag while applying.)
Signed-off-by: Vishal Chourasia <vishalc@xxxxxxxxxxxxx>
Signed-off-by: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>