Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-10-01 Thread Jerin Jacob
On Tue, Oct 1, 2019 at 12:01 PM Akhil Goyal wrote: > > > > > > > > > > meson cross-build is failing with this patch. Please fix it in v2 and > > > > If it makes sense then add this new feature in release notes. > > > > > > V2 sent with the required changes. > > > > Looks like there are still error

Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-09-30 Thread Akhil Goyal
> > > > > > meson cross-build is failing with this patch. Please fix it in v2 and > > > If it makes sense then add this new feature in release notes. > > > > V2 sent with the required changes. > > Looks like there are still errors, please check > > http://mails.dpdk.org/archives/test-report/2019

Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-09-30 Thread Jerin Jacob
On Tue, Oct 1, 2019 at 1:43 AM Akhil Goyal wrote: > > Hi Jerin, Hi Akhil, > > > > > On Fri, Sep 6, 2019 at 6:57 PM Akhil Goyal wrote: > > > > > > dpaa_sec hw queues can be attached to a hw dpaa event > > > device and the application can configure the event > > > crypto adapter to access the dpa

Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-09-30 Thread Akhil Goyal
Hi Jerin, > > On Fri, Sep 6, 2019 at 6:57 PM Akhil Goyal wrote: > > > > dpaa_sec hw queues can be attached to a hw dpaa event > > device and the application can configure the event > > crypto adapter to access the dpaa_sec packets using > > hardware events. > > This patch defines APIs which can

Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-09-30 Thread Jerin Jacob
On Fri, Sep 6, 2019 at 6:57 PM Akhil Goyal wrote: > > dpaa_sec hw queues can be attached to a hw dpaa event > device and the application can configure the event > crypto adapter to access the dpaa_sec packets using > hardware events. > This patch defines APIs which can be used by the > dpaa event

[dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter

2019-09-06 Thread Akhil Goyal
dpaa_sec hw queues can be attached to a hw dpaa event device and the application can configure the event crypto adapter to access the dpaa_sec packets using hardware events. This patch defines APIs which can be used by the dpaa event device to attach/detach dpaa_sec queues. Signed-off-by: Akhil Go