app/testpmd: add missing autoneg field to set flow control
authorDavid Marchand <david.marchand@6wind.com>
Tue, 24 Jun 2014 13:06:50 +0000 (15:06 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Jun 2014 00:39:44 +0000 (02:39 +0200)
commit3ebb09d02fda08b71e15022782fa2497a857ee32
treec2a851e43cd9e6394a3ff4eca10597a62eecae45
parentb024956a239a199c31b2171095ed505c840df32a
app/testpmd: add missing autoneg field to set flow control

Following commit 2d95b84aaacb3d2d0bd70367c0530d15e0cbb14e, rte_eth_fc_conf
struct contains a autoneg field that must be set by callers.
Add this parameter to testpmd.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test-pmd/cmdline.c