-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase MAX_TAIL_CALL_CNT to 33 tail calls (#2826)
* Initial Commit * Added tail call max exceed native test case * Initial commit * Initial commit * Added bpf2c_tests/expected changed files * Fixed the return value in bind_tailcall_max_native_test * Addressed PR comments * Update tests/unit/libbpf_test.cpp Co-authored-by: Dave Thaler <[email protected]> * Update tests/unit/libbpf_test.cpp Co-authored-by: Dave Thaler <[email protected]> * tests/unit/libbpf_test.cpp * Moved MAX_TAIL_CALL_CNT to ebpf_structs.h as suggested * Removed MAX_TAIL_CALL_CNT in api_test and stress_tests_km file * Add the generated expected file for tail_call_max_exceed * Removed MAX_TAIL_CALL_CNT from bpf_helpers.h --------- Co-authored-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
22 changed files
with
32,586 additions
and
6,795 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,3 @@ | |
#endif | ||
|
||
#include "bpf_helper_defs.h" | ||
|
||
#define MAX_TAIL_CALL_CNT 32 |
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.