Re: [PATCH bpf v3] xsk: improve documentation for AF_XDP

2019-10-23 Thread Alexei Starovoitov
On Mon, Oct 21, 2019 at 1:57 AM Magnus Karlsson wrote: > > Added sections on all the bind flags, libbpf, all the setsockopts and > all the getsockopts. Also updated the document to reflect the latest > features and to correct some spelling errors. > > v1 -> v2: > * Updated XDP program with latest

[PATCH bpf v3] xsk: improve documentation for AF_XDP

2019-10-21 Thread Magnus Karlsson
Added sections on all the bind flags, libbpf, all the setsockopts and all the getsockopts. Also updated the document to reflect the latest features and to correct some spelling errors. v1 -> v2: * Updated XDP program with latest BTF map format * Added one more FAQ entry * Some minor edits and corr