Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not require rte_vdev.h

2017-10-05 Thread De Lara Guarch, Pablo
Sent: Saturday, July 15, 2017 12:05 PM > >> To: Jan Blunck ; dev@dpdk.org > >> Cc: Doherty, Declan > >> Subject: Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to > >> not require rte_vdev.h > >> > >> Hi > >> > >> > -

Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not require rte_vdev.h

2017-10-05 Thread Jan Blunck
t;> Cc: Doherty, Declan >> Subject: Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not >> require rte_vdev.h >> >> Hi >> >> > -Original Message- >> > From: Jan Blunck [mailto:jblu...@gmail.com] On Behalf Of Jan Blunck >&

Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not require rte_vdev.h

2017-09-04 Thread De Lara Guarch, Pablo
Hi Jan, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Saturday, July 15, 2017 12:05 PM > To: Jan Blunck ; dev@dpdk.org > Cc: Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD

Re: [dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not require rte_vdev.h

2017-07-15 Thread De Lara Guarch, Pablo
Hi > -Original Message- > From: Jan Blunck [mailto:jblu...@gmail.com] On Behalf Of Jan Blunck > Sent: Wednesday, July 12, 2017 8:59 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH v2 3/4] cryptodev: rework PMD init to not require > rte_vdev.h > > T

[dpdk-dev] [PATCH v2 3/4] cryptodev: rework PMD init to not require rte_vdev.h

2017-07-12 Thread Jan Blunck
The rte_cryptodev_vdev_pmd_init() is a helper for vdev-based drivers. By moving the helper to the header we don't require rte_vdev.h at build-time of the librte_cryptodev library. This is a preparation to move the vdev bus into a standalone library. Signed-off-by: Jan Blunck --- lib/librte_crypt