app/testpmd: configure RSS without restart
authorIvan Boule <ivan.boule@6wind.com>
Fri, 16 May 2014 08:58:41 +0000 (10:58 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 May 2014 16:42:05 +0000 (18:42 +0200)
commit560e02ee5237920a9bc0c8dd148308f04e1582d3
treedbfe087b017d734e18ca69b02773205897948684
parentdb5b65301ddee88d2e093e45ed90511c96ffe3a5
app/testpmd: configure RSS without restart

The function cmd_config_rss_parsed() associated with the command
"port config rss all" required to first stop all ports, in order to
then entirely re-configure all ports with the new RSS hash computation
parameters.
Use now the new function rte_eth_dev_rss_hash_conf_update() that dynamically
only changes the RSS hash computation parameters of a port, without needing
to previously stop the port.

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test-pmd/cmdline.c