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

2019-10-14 Thread Magnus Karlsson
On Sat, Oct 12, 2019 at 6:52 PM Alexei Starovoitov wrote: > > On Thu, Oct 10, 2019 at 1:12 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

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

2019-10-12 Thread Alexei Starovoitov
On Thu, Oct 10, 2019 at 1:12 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. > > Signed-off-by: Magnus Karlsson thanks for th