From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: [PATCH v3 0/5] link bonding Date: Tue, 23 Sep 2014 14:18:05 +0100 Message-ID: <1411478290-28807-1-git-send-email-declan.doherty@intel.com> References: <1409560289-29558-5-git-send-email-declan.doherty@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1409560289-29558-5-git-send-email-declan.doherty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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