|WARNING| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer
qemudev at loongson.cn
qemudev at loongson.cn
Tue Feb 27 20:22:26 CET 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/137399
_apply patch failure_
Submitter: Amit Prakash Shukla <amitprakashs at 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
More information about the test-report
mailing list