On 5/17/2018 2:30 PM, Pablo de Lara wrote:
Cryptodev info structure currently contains a pointer to an rte_pci_device structure. This field depends on a specific bus type (PCI), which is not following a bus independent design. Following the same approach taken in ethdev, the field will be replaced with a pointer to an rte_device structure.Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> ---
Acked-by: Akhil Goyal <akhil.go...@nxp.com>