Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/104477 _apply patch failure_ Submitter: Elena Agostini Date: Wednesday, November 17 2021 21:39:01 Applied on: CommitID:0c6e27549c03695f85d949f5195a166b449b419c Apply patch set 104477 failed: Checking patch app/test-gpudev/meson.build... .git/rebase-apply/patch:16: new blank line at EOF. + Checking patch doc/guides/prog_guide/gpudev.rst... error: while searching for: on the device or create GPU specific objects (e.g. CUDA Driver context or CUDA Streams in case of NVIDIA GPUs). Features -------- error: patch failed: doc/guides/prog_guide/gpudev.rst:23 Checking patch drivers/gpu/meson.build... .git/rebase-apply/patch:37: new blank line at EOF. + Checking patch lib/meson.build... error: while searching for: optional_libs = [ 'bitratestats', 'gro', 'gso', 'kni', error: patch failed: lib/meson.build:67 Applied patch app/test-gpudev/meson.build cleanly. Applying patch doc/guides/prog_guide/gpudev.rst with 1 reject... Rejected hunk #1. Applied patch drivers/gpu/meson.build cleanly. Applying patch lib/meson.build with 1 reject... Rejected hunk #1. diff a/doc/guides/prog_guide/gpudev.rst b/doc/guides/prog_guide/gpudev.rst (rejected hunks) @@ -23,6 +23,7 @@ Out of scope of this library is to provide a wrapper for GPU specific libraries on the device or create GPU specific objects (e.g. CUDA Driver context or CUDA Streams in case of NVIDIA GPUs). +This library is set as optional and can be disabled with ``-Ddisable_libs=gpudev``. Features -------- diff a/lib/meson.build b/lib/meson.build (rejected hunks) @@ -67,6 +67,7 @@ libraries = [ optional_libs = [ 'bitratestats', + 'gpudev', 'gro', 'gso', 'kni', https://lab.dpdk.org/results/dashboard/patchsets/20264/ UNH-IOL DPDK Community Lab