app/testpmd: fix bond port creation
authorMichal Jastrzebski <michalx.k.jastrzebski@intel.com>
Fri, 6 Mar 2015 07:38:59 +0000 (08:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Mar 2015 11:47:25 +0000 (12:47 +0100)
commit7143d8fd4aa5e59a40078d34b733609d2827e374
treefcb1ad7ac3662db13dd2f74ff17f698f23ef300c
parent4468635fdd0463847f3c3bd1e8a04118c51fea96
app/testpmd: fix bond port creation

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@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-pmd/cmdline.c