diff options
author | Stanislav Fomichev <sdf@google.com> | 2023-12-04 20:42:31 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2023-12-05 17:08:50 +0300 |
commit | 5c399ae080ae507954f6f2efefc7349f8ed0e051 (patch) | |
tree | ef36fb602f7598747f4825cc2aa60218614912fa /Documentation/networking/xsk-tx-metadata.rst | |
parent | 1b4c7e20bfd6cfe0efbc51756d930a9406d41ea7 (diff) | |
download | linux-5c399ae080ae507954f6f2efefc7349f8ed0e051.tar.xz |
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
Diffstat (limited to 'Documentation/networking/xsk-tx-metadata.rst')
-rw-r--r-- | Documentation/networking/xsk-tx-metadata.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/xsk-tx-metadata.rst b/Documentation/networking/xsk-tx-metadata.rst index 97ecfa480d00..bd033fe95cca 100644 --- a/Documentation/networking/xsk-tx-metadata.rst +++ b/Documentation/networking/xsk-tx-metadata.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ================== AF_XDP TX Metadata ================== |