All of lore.kernel.org
 help / color / mirror / Atom feed
* XDP (eXpress Data Path) documentation
@ 2016-09-20  9:08 Jesper Dangaard Brouer via iovisor-dev
  2016-09-22  0:03 ` Tom Herbert
       [not found] ` <20160920110844.661965be-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Jesper Dangaard Brouer via iovisor-dev @ 2016-09-20  9:08 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA,
	iovisor-dev-9jONkmmOlFHEE9lA1F8Ukti2O/JbrIOy
  Cc: Jonathan Corbet, Nathan Willis, Alexei Starovoitov, Tom Herbert,
	linux-doc-u79uwXL29TY76Z2rM5mHXA, Saeed Mahameed

Hi all,

As promised, I've started documenting the XDP eXpress Data Path):

 [1] https://prototype-kernel.readthedocs.io/en/latest/networking/XDP/index.html

IMHO the documentation have reached a stage where it is useful for the
XDP project, BUT I request collaboration on improving the documentation
from all. (Native English speakers are encouraged to send grammar fixes ;-))

You wouldn't believe it: But this pretty looking documentation actually
follows the new Kernel documentation format.  It is actually just
".rst" text files stored in my github repository under kernel/Documentation [2]

 [2] https://github.com/netoptimizer/prototype-kernel/tree/master/kernel/Documentation

Thus, just git clone my repository and started editing and send me
patches (or github pull requests). Like:

 $ git clone https://github.com/netoptimizer/prototype-kernel
 $ cd prototype-kernel/kernel/Documentation/
 $ make html
 $ firefox _build/html/index.html &

This new documentation format combines the best of two worlds, pretty
online browser documentation with almost plain text files, and changes
being tracked via git commits [3] (and auto git hooks to generate the
readthedocs.org page). You got to love it! :-)

-- 
Best regards,
  Jesper Dangaard Brouer
  MSc.CS, Principal Kernel Engineer at Red Hat
  Author of http://www.iptv-analyzer.org
  LinkedIn: http://www.linkedin.com/in/brouer

[3] https://github.com/netoptimizer/prototype-kernel/commits/master

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-22 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20  9:08 XDP (eXpress Data Path) documentation Jesper Dangaard Brouer via iovisor-dev
2016-09-22  0:03 ` Tom Herbert
     [not found]   ` <CALx6S37W2qfceOUDnPvFM5PuGp4G3cWjgrQP5_W9Veosic61pw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-22 10:01     ` Jesper Dangaard Brouer via iovisor-dev
     [not found] ` <20160920110844.661965be-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-09-21  2:47   ` Alexei Starovoitov via iovisor-dev
     [not found]     ` <20160921024705.GA11128-+o4/htvd0TDFYCXBM6kdu7fOX0fSgVTm@public.gmane.org>
2016-09-21  8:52       ` Jesper Dangaard Brouer via iovisor-dev
2016-09-22 18:16   ` Jesper Dangaard Brouer via iovisor-dev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.