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
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 --
ap
2 matches
Mail list logo