ebpf-for-windows/tests
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
..
api_test add ingress interface index to xdp context. (#623) 2021-10-04 10:53:42 -06:00
client Disable /ZI and incremental linking (#546) 2021-09-16 16:49:02 -06:00
end_to_end Preserve ebpf_result values up through user mode APIs (#642) 2021-10-25 14:35:25 -07:00
libs add auto-pinning option for maps. (#612) 2021-10-01 09:01:39 -06:00
performance Add performance test for LRU map (#607) 2021-10-01 18:07:19 -06:00
sample add ingress interface index to xdp context. (#623) 2021-10-04 10:53:42 -06:00
unit add ingress interface index to xdp context. (#623) 2021-10-04 10:53:42 -06:00
xdp bpf_xdp_adjust_head Part 2 (#566) 2021-09-21 09:46:35 -06:00