-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/net: add support to the PMD i40e
The PMD i40e does not support the RSS hash functions ETH_RSS_IPV4 and ETH_RSS_IPV6 (i.e., RSS hash for IPv4 or IPv6 non-fragmented packets). So Gatekeeper cannot work. Nevertheless, i40e has an alternative way to set the needed RSS hash. This patch adds the parameter alternative_rss_hash to struct gatekeeper_if to ask Gatekeeper to try this alternative hash.
- Loading branch information
1 parent
99b31a8
commit a601b26
Showing
4 changed files
with
174 additions
and
36 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