Field type of base and nb_queue will be modified, from uint8_t to uint16_t in struct ``rte_eth_dcb_tc_queue_mapping``.As the data of uint8_t will be truncated when queue number under a TC is greater than 256.
Signed-off-by: Min Hu (Connor) <humi...@huawei.com> Reviewed-by: Wei Hu (Xavier) <xavier.hu...@huawei.com> --- doc/guides/rel_notes/release_20_11.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index df227a1..e9c87c3 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -100,6 +100,9 @@ ABI Changes Also, make sure to start the actual text at the margin. ======================================================= +* ethdev: Modified field type of base and nb_queue, from uint8_t to uint16_t in + struct ``rte_eth_dcb_tc_queue_mapping``.As the data of uint8_t will be truncated when + queue number under a TC is greater than 256. Known Issues ------------ -- 2.7.4