From 5fc371883436efb903af521c4f2342ab0e3ad04d Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 11 May 2017 01:56:58 +0200 Subject: [PATCH] doc: postpone unaccomplished deprecation notices Some work remains for VDEV bus move. Not sure if there will be some API or ABI changes. The notice is kept and postponed until the end of this rework. The PCI fields must be removed from cryptodev and the newly introduced eventdev, in order to complete the bus rework. The VLAN flags rework should be completed in 17.08. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f38c13f31f..aa9cc57d88 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -29,10 +29,10 @@ Deprecation Notices targets release 17.05. * The VDEV subsystem will be converted as driver of the new bus model. - It will imply some EAL API changes in 17.05. + It may imply some EAL API changes in 17.08. * The struct ``rte_pci_driver`` is planned to be removed from - ``rte_cryptodev_driver`` in 17.05. + ``rte_cryptodev_driver`` and ``rte_eventdev_driver`` in 17.08. * ethdev: An API change is planned for 17.08 for the function ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` @@ -64,7 +64,7 @@ Deprecation Notices * The mbuf flags PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated and are respectively replaced by PKT_RX_VLAN_STRIPPED and PKT_RX_QINQ_STRIPPED, that are better described. The old flags and - their behavior will be kept until 17.02 and will be removed in 17.05. + their behavior will be kept until 17.05 and will be removed in 17.08. * ethdev: Tx offloads will no longer be enabled by default in 17.08. Instead, the ``rte_eth_txmode`` structure will be extended with -- 2.20.1