From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mrzyglod Subject: [PATCH v4 0/2] ADD mode 5(tlb) to link bonding pmd Date: Thu, 27 Nov 2014 16:49:25 +0000 Message-ID: <1417106966-25813-1-git-send-email-danielx.t.mrzyglod@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" ADD mode 5(tlb) to link bonding pmd v4 change: Change description of mode 5 in header. Add description to cover letter. v3 change: Rebase patch version to HEAD of orgin/master. Unit tests moved to the separate patch v3 2/2. v2 change: Add Unit Tests Modification that updates obytes structure in virtualpmd driver. change internals->slaves[i].last_obytes to have proper values. Update codebase to Declan's patches. v1 change: Add support for mode 5 (Transmit load balancing) into pmd driver Daniel Mrzyglod (2): This patch add support of mode 5 to link bonding pmd Unit tests for Mode 5 of Bonding Transmit Load balancig. app/test/test_link_bonding.c | 499 ++++++++++++++++++++++++++++- app/test/virtual_pmd.c | 6 +- lib/librte_pmd_bond/rte_eth_bond.h | 6 + lib/librte_pmd_bond/rte_eth_bond_args.c | 1 + lib/librte_pmd_bond/rte_eth_bond_pmd.c | 160 ++++++++- lib/librte_pmd_bond/rte_eth_bond_private.h | 2 +- 6 files changed, 668 insertions(+), 6 deletions(-) -- 2.1.0