Re: [dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata

2021-08-07 Thread Thomas Monjalon
> > >> In crypto adapter metadata, first 8 bytes of request info is a space > > >> holder for response info. For better clarity, reserved field should be > > >> removed from request info. New space for response info can be made by > > >> changing type of event crypto metadata to structure from unio

Re: [dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata

2021-08-05 Thread Jerin Jacob
On Thu, Aug 5, 2021 at 3:42 PM Kinsella, Ray wrote: > > > > On 04/08/2021 19:17, Akhil Goyal wrote: > >> Subject: [PATCH] doc: announce change in crypto adapter metadata > >> > >> In crypto adapter metadata, first 8 bytes of request info is a space > >> holder for response info. For better clarity

Re: [dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata

2021-08-05 Thread Kinsella, Ray
On 04/08/2021 19:17, Akhil Goyal wrote: >> Subject: [PATCH] doc: announce change in crypto adapter metadata >> >> In crypto adapter metadata, first 8 bytes of request info is a space >> holder for response info. For better clarity, reserved field should be >> removed from request info. New space

Re: [dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata

2021-08-04 Thread Akhil Goyal
> Subject: [PATCH] doc: announce change in crypto adapter metadata > > In crypto adapter metadata, first 8 bytes of request info is a space > holder for response info. For better clarity, reserved field should be > removed from request info. New space for response info can be made by > changing ty

[dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata

2021-08-04 Thread Shijith Thotton
In crypto adapter metadata, first 8 bytes of request info is a space holder for response info. For better clarity, reserved field should be removed from request info. New space for response info can be made by changing type of event crypto metadata to structure from union. Signed-off-by: Shijith T