The drivers should be in alphabetical order by category in the release notes, so move two drivers to give correct ordering.
Signed-off-by: Bruce Richardson <[email protected]> --- doc/guides/rel_notes/release_26_07.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/guides/rel_notes/release_26_07.rst b/doc/guides/rel_notes/release_26_07.rst index 63693159fd..b3c23b73a1 100644 --- a/doc/guides/rel_notes/release_26_07.rst +++ b/doc/guides/rel_notes/release_26_07.rst @@ -163,10 +163,6 @@ New Features to support adding and removing memory regions without resetting the whole guest memory map. -* **Added LinkData sxe2 ethernet driver.** - - Added network driver for the LinkData network adapters. - * **Updated Google gve driver.** Added hardware timestamping support on DQO queues. @@ -182,6 +178,10 @@ New Features Added ``rl_burst_size`` devarg to configure the scheduler rate-limiter burst size, reducing Tx latency jitter for time-sensitive traffic. +* **Added LinkData sxe2 ethernet driver.** + + Added network driver for the LinkData network adapters. + * **Updated Microsoft mana driver.** Added device reset support to the MANA PMD, @@ -222,10 +222,6 @@ New Features * Added ``eof`` devarg to use link state to signal end of receive file input. * Added unit test suite. -* **Updated Marvell cnxk crypto driver.** - - Added support for ML-KEM and ML-DSA on CN20K platform. - * **Updated Wangxun ngbe driver.** Implemented UDP Segmentation Offload (USO) in the transmit path. @@ -256,6 +252,10 @@ New Features On ARM, both IPsec MB and OpenSSL are required for full functionality. +* **Updated Marvell cnxk crypto driver.** + + Added support for ML-KEM and ML-DSA on CN20K platform. + * **Updated testpmd application.** Added support for setting VLAN priority and CFI/DEI bits -- 2.53.0

