Message ID | 1598961165-20832-4-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 |
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 ------------