From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BF4095AB4 for ; Thu, 29 Jan 2015 09:53:02 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 29 Jan 2015 00:53:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,485,1418112000"; d="scan'208";a="677876915" Received: from unknown (HELO Sent) ([10.217.248.44]) by orsmga002.jf.intel.com with SMTP; 29 Jan 2015 00:53:00 -0800 Received: by Sent (sSMTP sendmail emulation); Thu, 29 Jan 2015 09:52:37 +0200 From: Tomasz Kulasek To: dev@dpdk.org Date: Thu, 29 Jan 2015 09:51:53 +0100 Message-Id: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1421671390-8560-1-git-send-email-tomaszx.kulasek@intel.com> References: <1421671390-8560-1-git-send-email-tomaszx.kulasek@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] 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: Thu, 29 Jan 2015 08:53:03 -0000 This patch series depends of "PMD ring" patches and should be applied after them. 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 (3): Unit tests - test.h rework Unit tests for mode 4 mk: Link test application against librte_pmd_ring when needed app/test/Makefile | 16 + app/test/test.h | 112 +-- app/test/test_link_bonding.c | 2 +- app/test/test_link_bonding_mode4.c | 1412 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1495 insertions(+), 47 deletions(-) create mode 100644 app/test/test_link_bonding_mode4.c -- 1.7.9.5