From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH 2/2] test: update common auto test Date: Fri, 16 Mar 2018 14:26:40 +0530 Message-ID: <20180316085639.GB5350@ltp-pvn> References: <20180314094100.12373-1-pbhagavatula@caviumnetworks.com> <20180314094100.12373-2-pbhagavatula@caviumnetworks.com> <11206837.otn7zXTPiM@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon , jerin.jacob@caviumnetworks.com Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0053.outbound.protection.outlook.com [104.47.36.53]) by dpdk.org (Postfix) with ESMTP id 8AC405F20 for ; Fri, 16 Mar 2018 09:57:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <11206837.otn7zXTPiM@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Mar 16, 2018 at 12:53:27AM +0100, Thomas Monjalon wrote: > 14/03/2018 10:41, Pavan Nikhilesh: > > Update common auto test to include test for aligning values to multiples > > of given integer. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > test/test/test_common.c | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > The unit test can be in the same patch as the code. > A single patch is fine here. Sure, will merge them in v2. > > >