Message ID | 1598961165-20832-5-git-send-email-humin29@huawei.com |
---|---|
State | Superseded, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series |
|
Related | show |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | success | Compilation OK |
ci/travis-robot | success | Travis build: passed |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-testing | success | Testing PASS |
diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index e9c87c3..8e24d46 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -84,6 +84,10 @@ API Changes Also, make sure to start the actual text at the margin. ======================================================= +* ethdev: Modified field type of stat_idx, from uint8_t to uint16_t in + ``set_queue_stats_mapping``, ``rte_eth_dev_set_tx_queue_stats_mapping``, + ``rte_eth_dev_set_rx_queue_stats_mapping`` for meeting the needs use 256 + or more than 256 queues and display all statistics of rx/tx queue. ABI Changes -----------