> -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, January 23, 2017 12:25 PM > To: Doherty, Declan; dev@dpdk.org > Cc: De Lara Guarch, Pablo; sta...@dpdk.org; Doherty, Declan > Subject: RE: [dpdk-dev] [PATCH] cryptodev: crypto PMD functions > incorrectly inlined > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > > Sent: Monday, January 23, 2017 12:19 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > > sta...@dpdk.org; Doherty, Declan <declan.dohe...@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.dohe...@intel.com>
... > Acked-by: Fan Zhang <roy.fan.zh...@intel.com> Applied to dpdk-next-crypto. Thanks, Pablo