On Fri, Oct 22, 2021 at 03:55:11PM +0800, Hou Tao wrote: > Running a BPF_PROG_TYPE_STRUCT_OPS prog for dummy_st_ops::test_N() > through bpf_prog_test_run(). Four test cases are added: > (1) attach dummy_st_ops should fail > (2) function return value of bpf_dummy_ops::test_1() is expected > (3) pointer argument of bpf_dummy_ops::test_1() works as expected > (4) multiple arguments passed to bpf_dummy_ops::test_2() are correct Acked-by: Martin KaFai Lau <kafai@xxxxxx>