forked from OISF/suricata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpdk/rss: add rte_flow rss for more NIC drivers
Configure RSS through rte_flow API for NIC drivers mlx5, ixgbe and ice. So far only i40e supported this way of RSS configuration. This replaces the usage of legacy RSS API. This way subsequent rules can be added in the future with rte_flow (for exmaple encapsulation stripping). Currently the RSS hashes symmetricaly based on ipv4 / ipv6 addresses for all drivers. Ticket OISF#7337
- Loading branch information
Adam Kiripolsky
committed
Nov 12, 2024
1 parent
278dc24
commit ebddcb9
Showing
13 changed files
with
531 additions
and
217 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
Oops, something went wrong.