From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] test: update common auto test Date: Fri, 16 Mar 2018 00:53:27 +0100 Message-ID: <11206837.otn7zXTPiM@xps> References: <20180314094100.12373-1-pbhagavatula@caviumnetworks.com> <20180314094100.12373-2-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: jerin.jacob@caviumnetworks.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id EFD8656A1 for ; Fri, 16 Mar 2018 06:01:02 +0100 (CET) In-Reply-To: <20180314094100.12373-2-pbhagavatula@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.