* |WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer
[not found] <20240227192601.3932913-1-amitprakashs@marvell.com>
@ 2024-02-27 19:22 ` qemudev
2024-02-27 19:27 ` checkpatch
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-02-27 19:22 UTC (permalink / raw)
To: test-report; +Cc: Amit Prakash Shukla, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/137399
_apply patch failure_
Submitter: Amit Prakash Shukla <amitprakashs@marvell.com>
Date: Wed, 28 Feb 2024 00:56:01 +0530
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
Apply patch set 137399 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:144
error: app/test-dma-perf/benchmark.c: patch does not apply
Checking patch app/test-dma-perf/config.ini...
error: while searching for:
; "pfid" denotes PF-id to be used for data transfer
; "vfid" denotes VF-id of PF-id to be used for data transfer.
; =========== End of "mem2dev" and "dev2mem" config parameters. ==============
[case1]
error: patch failed: app/test-dma-perf/config.ini:61
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
* |WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer
[not found] <20240227192601.3932913-1-amitprakashs@marvell.com>
2024-02-27 19:22 ` |WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer qemudev
@ 2024-02-27 19:27 ` checkpatch
2024-02-27 20:25 ` |SUCCESS| " 0-day Robot
2024-02-28 0:10 ` |WARNING| pw137399 [PATCH] [v2] " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-02-27 19:27 UTC (permalink / raw)
To: test-report; +Cc: Amit Prakash Shukla
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137399
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#176: FILE: app/test-dma-perf/benchmark.c:545:
+ (i * buf_size)), (rte_iova_t)(cfg->vchan_dev.raddr +
total: 0 errors, 1 warnings, 192 lines checked
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer
[not found] <20240227192601.3932913-1-amitprakashs@marvell.com>
2024-02-27 19:22 ` |WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer qemudev
2024-02-27 19:27 ` checkpatch
@ 2024-02-27 20:25 ` 0-day Robot
2024-02-28 0:10 ` |WARNING| pw137399 [PATCH] [v2] " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-02-27 20:25 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/137399/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8070495766
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw137399 [PATCH] [v2] app/dma-perf: support bi-directional transfer
[not found] <20240227192601.3932913-1-amitprakashs@marvell.com>
` (2 preceding siblings ...)
2024-02-27 20:25 ` |SUCCESS| " 0-day Robot
@ 2024-02-28 0:10 ` dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-02-28 0:10 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/137399
_apply patch failure_
Submitter: Amit Prakash Shukla <amitprakashs@marvell.com>
Date: Tuesday, February 27 2024 19:26:01
Applied on: CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
Apply patch set 137399 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/29303/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-28 0:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240227192601.3932913-1-amitprakashs@marvell.com>
2024-02-27 19:22 ` |WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer qemudev
2024-02-27 19:27 ` checkpatch
2024-02-27 20:25 ` |SUCCESS| " 0-day Robot
2024-02-28 0:10 ` |WARNING| pw137399 [PATCH] [v2] " dpdklab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).