mbox series

[RFC,net-next,0/3] docs: document some aspects of struct sk_buff

Message ID 20220323233715.2104106-1-kuba@kernel.org (mailing list archive)
Headers show
Series docs: document some aspects of struct sk_buff | expand

Message

Jakub Kicinski March 23, 2022, 11:37 p.m. UTC
I dusted off some old skb documentation patches I had in my tree.
This small set creates a place to render such documentation,
documents one random thing (data-only skbs) and converts the big
checksum comment to kdoc.

Jakub Kicinski (3):
  skbuff: add a basic intro doc
  skbuff: rewrite the doc for data-only skbs
  skbuff: render the checksum comment to documentation

 Documentation/networking/index.rst  |   1 +
 Documentation/networking/skbuff.rst |  37 ++++
 include/linux/skbuff.h              | 292 ++++++++++++++++++----------
 3 files changed, 224 insertions(+), 106 deletions(-)
 create mode 100644 Documentation/networking/skbuff.rst