-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> [!WARNING] > Do not merge this code until githedgehog/dpdk-sys#69 is merged. In this commit, we begin using the new dpdk-sys bindings. The major changes are: 1. We now have low-level wrappers for basically all `static inline` DPDK functions thanks to dpdk-sys #69. 2. Thanks to new features in bindgen and doxygen-rs we now have rust docs for most DPDK functions. 3. We no longer need `w` prefixed dpdk-sys functions. Signed-off-by: Daniel Noland <[email protected]>
- Loading branch information
1 parent
7037abb
commit 3b26892
Showing
9 changed files
with
89 additions
and
52 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DPDK_SYS_BRANCH="main" | ||
DPDK_SYS_COMMIT="fa00d8c0d874e12208bbea9b48cee62da3f37db0" | ||
DPDK_SYS_COMMIT="35f5284b860154d6ebe0e113b3e5c7c891a7d4ab" |