From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: add macros to align value to multiple Date: Wed, 04 Apr 2018 11:14:29 +0200 Message-ID: <3414806.nlOSscFTlH@xps> References: <20180314094100.12373-1-pbhagavatula@caviumnetworks.com> <20180320132434.4825-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, konstantin.ananyev@intel.com To: Pavan Nikhilesh Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3262E1BC68 for ; Wed, 4 Apr 2018 11:14:33 +0200 (CEST) In-Reply-To: <20180320132434.4825-1-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" 20/03/2018 14:24, Pavan Nikhilesh: > Add macros to align given value to the multiple of the supplied > integer. > > Signed-off-by: Pavan Nikhilesh > --- > Common code needed for OcteonTx event timer device. > > v2 Changes: > - Use paranthesis around mul (Konstantin). > - Squash test_common patch. Applied, thanks