On Thu, Nov 02, 2023 at 03:58:30PM -0700, Stanislav Fomichev wrote: > - how to use > - how to query features > - pointers to the examples > > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> ... > 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 > @@ -0,0 +1,70 @@ Hi Stan, a minor nit from my side: an SPDX licence identifier tag should probably go here. > +================== > +AF_XDP TX Metadata > +================== > + > +This document describes how to enable offloads when transmitting packets > +via :doc:`af_xdp`. Refer to :doc:`xdp-rx-metadata` on how to access similar > +metadata on the receive side. ...