pci: remove config of extended tag
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
1 ABI and API Deprecation
2 =======================
3
4 See the :doc:`guidelines document for details of the ABI policy </contributing/versioning>`.
5 API and ABI deprecation notices are to be posted here.
6
7
8 Deprecation Notices
9 -------------------
10
11 * The EAL function pci_config_space_set is deprecated in release 16.04
12   and will be removed from 16.07.
13   Macros CONFIG_RTE_PCI_CONFIG, CONFIG_RTE_PCI_EXTENDED_TAG and
14   CONFIG_RTE_PCI_MAX_READ_REQUEST_SIZE will be removed.
15
16 * The following fields have been deprecated in rte_eth_stats:
17   ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,
18   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff
19
20 * The ethdev structures rte_eth_link, rte_eth_dev_info and rte_eth_conf
21   must be updated to support 100G link and to have a cleaner link speed API.
22
23 * ABI changes are planned for struct rte_eth_fdir_flow in order to support
24   extend flow director's input set. The release 2.2 does not contain these ABI
25   changes, but release 2.3 will, and no backwards compatibility is planned.
26
27 * ABI changes are planned for rte_eth_ipv4_flow and rte_eth_ipv6_flow to
28   include more fields to be matched against. The release 2.2 does not
29   contain these ABI changes, but release 2.3 will.
30
31 * ABI changes are planned for adding four new flow types. This impacts
32   RTE_ETH_FLOW_MAX. The release 2.2 does not contain these ABI changes,
33   but release 2.3 will.
34
35 * ABI changes are planned for rte_eth_tunnel_filter_conf. Change the fields
36   of outer_mac and inner_mac from pointer to struct in order to keep the
37   code's readability. The release 2.2 does not contain these ABI changes, but
38   release 2.3 will, and no backwards compatibility is planned.
39
40 * The scheduler statistics structure will change to allow keeping track of
41   RED actions.
42
43 * librte_pipeline: The prototype for the pipeline input port, output port
44   and table action handlers will be updated:
45   the pipeline parameter will be added, the packets mask parameter will be
46   either removed (for input port action handler) or made input-only.