From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CFBE4211AC; Fri, 16 Mar 2018 01:01:01 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 16 Mar 2018 01:01:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Zg0c2a2adfEb+UkWh1LL0kPtNN SuaeYMavCjQoA83mQ=; b=aBq0LLFPgF6kq1CprHZPDz6rEX5tCzY6YpMII9zjX7 hLIqg3aNDSGhk4j6Wi0OiqevU/UV3+lTnao5PnDP3Nwe0zj0cQyWUXjvQcnQPYr2 Kgv10hm6l02RLK91P787mCvNvMoK4Publ4ZCbLWZmmfSBMUdS2WWFRmq84c2Z482 s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Zg0c2a 2adfEb+UkWh1LL0kPtNNSuaeYMavCjQoA83mQ=; b=bBMi9x413y/9dZNpoMVp/I EfxZJK8tpcXkn12mUJcZfyCloAnxHpSb8iqKzDoEWEmcAfHK1ixGi82/beEtdbW6 P/jd8/YIFMvgpag9QImcBD/m4Ud5dOgDNghEDyv0LPX++TnZQVfyKKBDlvhEt4xM dAfnJpFGDiW5gaqV5EoRxrFlSciFtp49hbYwVnVT4WbpPcwI/B/nH0RNetuGtqjv J0MgLTMEj1XM++jVIhMqXllGWOoyeleYtQybWo99iT4ek5SeNOjKtjFLMWO7x534 IyQgXAHuX2jnLTtYVREllJk4DrXVWMdmYlETrsDxGcu2mc+P3uVXoI0YpYpSfsEw == X-ME-Sender: Received: from xps.localnet (92.83.136.77.rev.sfr.net [77.136.83.92]) by mail.messagingengine.com (Postfix) with ESMTPA id AFB6F7E263; Fri, 16 Mar 2018 01:01:00 -0400 (EDT) From: Thomas Monjalon To: Pavan Nikhilesh Cc: jerin.jacob@caviumnetworks.com, dev@dpdk.org Date: Fri, 16 Mar 2018 00:53:27 +0100 Message-ID: <11206837.otn7zXTPiM@xps> In-Reply-To: <20180314094100.12373-2-pbhagavatula@caviumnetworks.com> References: <20180314094100.12373-1-pbhagavatula@caviumnetworks.com> <20180314094100.12373-2-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] test: update common auto test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 05:01:03 -0000 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.