From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Kulasek Subject: [PATCH v3 0/3] Unit tests for mode 4 Date: Thu, 29 Jan 2015 09:51:53 +0100 Message-ID: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> References: <1421671390-8560-1-git-send-email-tomaszx.kulasek@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1421671390-8560-1-git-send-email-tomaszx.kulasek-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. 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