> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara > Sent: Thursday, May 17, 2018 10:01 AM > To: Doherty, Declan <[email protected]>; [email protected] > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > Subject: [dpdk-dev] [PATCH v3 2/4] doc: announce ABI change for crypto info > struct > > 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 <[email protected]>
Acked-by: Fiona Trahe <[email protected]>

