mtahhan@ wrote: > From: Maryam Tahhan <mtahhan@xxxxxxxxxx> > > Add documentation for BPF_MAP_TYPE_SOCK[MAP|HASH] > including kernel versions introduced, usage > and examples. > > Signed-off-by: Maryam Tahhan <mtahhan@xxxxxxxxxx> > > --- > v3: > - Call out that the user attaches the BPF programs to > the sock[map|hash] maps explicitly. > - Rephrase the note that references the TCP and UDP > functions that get replaced. > - Update simple example to attach verdict and parser > progs to a map. > > v2: > - Fixed typos and user space references to BPF helpers. > - Added update, lookup and delete BPF helpers. > --- > --- Still LGTM. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>