Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xsk: Add missing SPDX to AF_XDP TX metadata documentation

Not sure how I missed that. I even acknowledged it explicitly
in the changelog [0]. Add the tag for real now.

[0] https://lore.kernel.org/bpf/20231127190319.1190813-1-sdf@google.com/

Fixes: 11614723af26 ("xsk: Add option to calculate TX checksum in SW")
Suggested-by: Simon Horman <horms@kernel.org>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20231204174231.3457705-1-sdf@google.com

authored by

Stanislav Fomichev and committed by
Daniel Borkmann
5c399ae0 1b4c7e20

+2
+2
Documentation/networking/xsk-tx-metadata.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 1 3 ================== 2 4 AF_XDP TX Metadata 3 5 ==================