From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B7B9CB435 for ; Fri, 13 Feb 2015 12:05:06 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 13 Feb 2015 02:59:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,570,1418112000"; d="scan'208";a="454151656" Received: from dwdohert-dpdk-fedora-20.ir.intel.com ([163.33.213.98]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2015 02:50:19 -0800 Message-ID: <54DDDB10.2070307@intel.com> Date: Fri, 13 Feb 2015 11:08:00 +0000 From: Declan Doherty User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Tomasz Kulasek , dev@dpdk.org References: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> In-Reply-To: <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/4] Unit tests for mode 4 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 11:05:07 -0000 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