> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Tuesday, September 23, 2014 2:18 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 4/5] bond: lsc polling support > > Adds link status polling functionality to bonding device as well as API > to set polling interval and link up / down propagation delay. > Also contains unit tests for testing polling functionailty. > > > Signed-off-by: Declan Doherty <declan.doherty at intel.com> > --- > app/test/test.h | 7 +- > app/test/test_link_bonding.c | 258 ++++++++++++------- > app/test/virtual_pmd.c | 17 +- > app/test/virtual_pmd.h | 48 +++- > lib/librte_pmd_bond/rte_eth_bond.h | 80 ++++++ > lib/librte_pmd_bond/rte_eth_bond_api.c | 309 +++++++++++++++-------- > lib/librte_pmd_bond/rte_eth_bond_args.c | 30 ++- > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 387 > +++++++++++++++++++++------- > lib/librte_pmd_bond/rte_eth_bond_private.h | 71 ++++-- > 9 files changed, 861 insertions(+), 346 deletions(-) > > -- > 1.7.4.1
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>