[dpdk-dev] [PATCH 2/2] test: update common auto test

2018-03-14 Thread 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(+) diff --git a/test/test/test_common.c b/test/test/test_common.c index d0342430f..e43cba49b 100

[dpdk-dev] [PATCH 2/2] test: update common auto test

2018-02-17 Thread Pavan Nikhilesh
Update common auto test to include test for previous power of 2 for both 32 and 64bit integers. Signed-off-by: Pavan Nikhilesh --- test/test/test_common.c | 24 1 file changed, 24 insertions(+) diff --git a/test/test/test_common.c b/test/test/test_common.c index d034243

Re: [dpdk-dev] [PATCH 2/2] test: update common auto test

2018-03-15 Thread Thomas Monjalon
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 th

Re: [dpdk-dev] [PATCH 2/2] test: update common auto test

2018-03-16 Thread Pavan Nikhilesh
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 > >