> -----Original Message-----
> From: Akhil Goyal <gak...@marvell.com>
> Sent: Saturday, October 1, 2022 9:12 AM
> To: Volodymyr Fialko <vfia...@marvell.com>; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Anoob Joseph
> <ano...@marvell.com>; Gujjar, Abhinandan S <abhinandan.guj...@intel.com>;
> Volodymyr Fialko <vfia...@marvell.com>
> Subject: RE: [PATCH 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 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 input parameter
> >
> > * Changes since v2
> > - Rebase on top of dpdk-next-eventdev branch
> > - Remove already merged patch
> >
>
> Series Acked-by: Akhil Goyal <gak...@marvell.com>
>
> Since there is no response and we are approaching RC1 deadline patches are
> applied to dpdk-next-crypto with below changes.
Hi @Akhil Goyal,
Did not we discuss in the call, and I committed to acked the patch by Saturday?
You cant call that as no response!
>
> Updated release notes and removed deprecation notice.
> Added a build fix because of removal of a macro RTE_FUNC_PTR_OR_ERR_RET.
>
> Thanks.