|WARNING| pw167316-167322 [PATCH v6 1/7] doc: improve 26.07 release notes

qemudev at loongson.cn qemudev at loongson.cn
Thu Aug 6 19:20:59 CEST 2026


Test-Label: loongson-compile-loongarch-abi2
Test-Status: WARNING
http://dpdk.org/patch/167316

_apply patch failure_

Submitter: Andrew Bailey <abailey at iol.unh.edu>
Date: Thu,  6 Aug 2026 13:16:30 -0400
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c1a46b9d9243e922428e8a5f87fa3c6ac177dc5a

Apply patch set 167316-167322 failed:

Checking patch doc/guides/rel_notes/release_26_07.rst...
error: while searching for:
DPDK Release 26.07
==================

. **Read this first.**

   The text in the sections below explains how to update the release notes.

   Use proper spelling, capitalization and punctuation in all sections.

   Variable and config names should be quoted as fixed width text:
   ``LIKE_THIS``.

   Build the docs and view the output file to ensure the changes are correct::

      ninja -C build doc
      xdg-open build/doc/guides/html/rel_notes/release_26_07.html


New Features
------------

. This section should contain new features added in this release.
   Sample format:

   * **Add a title in the past tense with a full stop.**

     Add a short 1-2 sentence description in the past tense.
     The description should be enough to allow someone scanning
     the release notes to understand the new feature.

     If the feature adds a lot of sub-features you can use a bullet list
     like this:

     * Added feature foo to do something.
     * Enhanced feature bar to do something else.

     Refer to the previous release notes for examples.

     Suggested order in release notes items:
     * Core libs (EAL, mempool, ring, mbuf, buses)
     * Device abstraction libs and PMDs (ordered alphabetically by vendor name)
       - ethdev (lib, PMDs)
       - cryptodev (lib, PMDs)
       - eventdev (lib, PMDs)
       - etc
     * Other libs
     * Apps, Examples, Tools (if significant)

     This section is a comment. Do not overwrite or remove it.
     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,

error: patch failed: doc/guides/rel_notes/release_26_07.rst:6
error: doc/guides/rel_notes/release_26_07.rst: patch does not apply


More information about the test-report mailing list