[dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking offset

2015-08-17 Thread Thomas Monjalon
> > In commit: 1129992baa61d72c5 checking for offset alignment was removed. > > Unit tests wasn't updated to reflect that change. This patch changes > > checks with unaligned offsets to make tests pass. > > > > Signed-off-by: Maciej Gajdzica > > Acked-by: Daniel Mrzyglod Applied, thanks

[dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking offset

2015-08-13 Thread Mrzyglod, DanielX T
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Wednesday, August 12, 2015 2:41 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking > offset > > In c

[dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking offset

2015-08-12 Thread Maciej Gajdzica
In commit: 1129992baa61d72c5 checking for offset alignment was removed. Unit tests wasn't updated to reflect that change. This patch changes checks with unaligned offsets to make tests pass. Signed-off-by: Maciej Gajdzica --- app/test/test_table_tables.c | 10 +- 1 file changed, 5 inse