On Mon, Nov 27, 2023 at 11:03:12AM -0800, Stanislav Fomichev wrote:
- how to use
- how to query features
- pointers to the examples
Signed-off-by: Stanislav Fomichev <redacted>
...
quoted hunk ↗ jump to hunk
diff --git a/Documentation/networking/xdp-rx-metadata.rst b/Documentation/networking/xdp-rx-metadata.rst
index 205696780b78..e3e9420fd817 100644
--- a/Documentation/networking/xdp-rx-metadata.rst
+++ b/Documentation/networking/xdp-rx-metadata.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
===============
XDP RX Metadata
===============
diff --git a/Documentation/networking/xsk-tx-metadata.rst b/Documentation/networking/xsk-tx-metadata.rst
new file mode 100644
index 000000000000..4f376560b23f
--- /dev/null
+++ b/Documentation/networking/xsk-tx-metadata.rst
Hi Stan,
could you send a follow-up patch to add an SPDX identifier here?
quoted hunk ↗ jump to hunk
@@ -0,0 +1,70 @@
+==================
+AF_XDP TX Metadata
+==================
...