2020 14:13
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo ; Xing, Beilei ;
> Iremonger, Bernard ; Yigit, Ferruh
> ; Zhang, Qi Z ; Yang, SteveX
>
> Subject: [dpdk-dev] [PATCH v1] app/testpmd: fix default RSS hash not accurate
>
> When testpmd launched, the default RSS hash function w
When testpmd launched, the default RSS hash function will only activate
'ETH_RSS_IP', it isn't consistent with the command result of
'port config all rss default'.
Removed the default 'rss_hf' limited in 'init_port_config', that will
use the default supported RSS hash function for NIC.
Fixes: 908
2 matches
Mail list logo