zijianzhang@ wrote: > From: Zijian Zhang <zijianzhang@xxxxxxxxxxxxx> > > Add txmsg_pass to test_txmsg_pull/push/pop. If txmsg_pass is missing, > tx_prog will be NULL, and no program will be attached to the sockmap. > As a result, pull/push/pop are never invoked. > > Fixes: 328aa08a081b ("bpf: Selftests, break down test_sockmap into subtests") > Signed-off-by: Zijian Zhang <zijianzhang@xxxxxxxxxxxxx> > --- > tools/testing/selftests/bpf/test_sockmap.c | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: John Fastabend <john.fastabend@xxxxxxxxx>