From 737a4bf34d4db2ee61d64d4ac59d7f5f022cb267 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Mon, 21 May 2018 14:08:37 +0100 Subject: [PATCH] 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 Acked-by: Fiona Trahe Acked-by: Akhil Goyal Acked-by: Deepak Kumar Jain --- doc/guides/rel_notes/deprecation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d6cccbfdee..85945ee72d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -78,3 +78,5 @@ Deprecation Notices - Removal of ``sym`` structure in ``rte_cryptodev_info`` structure, containing fields not relevant anymore since the session mempool is not internal in the crypto device anymore. + - Replacement of ``pci_dev`` field with the more generic ``rte_device`` + structure. -- 2.20.1