ebpf-for-windows/tests/end_to_end
Dave Thaler f15fd232c7
Preserve ebpf_result values up through user mode APIs (#642)
* Rename win32 error code APIs for internal consistency

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Update error mappings

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Replace unstable NTSTATUS code with a documented one

STATUS_FILE_NOT_SUPPORTED does not appear in MS-ERREF and support varies
by OS version so cannot be relied on.  Replaced with
STATUS_INVALID_IMAGE_FORMAT.

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
2021-10-25 14:35:25 -07:00
..
end_to_end.cpp Preserve ebpf_result values up through user mode APIs (#642) 2021-10-25 14:35:25 -07:00
helpers.h make bpf_csum_diff a global helper. (#625) 2021-10-04 11:29:36 -07:00
netsh_test.cpp add ingress interface index to xdp context. (#623) 2021-10-04 10:53:42 -06:00
netsh_test_helper.h Add more libbpf APIs needed by bpftool (#576) 2021-09-23 19:32:09 -07:00
test_helper.cpp Preserve ebpf_result values up through user mode APIs (#642) 2021-10-25 14:35:25 -07:00
test_helper.hpp Libbpf API compatibility (#350) 2021-07-30 15:34:21 -07:00