commit | 5e903c656b98614698a891c6e098186272cbba14 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Tue Apr 09 11:49:10 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Apr 11 10:21:41 2019 +0200 |
tree | 3be59bca2d7c6bc7e1b19dbce746fe5a19fde349 | |
parent | b0b9395d865e3060d97658fbc9ba3f77fecc8da1 [diff] |
libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN Support recently introduced input/output context for test runs. We extend only bpf_prog_test_run_xattr. bpf_prog_test_run is unextendable and left as is. Signed-off-by: Stanislav Fomichev <sdf@google.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>