Re: [dpdk-dev] [PATCH] app/testpmd: fix the comments in source file cmdline

2017-07-03 Thread Thomas Monjalon
> > Because the comments in function cmd_add_bonding_slave_parsed() and > > cmd_remove_bonding_slave_parsed() is 'Set the primary slave for a bonded > > device',so fix it with 'add the slave for a bonded device' > > and 'remove the slave from a bonded device'. > > > > Signed-off-by: RongQiang Xie

Re: [dpdk-dev] [PATCH] app/testpmd: fix the comments in source file cmdline

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: RongQiang Xie [mailto:xie.rongqi...@zte.com.cn] > Sent: Thursday, June 15, 2017 6:21 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; RongQiang Xie > Subject: [PATCH] app/testpmd: fix the comments in source file cmdline > > Because the comments in function cmd_add

[dpdk-dev] [PATCH] app/testpmd: fix the comments in source file cmdline

2017-06-15 Thread RongQiang Xie
Because the comments in function cmd_add_bonding_slave_parsed() and cmd_remove_bonding_slave_parsed() is 'Set the primary slave for a bonded device',so fix it with 'add the slave for a bonded device' and 'remove the slave from a bonded device'. Signed-off-by: RongQiang Xie --- app/test-pmd/cmdli