[dpdk-dev] [PATCH v7 2/4] test-pmd: modified testpmd for link_bonding

2015-07-27 Thread Thomas Monjalon
2015-07-27 16:54, Bernard Iremonger: > uint8_t need_reconfig_queues; /**< need reconfiguring > queues or not */ > uint8_t rss_flag; /**< enable rss or not */ > - uint8_t dcb_flag; /**< enable dcb */ > + uint8_t

[dpdk-dev] [PATCH v7 2/4] test-pmd: modified testpmd for link_bonding

2015-07-27 Thread Bernard Iremonger
When the bonded port is started it also starts the slave port, but the slave port status is not set. A slave_flag has been added to struct rte_port to resolve this issue. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 4 +++- app/test-pmd/testpmd.c | 22 --