Package: dpdk / 24.11.3-1

Metadata

Package Version Patches format
dpdk 24.11.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_ppc64_autopkgtest_fails.patch | (download)

app/test/test_pdump.c | 5 5 + 0 - 0 !
app/test/test_pflock.c | 4 4 + 0 - 0 !
app/test/test_ticketlock.c | 4 4 + 0 - 0 !
3 files changed, 13 insertions(+)

 skip tests failing in ppc64 test environment
 These tests are very flaky on the Debci infrastructure for ppc64.
disable_riscv_autopkgtest_fails.patch | (download)

app/test/test_eventdev.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip tests failing in riscv test environment
 These tests are very flaky on the Debci infrastructure for riscv
add install_tag to meson.patch | (download)

doc/api/meson.build | 3 3 + 0 - 0 !
doc/guides/meson.build | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 add install_tag to meson for doc
 This allows building and installing only the documentation, without
 recompiling the whole project
doc install guides and api docs to different directory.patch | (download)

doc/api/meson.build | 2 1 + 1 - 0 !
doc/guides/meson.build | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 install guides and api docs to different directories
 Otherwise they both get installed to /usr/share/doc/dpdk and overwrite
 each other's files