> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, March 06, 2015 7:39 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: bond port creation did not enable > bond port > > When invoking creation of bonded device using: > create bonded device mode socket in testpmd the bonded port was not > enabled at the end of cmd_create_bonded_device_parsed function. > This caused commands 'show port info' and 'show port stats' not working > properly with bonding device. This patch fixed it. > > Signed-off-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

