Re: [dpdk-dev] [PATCH 1/6] cryptodev: replace bus specific struct with generic dev

2018-06-21 Thread Akhil Goyal
On 6/9/2018 3:32 AM, Pablo de Lara wrote: Structure rte_cryptodev_info has currently PCI device information ("struct rte_pci_device") in it. This information is not generic to all devices, so this gets replaced with the generic "rte_device" structure, compatible with all crypto devices. Signe

[dpdk-dev] [PATCH 1/6] cryptodev: replace bus specific struct with generic dev

2018-06-08 Thread Pablo de Lara
Structure rte_cryptodev_info has currently PCI device information ("struct rte_pci_device") in it. This information is not generic to all devices, so this gets replaced with the generic "rte_device" structure, compatible with all crypto devices. Signed-off-by: Pablo de Lara --- doc/guides/prog_