Re: [dpdk-dev] [PATCH v3 12/15] app/eventdev: switch flow ID to dynamic mbuf field

2020-10-28 Thread Jerin Jacob
On Wed, Oct 28, 2020 at 1:13 PM Thomas Monjalon wrote: > > 28/10/2020 05:54, Jerin Jacob: > > On Wed, Oct 28, 2020 at 2:35 AM Thomas Monjalon wrote: > > > > > > The order test stored the flow ID in the deprecated mbuf field udata64. > > > It is moved to a dynamic field in order to allow removal o

Re: [dpdk-dev] [PATCH v3 12/15] app/eventdev: switch flow ID to dynamic mbuf field

2020-10-28 Thread Thomas Monjalon
28/10/2020 05:54, Jerin Jacob: > On Wed, Oct 28, 2020 at 2:35 AM Thomas Monjalon wrote: > > > > The order test stored the flow ID in the deprecated mbuf field udata64. > > It is moved to a dynamic field in order to allow removal of udata64. > > > > Signed-off-by: Thomas Monjalon > > --- > > +

Re: [dpdk-dev] [PATCH v3 12/15] app/eventdev: switch flow ID to dynamic mbuf field

2020-10-27 Thread Jerin Jacob
On Wed, Oct 28, 2020 at 2:35 AM Thomas Monjalon wrote: > > The order test stored the flow ID in 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-eventdev/test_order_atq.c| 4 ++-- >

[dpdk-dev] [PATCH v3 12/15] app/eventdev: switch flow ID to dynamic mbuf field

2020-10-27 Thread Thomas Monjalon
The order test stored the flow ID in 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-eventdev/test_order_atq.c| 4 ++-- app/test-eventdev/test_order_common.c | 21 - app/t