The change in mempool behaviour is the change in this release with the largest impact, so call that out first in the release notes, so as to get maximum visibility for it.
Signed-off-by: Bruce Richardson <[email protected]> --- doc/guides/rel_notes/release_26_07.rst | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/guides/rel_notes/release_26_07.rst b/doc/guides/rel_notes/release_26_07.rst index 83610938bd..f301a8444c 100644 --- a/doc/guides/rel_notes/release_26_07.rst +++ b/doc/guides/rel_notes/release_26_07.rst @@ -55,20 +55,6 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= -* **Added option to change memory limits per page size.** - - Added the EAL option ``--pagesz-mem`` - to override the default per-page-size memory limits. - Each maximum can be configured with a pair ``<pagesz>:<limit>``. - -* **Added option to disable auto probing.** - - Added EAL options affecting the initial bus probing. - - * ``-A`` or ``--no-auto-probing`` disable the initial bus probing: no device is probed during - ``rte_eal_init`` and the application is responsible for probing each device, - * ``--auto-probing`` enables the initial bus probing, which is the current default behavior. - * **Changed mempool cache behaviour.** * The mempool cache flush/refill algorithm was improved, @@ -83,6 +69,20 @@ New Features * The size of the ``struct rte_mempool_cache`` was kept for API/ABI compatibility purposes. +* **Added option to change memory limits per page size.** + + Added the EAL option ``--pagesz-mem`` + to override the default per-page-size memory limits. + Each maximum can be configured with a pair ``<pagesz>:<limit>``. + +* **Added option to disable device auto probing.** + + Added EAL options affecting the initial bus probing to find devices. + + * ``-A`` or ``--no-auto-probing`` disables the initial bus probing: no device is probed during + ``rte_eal_init`` and the application is responsible for probing each device, + * ``--auto-probing`` enables the initial bus probing, which is the current default behavior. + * **Added RISC-V vector paths.** * Increased the default SIMD bitwidth to allow using the vector extension. -- 2.53.0

