ethdev: increase RETA entry size
[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 following fields have been deprecated in rte_eth_stats:
12   ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,
13   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff
14
15 * The ethdev structures rte_eth_link, rte_eth_dev_info and rte_eth_conf
16   must be updated to support 100G link and to have a cleaner link speed API.
17
18 * ABI changes are planned for struct rte_eth_fdir_flow in order to support
19   extend flow director's input set. The release 2.2 does not contain these ABI
20   changes, but release 2.3 will, and no backwards compatibility is planned.
21
22 * ABI changes are planned for rte_eth_ipv4_flow and rte_eth_ipv6_flow to
23   include more fields to be matched against. The release 2.2 does not
24   contain these ABI changes, but release 2.3 will.
25
26 * ABI changes are planned for adding four new flow types. This impacts
27   RTE_ETH_FLOW_MAX. The release 2.2 does not contain these ABI changes,
28   but release 2.3 will.
29
30 * ABI changes are planned for rte_eth_tunnel_filter_conf. Change the fields
31   of outer_mac and inner_mac from pointer to struct in order to keep the
32   code's readability. The release 2.2 does not contain these ABI changes, but
33   release 2.3 will, and no backwards compatibility is planned.
34
35 * The scheduler statistics structure will change to allow keeping track of
36   RED actions.
37
38 * librte_pipeline: The prototype for the pipeline input port, output port
39   and table action handlers will be updated:
40   the pipeline parameter will be added, the packets mask parameter will be
41   either removed (for input port action handler) or made input-only.