From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1F7875A82 for ; Mon, 19 Jan 2015 13:43:58 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 19 Jan 2015 04:41:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,426,1418112000"; d="scan'208";a="639303591" Received: from unknown (HELO Sent) ([10.217.248.44]) by orsmga001.jf.intel.com with SMTP; 19 Jan 2015 04:43:56 -0800 Received: by Sent (sSMTP sendmail emulation); Mon, 19 Jan 2015 13:43:34 +0200 From: Tomasz Kulasek To: dev@dpdk.org Date: Mon, 19 Jan 2015 13:43:08 +0100 Message-Id: <1421671390-8560-1-git-send-email-tomaszx.kulasek@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1418375682-4703-4-git-send-email-michalx.k.jastrzebski@intel.com> References: <1418375682-4703-4-git-send-email-michalx.k.jastrzebski@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] unit tests add mode 4 unit test 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: Mon, 19 Jan 2015 12:43:59 -0000 Update v2: Patch split - separated test.h rework and unit test for mode 4 patch. Tomasz Kulasek (2): Unit tests - test.h rework Unit tests for mode 4 app/test/Makefile | 1 + app/test/test.h | 112 +-- app/test/test_link_bonding.c | 2 +- app/test/test_link_bonding_mode4.c | 1412 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1480 insertions(+), 47 deletions(-) create mode 100644 app/test/test_link_bonding_mode4.c -- 1.7.9.5