Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-05-12 Thread Coyle, David
imi ; Nagadheeraj > > Rottela ; Srikanth Jampala > > ; Gagandeep Singh ; Jay > Zhou > > ; Ravi Kumar ; > > Richardson, Bruce ; > > olivier.m...@6wind.com; honnappa.nagaraha...@arm.com; Stephen > > Hemminger ; al...@mellanox.com > > Subject:

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-05-01 Thread Zhang, Roy Fan
> ; al...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi- > function processing ... > Yes, it is preferred, but it should be a union to > rte_crypto_sym_op/rte_crypto_asym_op. > Crypto_op->type as RTE_CRYPTO_OP_TYPE_SECURITY and sess_type as > R

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Coyle, David
Hi Kevin, > -Original Message- > From: Kevin Traynor > Sent: Wednesday, April 22, 2020 3:02 PM > > Hi David, > > On 21/04/2020 18:23, Coyle, David wrote: > > Thank you Thomas for your input. > > > > We would like to request that the Tech-Board (CC'ed) also review the > proposal to help

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Coyle, David
Hi Akhil > -Original Message- > From: Akhil Goyal > Sent: Wednesday, April 22, 2020 2:44 PM > > Hi David, > > Hi Akhil, > > > > > > > > > > I did not look at your patches completely, but looking at the ops > > > that you have added For rawdev are pretty much same as that of a crypto > de

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Kevin Traynor
Hi David, On 21/04/2020 18:23, Coyle, David wrote: > Thank you Thomas for your input. > > We would like to request that the Tech-Board (CC'ed) also review the proposal > to help us reach a consensus. > The discussion on the mailing list still looks active and I think that's where it should co

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Akhil Goyal
Hi David, > Hi Akhil, > > > -Original Message- > > From: Akhil Goyal > > Sent: Wednesday, April 22, 2020 11:51 AM > > Hi David, > > > > >> > > > > >> I don't agree rte_security addresses the problem of different > > > > >> device types supporting the same services. The problem being > > >

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Coyle, David
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Wednesday, April 22, 2020 11:51 AM > Hi David, > > > >> > > > >> I don't agree rte_security addresses the problem of different > > > >> device types supporting the same services. The problem being > > > >> addressed here is a sin

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-22 Thread Akhil Goyal
Hi David, > > >> > > >> I don't agree rte_security addresses the problem of different device > > >> types supporting the same services. The problem being addressed here > > >> is a single device which supports the chaining of multiple services > > >> (sym crypto & error detection) > > > > > > Doing

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-21 Thread Thomas Monjalon
21/04/2020 20:37, Coyle, David: > From: Thomas Monjalon > > 21/04/2020 18:46, Doherty, Declan: > > > On 15/04/2020 11:33 PM, Thomas Monjalon wrote: > > > > 16/04/2020 00:19, Doherty, Declan: > > > >> On 14/04/2020 3:44 PM, Thomas Monjalon wrote: > > > >>> 14/04/2020 16:02, Trahe, Fiona: > > >

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-21 Thread Coyle, David
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 21, 2020 6:25 PM [PATCH v3 0/4] add AESNI-MB rawdev for multi- > function processing > > 21/04/2020 18:46, Doherty, Declan: > > On 15/04/2020 11:33 PM, Thomas Monjalon wrote: > > > 16/04/2020 00:19, Doherty, Declan: > >

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-21 Thread Thomas Monjalon
21/04/2020 18:46, Doherty, Declan: > On 15/04/2020 11:33 PM, Thomas Monjalon wrote: > > 16/04/2020 00:19, Doherty, Declan: > >> On 14/04/2020 3:44 PM, Thomas Monjalon wrote: > >>> 14/04/2020 16:02, Trahe, Fiona: > From: Thomas Monjalon > > 14/04/2020 15:04, Trahe, Fiona: > >>> 14/04/2

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-21 Thread Coyle, David
Thank you Thomas for your input. We would like to request that the Tech-Board (CC'ed) also review the proposal to help us reach a consensus. If the current proposal is not acceptable, we would welcome feedback from the board on how to rework our proposal to something that would be acceptable.

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-21 Thread Doherty, Declan
On 15/04/2020 11:33 PM, Thomas Monjalon wrote: 16/04/2020 00:19, Doherty, Declan: On 14/04/2020 3:44 PM, Thomas Monjalon wrote: 14/04/2020 16:02, Trahe, Fiona: From: Thomas Monjalon 14/04/2020 15:04, Trahe, Fiona: 14/04/2020 12:21, Ferruh Yigit: http://inbox.dpdk.org/dev/mn2pr11mb35507d4b

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-15 Thread Thomas Monjalon
16/04/2020 00:19, Doherty, Declan: > On 14/04/2020 3:44 PM, Thomas Monjalon wrote: > > 14/04/2020 16:02, Trahe, Fiona: > >> From: Thomas Monjalon > >>> 14/04/2020 15:04, Trahe, Fiona: > > 14/04/2020 12:21, Ferruh Yigit: > > > >>> http://inbox.dpdk.org/dev/mn2pr11mb35507d4b96677a41e66440c5e

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-15 Thread Doherty, Declan
On 14/04/2020 3:44 PM, Thomas Monjalon wrote: 14/04/2020 16:02, Trahe, Fiona: Hi Thomas, From: Thomas Monjalon 14/04/2020 15:04, Trahe, Fiona: 14/04/2020 12:21, Ferruh Yigit: http://inbox.dpdk.org/dev/mn2pr11mb35507d4b96677a41e66440c5e3...@mn2pr11mb3550.na mprd11.prod.outlook.com/ I am n

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Thomas Monjalon
14/04/2020 16:02, Trahe, Fiona: > Hi Thomas, > > From: Thomas Monjalon > > 14/04/2020 15:04, Trahe, Fiona: > > > > 14/04/2020 12:21, Ferruh Yigit: > > > > > > http://inbox.dpdk.org/dev/mn2pr11mb35507d4b96677a41e66440c5e3...@mn2pr11mb3550.na > > > > mprd11.prod.outlook.com/ > > > > > > > > I am no

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Trahe, Fiona
; > hemant.agra...@nxp.com; > akhil.go...@nxp.com; Anoob Joseph ; Ruifeng Wang > ; Liron Himi ; Nagadheeraj Rottela > ; Srikanth Jampala ; > Gagandeep Singh > ; Jay Zhou ; Ravi Kumar > ; > Richardson, Bruce ; Trahe, Fiona > > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Thomas Monjalon
14/04/2020 15:04, Trahe, Fiona: > > 14/04/2020 12:21, Ferruh Yigit: > > http://inbox.dpdk.org/dev/mn2pr11mb35507d4b96677a41e66440c5e3...@mn2pr11mb3550.na > > mprd11.prod.outlook.com/ > > > > I am not convinced. > > I don't like rawdev in general. > > Rawdev is good only for hardware support which

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Trahe, Fiona
Hi Thomas, David, Ferruh, > -Original Message- > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function > processing > > 14/04/2020 12:21, Ferruh Yigit: > > On 4/10/2020 11:55 PM, Thomas Monjalon wrote: > > > Hi, > > &g

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Thomas Monjalon
14/04/2020 12:21, Ferruh Yigit: > On 4/10/2020 11:55 PM, Thomas Monjalon wrote: > > Hi, > > > > Adding more people (crypto PMD maintainers) as Cc. > > > > 10/04/2020 16:27, David Coyle: > >> Introduction > >> > >> > >> This patchset adds a new AESNI-MB Multi-Function raw device PMD f

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-14 Thread Ferruh Yigit
On 4/10/2020 11:55 PM, Thomas Monjalon wrote: > Hi, > > Adding more people (crypto PMD maintainers) as Cc. > > 10/04/2020 16:27, David Coyle: >> Introduction >> >> >> This patchset adds a new AESNI-MB Multi-Function raw device PMD for >> utilizing multi-function capabilities of the I

Re: [dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-10 Thread Thomas Monjalon
Hi, Adding more people (crypto PMD maintainers) as Cc. 10/04/2020 16:27, David Coyle: > Introduction > > > This patchset adds a new AESNI-MB Multi-Function raw device PMD for > utilizing multi-function capabilities of the Intel IPSec Multi Buffer > library. > > The aim of this rawd

[dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing

2020-04-10 Thread David Coyle
Introduction This patchset adds a new AESNI-MB Multi-Function raw device PMD for utilizing multi-function capabilities of the Intel IPSec Multi Buffer library. The aim of this rawdev PMD is to provide a way of combining one or more common packet-processing functions into a single ope