* |WARNING| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer
[not found] <20240229141426.4188428-1-amitprakashs@marvell.com>
@ 2024-02-29 14:22 ` qemudev
2024-02-29 14:47 ` |SUCCESS| " checkpatch
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-02-29 14:22 UTC (permalink / raw)
To: test-report; +Cc: Amit Prakash Shukla, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/137502
_apply patch failure_
Submitter: Amit Prakash Shukla <amitprakashs@marvell.com>
Date: Thu, 29 Feb 2024 19:44:26 +0530
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
Apply patch set 137502 failed:
Checking patch app/test-dma-perf/benchmark.c...
error: while searching for:
static int
vchan_data_populate(uint32_t dev_id, struct rte_dma_vchan_conf *qconf,
struct test_configure *cfg)
{
struct rte_dma_info info;
qconf->direction = cfg->transfer_dir;
rte_dma_info_get(dev_id, &info);
if (!(RTE_BIT64(qconf->direction) & info.dev_capa))
return -1;
error: patch failed: app/test-dma-perf/benchmark.c:148
error: app/test-dma-perf/benchmark.c: patch does not apply
Checking patch app/test-dma-perf/config.ini...
error: while searching for:
; "vfid" denotes VF-id of PF-id to be used for data transfer.
; Example: vchan_dev=raddr=0x400000,coreid=1,pfid=2,vfid=3
; Parameters for DMA scatter-gather memory copy:
;
; "dma_src_sge" denotes number of source segments.
error: patch failed: app/test-dma-perf/config.ini:47
error: app/test-dma-perf/config.ini: patch does not apply
Checking patch app/test-dma-perf/main.c...
error: while searching for:
const char *skip;
struct rte_kvargs *kvlist;
const char *vchan_dev;
int args_nr, nb_vp;
bool is_dma;
error: patch failed: app/test-dma-perf/main.c:368
error: app/test-dma-perf/main.c: patch does not apply
Checking patch app/test-dma-perf/main.h...
error: while searching for:
const char *eal_args;
uint8_t scenario_id;
struct test_vchan_dev_config vchan_dev;
};
int mem_copy_benchmark(struct test_configure *cfg);
error: patch failed: app/test-dma-perf/main.h:67
error: app/test-dma-perf/main.h: patch does not apply
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer
[not found] <20240229141426.4188428-1-amitprakashs@marvell.com>
2024-02-29 14:22 ` |WARNING| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer qemudev
@ 2024-02-29 14:47 ` checkpatch
2024-02-29 15:45 ` 0-day Robot
2024-02-29 16:26 ` |WARNING| pw137502 [PATCH] [v3] " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-02-29 14:47 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/137502
_coding style OK_
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer
[not found] <20240229141426.4188428-1-amitprakashs@marvell.com>
2024-02-29 14:22 ` |WARNING| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer qemudev
2024-02-29 14:47 ` |SUCCESS| " checkpatch
@ 2024-02-29 15:45 ` 0-day Robot
2024-02-29 16:26 ` |WARNING| pw137502 [PATCH] [v3] " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-02-29 15:45 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/137502/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8098157255
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw137502 [PATCH] [v3] app/dma-perf: support bi-directional transfer
[not found] <20240229141426.4188428-1-amitprakashs@marvell.com>
` (2 preceding siblings ...)
2024-02-29 15:45 ` 0-day Robot
@ 2024-02-29 16:26 ` dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-02-29 16:26 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/137502
_apply patch failure_
Submitter: Amit Prakash Shukla <amitprakashs@marvell.com>
Date: Thursday, February 29 2024 14:14:26
Applied on: CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
Apply patch set 137502 failed:
Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: main
Checked out to main (92c0ad70caf3ed6f4b93de6ddaf7bc369737c049)
Done: main commit 92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
Trying to checkout branch: main
Checked out to main (92c0ad70caf3ed6f4b93de6ddaf7bc369737c049)
Applying patch...
Failed to apply patch:
Applying: app/dma-perf: support bi-directional transfer
error: sha1 information is lacking or useless (app/test-dma-perf/benchmark.c).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 app/dma-perf: support bi-directional transfer
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
https://lab.dpdk.org/results/dashboard/patchsets/29340/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 4+ messages in thread