From: Cunming Liang Date: Thu, 30 Jul 2015 05:04:53 +0000 (+0800) Subject: doc: announce ABI change for interrupt mode X-Git-Tag: spdx-start~8526 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7f7dc833a05333cbebe36174ae35c285ec4ff50d;p=dpdk.git doc: announce ABI change for interrupt mode The patch announces the planned ABI changes for interrupt mode. Signed-off-by: Cunming Liang Acked-by: Marvin Liu Acked-by: Shaopeng He Acked-by: Helin Zhang --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 8db1342e2e..b7d4e0e5e3 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -13,6 +13,10 @@ Deprecation Notices There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2. +* ABI changes are planned for struct rte_intr_handle, struct rte_eth_conf + and struct eth_dev_ops to support interrupt mode feature from release 2.1. + Those changes may be enabled in the release 2.1 with CONFIG_RTE_NEXT_ABI. + * The EAL function rte_eal_pci_close_one is deprecated because renamed to rte_eal_pci_detach.