549ecb91027e1e532717f224f0bb379e10e36bb6
[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 scheduler hierarchy structure (rte_sched_port_hierarchy) will change to
16   allow for a larger number of subport entries.
17   The number of available traffic_classes and queues may also change.
18   The mbuf structure element for sched hierarchy will also change from a single
19   32 bit to a 64 bit structure.
20
21 * The scheduler statistics structure will change to allow keeping track of
22   RED actions.
23
24 * librte_table: New functions for table entry bulk add/delete will be added
25   to the table operations structure.
26
27 * librte_table hash: Key mask parameter will be added to the hash table
28   parameter structure for 8-byte key and 16-byte key extendible bucket and
29   LRU tables.
30
31 * librte_pipeline: The prototype for the pipeline input port, output port
32   and table action handlers will be updated:
33   the pipeline parameter will be added, the packets mask parameter will be
34   either removed (for input port action handler) or made input-only.