From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 26BDCB484 for ; Fri, 13 Feb 2015 11:38:59 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 13 Feb 2015 02:38:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,570,1418112000"; d="scan'208";a="685244957" Received: from unknown (HELO Sent) ([10.217.248.113]) by orsmga002.jf.intel.com with SMTP; 13 Feb 2015 02:38:50 -0800 Received: by Sent (sSMTP sendmail emulation); Fri, 13 Feb 2015 11:38:48 +0200 From: Tomasz Kulasek To: dev@dpdk.org Date: Fri, 13 Feb 2015 11:38:12 +0100 Message-Id: <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> References: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> Subject: [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 10:39: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 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 -- 1.7.9.5