[dpdk-dev] [PATCH 1/2] eal: add macros to align value to multiple

2018-03-14 Thread 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. lib/librte_eal/common/include/rte_common.h | 16 1 file changed, 16 insertions(+) diff --git a/lib/librte_eal/commo

Re: [dpdk-dev] [PATCH 1/2] eal: add macros to align value to multiple

2018-03-14 Thread Ananyev, Konstantin
Hi Pavan, > > 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. > > lib/librte_eal/common/include/rte_common.h | 16 > 1 file changed, 16 insertions(+)

Re: [dpdk-dev] [PATCH 1/2] eal: add macros to align value to multiple

2018-03-16 Thread Pavan Nikhilesh
Hi Konstantin, On Wed, Mar 14, 2018 at 10:42:54AM +, Ananyev, Konstantin wrote: > Hi Pavan, > > > > > 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. > > >