[dpdk-dev] [PATCH] cryptodev: crypto PMD functions incorrectly inlined

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Jan 24 11:37:52 CET 2017



> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, January 23, 2017 12:25 PM
> To: Doherty, Declan; dev at dpdk.org
> Cc: De Lara Guarch, Pablo; stable at dpdk.org; Doherty, Declan
> Subject: RE: [dpdk-dev] [PATCH] cryptodev: crypto PMD functions
> incorrectly inlined
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty
> > Sent: Monday, January 23, 2017 12:19 PM
> > To: dev at dpdk.org
> > Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>;
> > stable at dpdk.org; Doherty, Declan <declan.doherty at intel.com>
> > Subject: [dpdk-dev] [PATCH] cryptodev: crypto PMD functions incorrectly
> > inlined
> >
> > rte_cryptodev_pmd_get_dev, rte_cryptodev_pmd_get_named_dev,
> > rte_cryptodev_pmd_is_valid_dev were incorrectly marked as inline and
> > therefore not useable from crypto PMDs when built as shared libraries as
> > they accessed the global rte_cryptodev_globals device structure.
> >
> > Fixes: d11b0f30 ("cryptodev: introduce API and framework for crypto
> > devices")
> >
> > Signed-off-by: Declan Doherty <declan.doherty at intel.com>

...
> Acked-by: Fan Zhang <roy.fan.zhang at intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo



More information about the dev mailing list