Package: dpdk / 22.11.8-1~deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
dpdk | 22.11.8-1~deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 eal linux force iova mode va with no huge option.patch | (download) |
lib/eal/linux/eal.c |
24 12 + 12 - 0 ! |
eal/linux: force iova-mode va with no-huge option When using --no-huge option the iova-mode must be VA. Physical address are not guaranteed to be persistent with out hugepages. This change effectively makes "--no-huge" the same as "--no-huge --iova-mode=va". When --no-huge is used setting --iova-mode=pa will have no effect. |
disable_autopkgtest_buildtime_fails.patch | (download) |
app/test/meson.build |
2 1 + 1 - 0 ! |
skip tests failing at build time These tests generally work on a developer workstation (nothing to fix) but fail in our build environment. This is consistent across all architectures (or skipped there anyway). Skip those as they do not represent real regressions. |
disable_autopkgtest_fails.patch | (download) |
app/test/meson.build |
10 5 + 5 - 0 ! |
skip tests failing in test environment These tests generally work but fail in a Ubuntu autopkgtest environment. This is consistent across all architectures. Skip those as they do not represent real regressions. |
disable_armhf_autopkgtest_fails.patch | (download) |
app/test/meson.build |
7 6 + 1 - 0 ! |
skip tests failing in arm test environment These tests generally work but fail in a Ubuntu arm autopkgtest environment. Skip those as they do not represent real regressions. |
disable_ppc64_autopkgtest_fails.patch | (download) |
app/test/meson.build |
11 8 + 3 - 0 ! |
skip tests failing in ppc64 test environment It turned out that this regressed in release and acl_autotest is unrelable on ppc64. Skip it as they do not represent real regressions in or against DPDK. |
disable parallel sphinx.patch | (download) |
buildtools/call-sphinx-build.py |
5 3 + 2 - 0 ! |
parallelism breaks order and thereby reprotest |