|WARNING| pw137502 [PATCH v3] app/dma-perf: support bi-directional transfer

qemudev at loongson.cn qemudev at loongson.cn
Thu Feb 29 15:22:25 CET 2024


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/137502

_apply patch failure_

Submitter: Amit Prakash Shukla <amitprakashs at 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



More information about the test-report mailing list