[PATCH v1] linux-gen: dpdk: improve code sharing with odp-dpdk#2337
Open
MatiasElo wants to merge 7 commits intoOpenDataPlane:masterfrom
Open
[PATCH v1] linux-gen: dpdk: improve code sharing with odp-dpdk#2337MatiasElo wants to merge 7 commits intoOpenDataPlane:masterfrom
MatiasElo wants to merge 7 commits intoOpenDataPlane:masterfrom
Conversation
Remove old now unnecessary workarounds for enabling promisc mode on some DPDK devices. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Increase default number of RX and TX descriptors to 1024 for improved packet forwarding performance. Also, use rte_eth_dev_adjust_nb_rx_tx_desc() to adjust descriptor counts automatically to values supported by the used poll mode driver. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Move DPDK pktio code which can be shared as-is with ODP-DPDK into a separate header file. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Move DPDK pktio code which can be shared as-is with ODP-DPDK into a separate source file. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Modify DPDK pktio statistics code so that it can be shared with ODP-DPDK. rte_stats.rx_nombuf value is now included in odp_pktio_stats_t.in_discards and error checks have been improved. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Modify DPDK pktio link status code so that it can be shared with ODP-DPDK. The new function implementations have been copied from ODP-DPDK with minor modifications. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Modify DPDK pktio RSS config preparation code so that it can be shared with ODP-DPDK. Signed-off-by: Matias Elo <matias.elo@nokia.com>
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.