Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-21 Thread Zhang, Roy Fan
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Wednesday, October 20, 2021 7:05 PM > To: Power, Ciara ; dev@dpdk.org; Ananyev, > Konstantin ; tho...@monjalon.net; Zhang, > Roy Fan ; De Lara Guarch, Pablo > > Cc: david.march...@redhat.com; hemant.agra...@nxp.com; Anoob Joseph

Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-20 Thread Akhil Goyal
> > > I am seeing test failures for cryptodev_scheduler_autotest: > > > + Tests Total : 638 > > > + Tests Skipped : 280 > > > + Tests Executed :638 > > > + Tests Unsupported: 0 > > > + Tests Passed : 18 > > > + Tests Failed : 340 > > > > > > The error showing for each

Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-20 Thread Akhil Goyal
> > Hi Akhil, > > > > >Subject: [PATCH v3 0/8] crypto/security session framework rework > > > > > >As discussed in last release deprecation notice, crypto and security > > >session > > >framework are reworked to reduce the need of two mempool objects and > > >remove the requirement to expose the r

Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-20 Thread Akhil Goyal
> Hi Akhil, > > >Subject: [PATCH v3 0/8] crypto/security session framework rework > > > >As discussed in last release deprecation notice, crypto and security session > >framework are reworked to reduce the need of two mempool objects and > >remove the requirement to expose the rte_security_session

Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-20 Thread Power, Ciara
Hi Akhil, >-Original Message- >From: Akhil Goyal >Sent: Monday 18 October 2021 22:35 >To: dev@dpdk.org >Cc: tho...@monjalon.net; david.march...@redhat.com; >hemant.agra...@nxp.com; ano...@marvell.com; De Lara Guarch, Pablo >; Trahe, Fiona ; >Doherty, Declan ; ma...@nvidia.com; >g.si...@nx

Re: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-20 Thread Hemant Agrawal
m; rnagadhee...@marvell.com; > adwiv...@marvell.com; ciara.po...@intel.com; haiyue.w...@intel.com; > jiawe...@trustnetic.com; jianw...@trustnetic.com; Akhil Goyal > > Subject: [dpdk-dev] [PATCH v3 0/8] crypto/security session framework > rework > Importance: High > > As discu

[dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework

2021-10-18 Thread Akhil Goyal
As discussed in last release deprecation notice, crypto and security session framework are reworked to reduce the need of two mempool objects and remove the requirement to expose the rte_security_session and rte_cryptodev_sym_session structures. Design methodology is explained in the patch descript