From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/4] Unit tests for mode 4 Date: Wed, 18 Feb 2015 19:00:15 +0100 Message-ID: <2398467.DF03DmCcDA@xps13> References: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> <54DDDB10.2070307@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Tomasz Kulasek Return-path: In-Reply-To: <54DDDB10.2070307-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 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 > > Series Acked-by: Declan Doherty Applied, thanks