app/testpmd: support different aggregation modes
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Wed, 19 Jul 2017 14:46:27 +0000 (16:46 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Jul 2017 15:14:42 +0000 (18:14 +0300)
commit0f36cc56b9c7c7aaf393f36bcdbbe4b04c3947f5
tree3f78ffbb0e99efd13a0a482a28294db3f68c4e1c
parent6d72657ce379e159b745be27edcad72ac0266aac
app/testpmd: support different aggregation modes

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>
testpmd> show bonding config <port_id>

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
app/test-pmd/cmdline.c