-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove XDP hook support from netebpfext.sys (#3040)
* replace XDP guids with XDP_TEST guids * updated missde instance * update bpf2c * leave xdp_hook as is * remove extra files * update with new XDP_TEST guid, update other tests to use sample_ext * update some tests, update test_helper * update fuzzer * temporarily remove bpftool tests * update execution context test * replace XDP guids with XDP_TEST guids * updated missde instance * update bpf2c * leave xdp_hook as is * remove extra files * update with new XDP_TEST guid, update other tests to use sample_ext * update some tests, update test_helper * update fuzzer * temporarily remove bpftool tests * update execution context test * build failures * update sample ext with context_allocate and destroy * update vm script to use xdp_test * switch api tests to use sample program * rename to xdp_Test * update sample ext * update incorrect SAL, update netsh tests * update sample, update tests to use sample where applicable * update tests * fix up tests * fix libbpf tets * revert unnecessary changes * remove extra prints * add back in bpftool tests * update to use xdp instead of xdp_test for bpftool test * update atomic_instructions_others.o * extra debug logs * updated expected, update bpftool tests * correct bpftool tests * more debug logs * add reg debug * clear program info * Attempt fix of buffer overrun * remove debug logs, minor cleanup, set XDP guids back to their original names * update docs with xdp_test * fix guid usage * CR: remove program, update comments, fix commented out tests, update bpf_program__attach_xdp * revert changes in libbpf, as they need to use the actual XDP guids * update comment * update some XDP tests to use sample ext, comment out some expected failing tests * update bpftool tests * fix up bpf prog test run expected output, move to #if instead of comments * fix up return code issue * fix bpftool testes * add some failed xdp tests, set some params to null for sample tests * update comment * tmp commit - move to xdp mock * update unit tests to use mock XDP where possible * made some samples back to XDP type * netebpfext unit tests should use xdp_test * CR
- Loading branch information
1 parent
99744a1
commit 2000daf
Showing
129 changed files
with
19,620 additions
and
20,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.