gatekeeper: upgrade DPDK to version 23.11#680
Merged
AltraMayor merged 6 commits intov1.2.0-devfrom Mar 25, 2024
Merged
Conversation
This commit adjusts the code to match elements that has been renamed in DPDK, such as, 1. Fields d_addr and s_addr of struct rte_ether_hdr are now named dst_addr and src_addr; 2. Defines RTE_RETA_GROUP_SIZE is now RTE_ETH_RETA_GROUP_SIZE; 3. Functions rte_eth_bond_slave_add() and rte_eth_bond_slave_remove() are now rte_eth_bond_member_add() and rte_eth_bond_member_remove(); 4. Defines PKT_TX_* are now RTE_MBUF_F_TX_*; 5. Defines ETH_* are now RTE_ETH_*; 6. Defines DEV_* are now RTE_ETH_*.
DPDK has changed the interface that configures the MTU of a port. See the following DPDK commits for details: ethdev: fix max Rx packet length commit 1bb4a528c41f4af4847bd3d58cc2b2b9f1ec9a27 ethdev: remove jumbo offload flag commit b563c1421282a1ec6038e5d26b4cd4fcbb01ada1 This commit closes #621.
This commit closes #677.
More information on issue #672
This was referenced Mar 25, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.