This patch set contains a typo fix for the bond free mbufs patch aswell as updates to the test app patch to rebase for changes in the mbuf patches . It also contains a patch to add support for slave devices which don't support link status interrupts and also a patch to tidy up the link bonding unit test so that all tests use the new test macros.
Declan Doherty (5): bond: free mbufs if transmission fails in bonding tx_burst functions test app: adding support for generating variable sized packet testpmd: adding parameter to reconfig method to set socket_id when adding new port to portlist bond: lsc polling support bond: unit test test macro refactor app/test-pmd/cmdline.c | 2 +- app/test-pmd/testpmd.c | 3 +- app/test-pmd/testpmd.h | 2 +- app/test/packet_burst_generator.c | 25 +- app/test/packet_burst_generator.h | 6 +- app/test/test.h | 7 +- app/test/test_link_bonding.c | 3245 ++++++++++++++-------------- app/test/virtual_pmd.c | 97 +- app/test/virtual_pmd.h | 53 +- 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 | 470 +++- lib/librte_pmd_bond/rte_eth_bond_private.h | 71 +- 14 files changed, 2450 insertions(+), 1950 deletions(-) -- 1.7.4.1