RE: [PATCH v3 0/2] Vector support for event crypto adapter

2022-10-01 Thread Gujjar, Abhinandan S
v3 0/2] Vector support for event crypto adapter > > > > > Subject: [PATCH v3 0/2] Vector support for event crypto adapter > > > > > > > > Introduce ability to aggregate crypto operations processed by > > > > event crypto ada

RE: [PATCH v3 0/2] Vector support for event crypto adapter

2022-10-01 Thread Akhil Goyal
> > > Subject: [PATCH v3 0/2] Vector support for event crypto adapter > > > > > > Introduce ability to aggregate crypto operations processed by event > > > crypto adapter into single event containing rte_event_vector whose > > > event type is RTE_EVENT

RE: [PATCH v3 0/2] Vector support for event crypto adapter

2022-10-01 Thread Gujjar, Abhinandan S
> -Original Message- > From: Akhil Goyal > Sent: Saturday, October 1, 2022 9:12 AM > To: Volodymyr Fialko ; dev@dpdk.org > Cc: Jerin Jacob Kollanukkaran ; Anoob Joseph > ; Gujjar, Abhinandan S ; > Volodymyr Fialko > Subject: RE: [PATCH v3 0/2] Vector support

RE: [PATCH v3 0/2] Vector support for event crypto adapter

2022-09-30 Thread Akhil Goyal
> Subject: [PATCH v3 0/2] Vector support for event crypto adapter > > Introduce ability to aggregate crypto operations processed by event > crypto adapter into single event containing rte_event_vector whose event > type is RTE_EVENT_TYPE_CRYPTODEV_VECTOR. > > * Changes sin

[PATCH v3 0/2] Vector support for event crypto adapter

2022-09-30 Thread Volodymyr Fialko
Introduce ability to aggregate crypto operations processed by event crypto adapter into single event containing rte_event_vector whose event type is RTE_EVENT_TYPE_CRYPTODEV_VECTOR. * Changes since v1 - Add missing newline/space issues - Add missing error messages - Remove double check of conf inp