> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Friday, May 26, 2017 10:35 PM > To: Doherty, Declan <declan.dohe...@intel.com> > Cc: dev@dpdk.org; Mrzyglod, DanielX T <danielx.t.mrzyg...@intel.com> > Subject: [dpdk-dev] [PATCH 2/2] app/testpmd: add support for different > aggregation mode in IEEE802.3ad bonding > > This patch add support for different aggregator modes in similar manner that > is > provided in linux kernel. > > testpmd> set bonding agg_mode <port_id> <agg_name> show bonding config > testpmd> <port_id> > > Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyg...@intel.com>
Here are my comments: 1. title looks too long 2. New commands or update need to be added to help display located at cmd_help_long_parsed. 3. You also need to update the testpmd doc. Thanks Jingjing