From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 3/3] unit tests add mode 4 unit test Date: Thu, 15 Jan 2015 11:55:28 +0100 Message-ID: <2131497.iaebiKgZbp@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Michal Jastrzebski , Pawel Wodkowski Return-path: In-Reply-To: <1418375682-4703-4-git-send-email-michalx.k.jastrzebski-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" 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