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

2017-01-24 Thread De Lara Guarch, Pablo
> -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 >

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

2017-01-23 Thread Zhang, Roy Fan
> -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 ; > sta...@dpdk.org; Doherty, Declan > Subject: [dpdk-dev] [PATCH] cryptodev:

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

2017-01-23 Thread Declan Doherty
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: i