Open AltraMayor opened 9 months ago
We may be able to eliminate lib/net.c:gk_softrss_be() and related functions adopting the new-ish Toeplitz Hash Library of DPDK.
lib/net.c:gk_softrss_be()
Once the Toeplitz Hash Library is adopted, set port_conf->rx_adv_conf.rss_conf.algorithm = RTE_ETH_HASH_FUNCTION_TOEPLITZ; in lib/net.c:check_if_rss().
port_conf->rx_adv_conf.rss_conf.algorithm = RTE_ETH_HASH_FUNCTION_TOEPLITZ;
lib/net.c:check_if_rss()
We may be able to eliminate
lib/net.c:gk_softrss_be()
and related functions adopting the new-ish Toeplitz Hash Library of DPDK.