From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH 0/5] bonding corrections and additions Date: Mon, 6 Apr 2015 10:01:20 -0700 Message-ID: <1428339685-27686-1-git-send-email-ehkinzie@gmail.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" This patchset makes a couple of small corrections to the bonding driver and introduces the ability to use an external state machine for mode 4 operation. Eric Kinzie (5): bond: use existing enslaved device queues bond mode 4: copy entire config structure bond mode 4: do not ignore multicast bond mode 4: allow external state machine bond mode 4: tests for external state machine app/test/test_link_bonding_mode4.c | 208 +++++++++++++++++++-- lib/librte_pmd_bond/rte_eth_bond_8023ad.c | 176 +++++++++++++++++ lib/librte_pmd_bond/rte_eth_bond_8023ad.h | 44 +++++ lib/librte_pmd_bond/rte_eth_bond_8023ad_private.h | 2 + lib/librte_pmd_bond/rte_eth_bond_pmd.c | 11 +- 5 files changed, 427 insertions(+), 14 deletions(-) -- 1.7.10.4