Re: [dpdk-dev] [PATCH 10/15] test/distributor: switch sequence to dynamic mbuf field

2020-10-26 Thread Lukasz Wojciechowski
Changes in distributor tests look good. All tests pass W dniu 26.10.2020 o 06:21, Thomas Monjalon pisze: > The test used the deprecated mbuf field udata64. > It is moved to a dynamic field in order to allow removal of udata64. > > Signed-off-by: Thomas Monjalon Acked-by: Lukasz Wojciechowski Tes

[dpdk-dev] [PATCH 10/15] test/distributor: switch sequence to dynamic mbuf field

2020-10-25 Thread Thomas Monjalon
The test used the deprecated mbuf field udata64. It is moved to a dynamic field in order to allow removal of udata64. Signed-off-by: Thomas Monjalon --- app/test/test_distributor.c | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/app/test/test_dist