Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-23 Thread Nicolau, Radu
> -Original Message- > From: Ananyev, Konstantin > Sent: Monday, October 23, 2017 10:57 AM > To: Akhil Goyal ; dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > ; hemant.agra...@nxp.com; Nicolau, > Radu ; bor...@mellanox.com; > avia...@mellanox.com; tho...@monjalon.net; sandeep

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-23 Thread Ananyev, Konstantin
Hi Akhil, > > Hi Konstantin, > > On 10/19/2017 2:53 PM, Ananyev, Konstantin wrote: > > Hi guys, > > > >> -Original Message- > >> From: Akhil Goyal [mailto:akhil.go...@nxp.com] > >> Sent: Saturday, October 14, 2017 11:17 PM > >> To: dev@dpdk.org > >> Cc: Doherty, Declan ; De Lara Guarch,

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-21 Thread Akhil Goyal
On 10/20/2017 4:28 PM, Thomas Monjalon wrote: 15/10/2017 00:17, Akhil Goyal: --- a/lib/librte_ether/rte_ethdev_version.map +++ b/lib/librte_ether/rte_ethdev_version.map @@ -194,5 +194,6 @@ DPDK_17.11 { rte_eth_dev_pool_ops_supported; rte_eth_dev_reset; rte_flow_error_s

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-21 Thread Akhil Goyal
Hi Konstantin, On 10/19/2017 2:53 PM, Ananyev, Konstantin wrote: Hi guys, -Original Message- From: Akhil Goyal [mailto:akhil.go...@nxp.com] Sent: Saturday, October 14, 2017 11:17 PM To: dev@dpdk.org Cc: Doherty, Declan ; De Lara Guarch, Pablo ; hemant.agra...@nxp.com; Nicolau, Radu ;

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-20 Thread Thomas Monjalon
15/10/2017 00:17, Akhil Goyal: > --- a/lib/librte_ether/rte_ethdev_version.map > +++ b/lib/librte_ether/rte_ethdev_version.map > @@ -194,5 +194,6 @@ DPDK_17.11 { > rte_eth_dev_pool_ops_supported; > rte_eth_dev_reset; > rte_flow_error_set; > + rte_eth_dev_get_sec_ctx; >

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-19 Thread Ananyev, Konstantin
Hi guys, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Saturday, October 14, 2017 11:17 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > ; hemant.agra...@nxp.com; > Nicolau, Radu ; bor...@mellanox.com; > avia...@mellanox.com; tho...@mo

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-16 Thread Nicolau, Radu
Hi Shahaf, I will address the issues asap, they didn't made it into v4 because of timing reasons. Regards, Radu > -Original Message- > From: Shahaf Shuler [mailto:shah...@mellanox.com] > Sent: Sunday, October 15, 2017 2:13 PM > To: Akhil Goyal ; dev@dpdk.org > Cc: Doherty, Declan ; De L

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-15 Thread Shahaf Shuler
Hi Akhil, Sunday, October 15, 2017 1:17 AM, Akhil Goyal: > From: Declan Doherty > > rte_flow_action type and ethdev updated to support rte_security sessions > for crypto offload to ethernet device. > > Signed-off-by: Boris Pismenny > Signed-off-by: Aviad Yehezkel > Signed-off-by: Radu Nicolau

Re: [dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-15 Thread Aviad Yehezkel
On 10/15/2017 1:17 AM, Akhil Goyal wrote: From: Declan Doherty rte_flow_action type and ethdev updated to support rte_security sessions for crypto offload to ethernet device. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel Signed-off-by: Radu Nicolau Signed-off-by: Declan Dohe

[dpdk-dev] [PATCH v4 06/12] ethdev: support security APIs

2017-10-14 Thread Akhil Goyal
From: Declan Doherty rte_flow_action type and ethdev updated to support rte_security sessions for crypto offload to ethernet device. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel Signed-off-by: Radu Nicolau Signed-off-by: Declan Doherty --- lib/librte_ether/rte_ethdev.c