Re: [dpdk-dev] [PATCH] doc: announce modification in eventdev structure

2021-04-23 Thread Kinsella, Ray
On 15/04/2021 10:08, gak...@marvell.com wrote: > From: Akhil Goyal > > A new field ``ca_enqueue`` is added in ``rte_eventdev`` > in the end to maintain ABI. It needs to be moved above > in the structure to align with other enqueue callbacks. > > Signed-off-by: Akhil Goyal > --- > doc/guides

Re: [dpdk-dev] [PATCH] doc: announce modification in eventdev structure

2021-04-18 Thread Jerin Jacob
On Thu, Apr 15, 2021 at 2:39 PM wrote: > > From: Akhil Goyal > > A new field ``ca_enqueue`` is added in ``rte_eventdev`` > in the end to maintain ABI. It needs to be moved above > in the structure to align with other enqueue callbacks. > > Signed-off-by: Akhil Goyal Acked-by: Jerin Jacob > -