Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPDK's Poll Mode Drivers ignore field rss_key_len of struct rte_eth_rss_conf #624

Open
AltraMayor opened this issue Oct 31, 2022 · 0 comments
Labels

Comments

@AltraMayor
Copy link
Owner

DPDK's Poll Mode Drivers ignore field rss_key_len of struct rte_eth_rss_conf. For example, dependencies/dpdk/drivers/net/ixgbe/ixgbe_rxtx.c:ixgbe_dev_rss_hash_conf_get() does not even mention the field rss_key_len. These bugs should be fixed upstream.

Gatekeeper works around this bug in DPDK by calling rte_eth_dev_info_get() to obtain the length of the RSS hash key.

@AltraMayor AltraMayor added the bug label Oct 31, 2022
@AltraMayor AltraMayor added this to the DPDK coordination milestone Oct 31, 2022
AltraMayor added a commit that referenced this issue Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant