On Wed, 23 Oct 2024 19:00:01 +0200
Serhii Iliushyk wrote:
> +
> + rte_memcpy(&tmp_rss_conf.rss_key, rss_conf->rss_key,
> rss_conf->rss_key_len);
Avoid use of rte_memcpy(), it has less checking that memcpy().
The only place it can make sense is in the hot data path where compiler is
Enable receive side scaling
Signed-off-by: Serhii Iliushyk
---
doc/guides/nics/features/ntnic.ini| 3 +
drivers/net/ntnic/include/create_elements.h | 1 +
drivers/net/ntnic/include/flow_api.h | 2 +
drivers/net/ntnic/nthw/flow_api/flow_api.c| 6 ++
.../profile_inli
2 matches
Mail list logo