Re: [bpf PATCH v2 5/6] bpf: sockhash, add release routine

2018-06-15 Thread Martin KaFai Lau
On Thu, Jun 14, 2018 at 09:45:07AM -0700, John Fastabend wrote: > Add map_release_uref pointer to hashmap ops. This was dropped when > original sockhash code was ported into bpf-next before initial > commit. > > Fixes: 81110384441a ("bpf: sockmap, add hash map support") > Signed-off-by: John

[bpf PATCH v2 5/6] bpf: sockhash, add release routine

2018-06-14 Thread John Fastabend
Add map_release_uref pointer to hashmap ops. This was dropped when original sockhash code was ported into bpf-next before initial commit. Fixes: 81110384441a ("bpf: sockmap, add hash map support") Signed-off-by: John Fastabend --- 0 files changed diff --git a/kernel/bpf/sockmap.c