From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v4 0/4] Unit tests for mode 4 Date: Fri, 13 Feb 2015 11:08:00 +0000 Message-ID: <54DDDB10.2070307@intel.com> References: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Tomasz Kulasek , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1423823896-4620-1-git-send-email-tomaszx.kulasek-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" On 13/02/15 10:38, Tomasz Kulasek wrote: > This patch series depends of "PMD ring" patches and should be applied after them > to run successfully. > > v4 changes > - Adapting to changes in the initialize_eth_header API > - Fix linking problem against librte_pmd_bond.so for shared libraries > - Patchset cleanup for smoother application > > v3 changes > - Fix compilation issues for dynamic libraries > - Re-create a series of patches to maintain consistency > > v2 changes > - Patch split for better readability > > Tomasz Kulasek (4): > test: test.h rework > test: Unit tests for mode 4 > mk: Link test app against librte_pmd_ring when needed > pmd_bond: Set routines required by test app global > > app/test/Makefile | 16 + > app/test/test.h | 112 +- > app/test/test_link_bonding.c | 2 +- > app/test/test_link_bonding_mode4.c | 1413 ++++++++++++++++++++++++++ > lib/librte_pmd_bond/rte_eth_bond_version.map | 2 + > 5 files changed, 1498 insertions(+), 47 deletions(-) > create mode 100644 app/test/test_link_bonding_mode4.c > Series Acked-by: Declan Doherty