From: Jijiang Liu Date: Wed, 8 Jul 2015 02:08:25 +0000 (+0800) Subject: doc: announce ABI change to support 1024 queues per port X-Git-Tag: spdx-start~8781 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=27bb9216bbaa8d1b1354cd93350b509b618fe347;p=dpdk.git doc: announce ABI change to support 1024 queues per port The significant ABI change is planned for struct rte_eth_dev to support up to 1024 queues per port which will be taken effect from release 2.2. Signed-off-by: Jijiang Liu Acked-by: Neil Horman --- diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index 110c486737..9d60a74fe0 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -1,14 +1,23 @@ ABI policy ========== + See the :doc:`guidelines document for details of the ABI policy `. ABI deprecation notices are to be posted here. + Examples of Deprecation Notices ------------------------------- + * The Macro #RTE_FOO is deprecated and will be removed with version 2.0, to be replaced with the inline function rte_bar() * The function rte_mbuf_grok has been updated to include new parameter in version 2.0. Backwards compatibility will be maintained for this function until the release of version 2.1 * The members struct foo have been reorganized in release 2.0. Existing binary applications will have backwards compatibility in release 2.0, while newly built binaries will need to reference new structure variant struct foo2. Compatibility will be removed in release 2.2, and all applications will require updating and rebuilding to the new structure at that time, which will be renamed to the original struct foo. * Significant ABI changes are planned for the librte_dostuff library. The upcoming release 2.0 will not contain these changes, but release 2.1 will, and no backwards compatibility is planned due to the invasive nature of these changes. Binaries using this library built prior to version 2.1 will require updating and recompilation. + Deprecation Notices ------------------- + +* Significant ABI changes are planned for struct rte_eth_dev to support up to + 1024 queues per port. This change will be in release 2.2. + There is no backward compatibility planned from release 2.2. + All binaries will need to be rebuilt from release 2.2.