From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id EE53B5A7C for ; Thu, 15 Jan 2015 11:55:52 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id l2so14146447wgh.7 for ; Thu, 15 Jan 2015 02:55:51 -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=cA1aWZo1VoVoaPLo4gScLKGYp1aeSmOu2Xb9MMqT5Mc=; b=nGmANTgceuqtMBfzL4JIawu9BXSD3197sRc/aCjKULkcqGdCscRFgzZf2FBuUHhX6W BFFZKLd7jdwkId8yvXxRFTSIlVVYPTP0I/xYb9MPE9l4JLciFrXzvoywGJwTMJudnBF1 FhygaYprzWdKvoJSM5J17mfVw0YnTfpPrf08XLFtufDkkXywXMSWno3WgRQwVqwoBtaI UQ7AJE4IJpMiUmSpZC40539GV9H6xx1RpczbsbnVBgVr6HvbmqKNUcz9E7heiKnhjrNZ vIActKysmkAgd61zAJUr6PoEvK/IwFEOyKF1E+wJ3qQxzY95AdhWBX7IQxD2afeYU4FH vWRg== X-Gm-Message-State: ALoCoQlTpcLmWqDT5SHNwbs8OAbuOn0jOEC8twQgD7OrlpWcQ1SlUd8smY3Kh79090OD+43gx2J4 X-Received: by 10.194.86.135 with SMTP id p7mr16748433wjz.89.1421319351709; Thu, 15 Jan 2015 02:55:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n3sm1570941wja.36.2015.01.15.02.55.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 02:55:51 -0800 (PST) From: Thomas Monjalon To: Michal Jastrzebski , Pawel Wodkowski Date: Thu, 15 Jan 2015 11:55:28 +0100 Message-ID: <2131497.iaebiKgZbp@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418375682-4703-4-git-send-email-michalx.k.jastrzebski@intel.com> References: <1418375682-4703-1-git-send-email-michalx.k.jastrzebski@intel.com> <1418375682-4703-4-git-send-email-michalx.k.jastrzebski@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 3/3] 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: Thu, 15 Jan 2015 10:55:53 -0000 2014-12-12 09:14, Michal Jastrzebski: [...] > Additionally some typos fix is included. > > Signed-off-by: Pawel Wodkowski > --- > app/test/Makefile | 1 + > app/test/test.h | 111 +-- > app/test/test_link_bonding.c | 2 +- > app/test/test_link_bonding_mode4.c | 1412 ++++++++++++++++++++++++++++++++++++ Please do not mix a test addition with a reworking of test.h. Thanks -- Thomas