Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-10-08 Thread Kusztal, ArkadiuszX
Hi Akhil, We have decided that we will not be upstreaming this patchset in this release (I have changed its status to 'deferred'). Regards, Arek > -Original Message- > From: Akhil Goyal > Sent: środa, 15 lipca 2020 22:16 > To: Thomas Monjalon ; Kusztal, ArkadiuszX > > Cc: dev@dpdk.org

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-08-31 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: środa, 15 lipca 2020 22:16 > To: Thomas Monjalon ; Kusztal, ArkadiuszX > > Cc: dev@dpdk.org; Trahe, Fiona ; > techbo...@dpdk.org; Anoob Joseph ; Somalapuram, > Amaranath ; Ankur Dwivedi > ; ruifeng.w...@arm.com; De Lara Guarch, Pablo > ;

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Thomas Monjalon
15/07/2020 22:15, Akhil Goyal: > > > I see this application as a useful tool to test the readiness of a driver > > > to be > > used > > > in a multi process environment. If app is not a correct place to host it, > > > should it > > be > > > added in examples/multi_process/. I also suggested that

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Akhil Goyal
> > I see this application as a useful tool to test the readiness of a driver > > to be > used > > in a multi process environment. If app is not a correct place to host it, > > should it > be > > added in examples/multi_process/. I also suggested that in v2 but it makes > more > > sense in app as

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Thomas Monjalon
15/07/2020 21:25, Akhil Goyal: > Hi Thomas, > > > > 15/07/2020 20:26, Akhil Goyal: > > > Hi Arek, > > > > > > > > Due to increasing interest in multi process support for crypto PMDs > > > > new test app can be added so in overview we can say that: > > > > > > > > The Multi-process Crypto applicati

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Akhil Goyal
Hi Thomas, > > 15/07/2020 20:26, Akhil Goyal: > > Hi Arek, > > > > > > Due to increasing interest in multi process support for crypto PMDs > > > new test app can be added so in overview we can say that: > > > > > > The Multi-process Crypto application is a simple application that > > > allows to r

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Thomas Monjalon
15/07/2020 20:26, Akhil Goyal: > Hi Arek, > > > > Due to increasing interest in multi process support for crypto PMDs > > new test app can be added so in overview we can say that: > > > > The Multi-process Crypto application is a simple application that > > allows to run crypto related operations

Re: [dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Akhil Goyal
Hi Arek, > > Due to increasing interest in multi process support for crypto PMDs > new test app can be added so in overview we can say that: > > The Multi-process Crypto application is a simple application that > allows to run crypto related operations in a multiple process environment. It > buil

[dpdk-dev] [PATCH v3 0/5] app: add multi process crypto application

2020-07-15 Thread Arek Kusztal
Due to increasing interest in multi process support for crypto PMDs new test app can be added so in overview we can say that: The Multi-process Crypto application is a simple application that allows to run crypto related operations in a multiple process environment. It builds on the EAL primary/se