> -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, January 23, 2017 12:25 PM > To: Doherty, Declan; [email protected] > Cc: De Lara Guarch, Pablo; [email protected]; Doherty, Declan > Subject: RE: [dpdk-dev] [PATCH] cryptodev: crypto PMD functions > incorrectly inlined > > > -----Original Message----- > > From: dev [mailto:[email protected]] On Behalf Of Declan Doherty > > Sent: Monday, January 23, 2017 12:19 PM > > To: [email protected] > > Cc: De Lara Guarch, Pablo <[email protected]>; > > [email protected]; Doherty, Declan <[email protected]> > > 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 <[email protected]>
... > Acked-by: Fan Zhang <[email protected]> Applied to dpdk-next-crypto. Thanks, Pablo

