RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-23 Thread Shijith Thotton
>> > >> >> > >> > >> >> > + @Van Haaren, Harry >> > >> > >> > >> >Hi All, >> > >> > >> > >> >I have been away on vacation for the last week - hence the delay >> > >> >in reply on this thread. >> > >> > >> > >> > >> > >> > >> > >> >> > > [1] >> > >> >> > > Steps to reproduce: >> > >> >> > > * Clone

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-23 Thread Gujjar, Abhinandan S
Gupta > > Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org > > Subject: RE: [PATCH v5] app/eventdev: add crypto producer mode > > > > > > > > >-Original Message- > > >From: Gujjar, Abhinandan S > > >Sent: Wednesday, February 23, 2022 2:32

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-23 Thread Van Haaren, Harry
al Message- > >> From: Shijith Thotton > >> Sent: Tuesday, February 22, 2022 12:34 PM > >> To: Van Haaren, Harry ; Gujjar, Abhinandan S > >> ; Jerin Jacob ; > >> Hemant Agrawal ; Nipun Gupta > >> > >> Cc: Jerin Jacob Kollanukkaran ; dev@

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-23 Thread Shijith Thotton
Gujjar, Abhinandan S >> ; Jerin Jacob ; >> Hemant Agrawal ; Nipun Gupta >> >> Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org >> Subject: RE: [PATCH v5] app/eventdev: add crypto producer mode >> >> >> > >> >> > + @Van

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-23 Thread Gujjar, Abhinandan S
> -Original Message- > From: Shijith Thotton > Sent: Tuesday, February 22, 2022 12:34 PM > To: Van Haaren, Harry ; Gujjar, Abhinandan S > ; Jerin Jacob ; > Hemant Agrawal ; Nipun Gupta > > Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org > Subject: RE: [PATCH v

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-21 Thread Shijith Thotton
>> > >> > + @Van Haaren, Harry > >Hi All, > >I have been away on vacation for the last week - hence the delay in reply on >this >thread. > > > >> > > [1] >> > > Steps to reproduce: >> > > * Clone https://urldefense.proofpoint.com/v2/url?u=http- >3A__dpdk.org_git_next_dpdk-2Dnext- >2Deventdev&d=DwI

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-21 Thread Van Haaren, Harry
; ; dev@dpdk.org > > Subject: Re: [PATCH v5] app/eventdev: add crypto producer mode > > > > + @Van Haaren, Harry Hi All, I have been away on vacation for the last week - hence the delay in reply on this thread. > > > [1] > > > Steps to reproduce: > >

RE: [EXT] [PATCH v5] app/eventdev: add crypto producer mode

2022-02-18 Thread Shijith Thotton
Hi Akhil, >Few comments inline. >With those fixed. >Acked-by: Akhil Goyal > Thanks. >> +static int >> +perf_event_crypto_adapter_setup(struct test_perf *t, struct prod_data *p) >> +{ >> +struct evt_options *opt = t->opt; >> +uint32_t cap; >> +int ret; >> + >> +ret = rte_event_c

RE: [EXT] [PATCH v5] app/eventdev: add crypto producer mode

2022-02-16 Thread Akhil Goyal
Hi Shijith, Few comments inline. With those fixed. Acked-by: Akhil Goyal > +static int > +perf_event_crypto_adapter_setup(struct test_perf *t, struct prod_data *p) > +{ > + struct evt_options *opt = t->opt; > + uint32_t cap; > + int ret; > + > + ret = rte_event_crypto_adapter_cap

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-16 Thread Gujjar, Abhinandan S
t; > > > -Original Message- > > > > From: Shijith Thotton > > > > Sent: Wednesday, February 16, 2022 12:39 PM > > > > To: Gujjar, Abhinandan S > > > > Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org > > > > Subject: RE: [PA

Re: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-16 Thread Jerin Jacob
Wednesday, February 16, 2022 12:39 PM > > > To: Gujjar, Abhinandan S > > > Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org > > > Subject: RE: [PATCH v5] app/eventdev: add crypto producer mode > > > > > > >> > > > >> In crypto pro

Re: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-16 Thread Jerin Jacob
pdk.org > > Subject: RE: [PATCH v5] app/eventdev: add crypto producer mode > > > > >> > > >> In crypto producer mode, producer core enqueues cryptodev with > > >> software generated crypto ops and worker core dequeues crypto > > >> completion

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-15 Thread Gujjar, Abhinandan S
Hi Shijith, > -Original Message- > From: Shijith Thotton > Sent: Wednesday, February 16, 2022 12:39 PM > To: Gujjar, Abhinandan S > Cc: Jerin Jacob Kollanukkaran ; dev@dpdk.org > Subject: RE: [PATCH v5] app/eventdev: add crypto producer mode > > >>

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-15 Thread Shijith Thotton
>> >> In crypto producer mode, producer core enqueues cryptodev with software >> generated crypto ops and worker core dequeues crypto completion events >> from the eventdev. Event crypto metadata used for above processing is pre- >> populated in each crypto session. >> >> Parameter --prod_type_cryp

RE: [PATCH v5] app/eventdev: add crypto producer mode

2022-02-15 Thread Gujjar, Abhinandan S
Hi Shijith, > -Original Message- > From: Shijith Thotton > Sent: Tuesday, February 15, 2022 10:27 PM > To: dev@dpdk.org; jer...@marvell.com > Cc: Shijith Thotton ; Gujjar, Abhinandan S > > Subject: [PATCH v5] app/eventdev: add crypto producer mode > > In cry

[PATCH v5] app/eventdev: add crypto producer mode

2022-02-15 Thread Shijith Thotton
In crypto producer mode, producer core enqueues cryptodev with software generated crypto ops and worker core dequeues crypto completion events from the eventdev. Event crypto metadata used for above processing is pre-populated in each crypto session. Parameter --prod_type_cryptodev can be used to