Jakub Kicinski <kuba@xxxxxxxxxx> writes: > Provide a bit of a brain dump of netlink related information > as documentation. Hopefully this will be useful to people > trying to navigate implementing YAML based parsing in languages > we won't be able to help with. > > I started writing this doc while trying to figure out what > it'd take to widen the applicability of YAML to good old rtnl, > but the doc grew beyond that as it usually happens. > > In all honesty a lot of this information is new to me as I usually > follow the "copy an existing example, drink to forget" process > of writing netlink user space, so reviews will be much appreciated. > > Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx> > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > -- > Jon, I'm putting this in userspace-api/ I think it fits reasonably > well there but please don't hesitate to suggest a better home. That seems like a fine place for it - this is an addition that, I think, a lot of people will welcome. A couple of nits, feel free to ignore them: - Do you plan to add other netlink documents to that directory in the future? If not, I'd just make a netlink.rst and not bother with the directory and index.rst. - I'm not sure that all the :c:member markup buys enough to be worth the clutter. Regardless, should it be worth something: Acked-by: Jonathan Corbet <corbet@xxxxxxx> Thanks for doing this; I've been meaning for years to reverse-engineer netlink and write something like this, now I don't have to :) jon