|WARNING| pw131373 [PATCH] gpu/cuda: Add missing stdlib include
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Sep 12 22:20:18 CEST 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/131373
_apply patch failure_
Submitter: John Romein <romein at astron.nl>
Date: Tuesday, September 12 2023 17:08:43
Applied on: CommitID:e92ba1426914db1d224dd5e9a1743657681b8814
Apply patch set 131373 failed:
Checking patch drivers/gpu/cuda/gdrcopy.c...
error: while searching for:
* Copyright (c) 2022 NVIDIA Corporation & Affiliates
*/
#include "common.h"
#ifdef DRIVERS_GPU_CUDA_GDRCOPY_H
error: patch failed: drivers/gpu/cuda/gdrcopy.c:2
Applying patch drivers/gpu/cuda/gdrcopy.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/gpu/cuda/gdrcopy.c b/drivers/gpu/cuda/gdrcopy.c (rejected hunks)
@@ -2,6 +2,8 @@
* Copyright (c) 2022 NVIDIA Corporation & Affiliates
*/
+#include <stdlib.h>
+
#include "common.h"
#ifdef DRIVERS_GPU_CUDA_GDRCOPY_H
https://lab.dpdk.org/results/dashboard/patchsets/27587/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list