|WARNING| pw132588-132589 [PATCH v2 1/3] examples/l3fwd: relax RSS requirement with option

qemudev at loongson.cn qemudev at loongson.cn
Fri Oct 13 06:07:57 CEST 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/132588

_apply patch failure_

Submitter: Trevor Tao <taozj888 at 163.com>
Date: Fri, 13 Oct 2023 04:27:20 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 77f913752a55c0262bfda99a1b69ca0bd804c6c7

Apply patch set 132588-132589 failed:

Checking patch doc/guides/rel_notes/release_23_11.rst...
error: while searching for:
      ninja -C build doc
      xdg-open build/doc/guides/html/rel_notes/release_23_11.html

* Build Requirements: From DPDK 23.11 onwards,
  building DPDK will require a C compiler which supports the C11 standard,
  including support for C11 standard atomics.

  More specifically, the requirements will be:

  * Support for flag "-std=c11" (or similar)
  * __STDC_NO_ATOMICS__ is *not defined* when using c11 flag

  Please note:

  * C11, including standard atomics, is supported from GCC version 5 onwards,
    and is the default language version in that release
    (Ref: https://gcc.gnu.org/gcc-5/changes.html)
  * C11 is the default compilation mode in Clang from version 3.6,
    which also added support for standard atomics
    (Ref: https://releases.llvm.org/3.6.0/tools/clang/docs/ReleaseNotes.html)

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

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

error: patch failed: doc/guides/rel_notes/release_23_11.rst:20
error: doc/guides/rel_notes/release_23_11.rst: patch does not apply
Checking patch doc/guides/sample_app_ug/l3_forward.rst...



More information about the test-report mailing list