From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id B370EB4CE for ; Wed, 18 Feb 2015 19:00:59 +0100 (CET) Received: by mail-wg0-f47.google.com with SMTP id x12so2686256wgg.6 for ; Wed, 18 Feb 2015 10:00:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=LlWVjrbd7u1+QhZiswiEke2BuGBIjRr5EW9LuPLwQAQ=; b=XXKkRtaS6Sw8N0QYsErm7etRD7EvlnUGjmnVRiwEK9vK8AzilFj3tQmW9Ou6V1z9T0 FkySVp8QKTLek+FbPgCSCzchqNgfZFknBjKfyU8fpc4hJifw16lrY7kN1pnO01gUFIWV UDFsp2+KyjjKd5tfekNgA7lh7KpSHoflSe3YnfZNtkYKYL4P3xFbX6f8gJ2geKDHoEQV MVP/l3HyherOWfHG11iWkiVceIhChGFWptMmKM/gdYims131PGXIIYXuS9oaaR0Rsyjw L5H5eTwAnB2PB8LRzzG7GWLfVo0aaDa8G3Jb3XUg7bdEYfNXn5ap/tqKEefpNc0FRMyp xuhQ== X-Gm-Message-State: ALoCoQleNwff0ZzDUEIRNXYcJHX4j3Tfwrn9KJ+QN4FQ25Gs+Kmtdm7HonhamYVEv/CxUkyeGYDC X-Received: by 10.194.6.228 with SMTP id e4mr732845wja.63.1424282459573; Wed, 18 Feb 2015 10:00:59 -0800 (PST) Received: from xps13.localnet (178.16.90.92.rev.sfr.net. [92.90.16.178]) by mx.google.com with ESMTPSA id fw5sm33697073wjb.14.2015.02.18.10.00.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 10:00:58 -0800 (PST) From: Thomas Monjalon To: Tomasz Kulasek Date: Wed, 18 Feb 2015 19:00:15 +0100 Message-ID: <2398467.DF03DmCcDA@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <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> <54DDDB10.2070307@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Wed, 18 Feb 2015 18:01:00 -0000 > > 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