|WARNING| pw130072 [PATCH] app/dma-perf: add SG copy support

qemudev at loongson.cn qemudev at loongson.cn
Fri Aug 11 01:25:09 CEST 2023


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

_apply patch failure_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Thu, 10 Aug 2023 15:39:08 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 70b6941e4e22d67bc10495d1638234a7e974f582

Apply patch set 130072 failed:

Checking patch app/test-dma-perf/benchmark.c...
Hunk #1 succeeded at 45 (offset -1 lines).
Hunk #2 succeeded at 89 (offset -1 lines).
Hunk #3 succeeded at 143 (offset -1 lines).
Hunk #4 succeeded at 166 (offset -1 lines).
Hunk #5 succeeded at 183 (offset -1 lines).
Hunk #6 succeeded at 198 (offset -1 lines).
Hunk #7 succeeded at 238 (offset -1 lines).
Hunk #8 succeeded at 291 (offset -1 lines).
error: while searching for:
}

static int
setup_memory_env(struct test_configure *cfg, struct rte_mbuf ***srcs,
			struct rte_mbuf ***dsts)
{
	unsigned int buf_size = cfg->buf_size.cur;
	unsigned int nr_sockets, i;

error: patch failed: app/test-dma-perf/benchmark.c:303
error: app/test-dma-perf/benchmark.c: patch does not apply
Checking patch app/test-dma-perf/config.ini...
Checking patch app/test-dma-perf/main.c...
error: while searching for:

	switch (case_cfg->test_type) {
	case TEST_TYPE_DMA_MEM_COPY:
		ret = mem_copy_benchmark(case_cfg, true);
		break;
	case TEST_TYPE_CPU_MEM_COPY:
		ret = mem_copy_benchmark(case_cfg, false);
		break;
	default:
		printf("Unknown test type. %s\n", case_cfg->test_type_str);

error: patch failed: app/test-dma-perf/main.c:93
error: app/test-dma-perf/main.c: patch does not apply
Checking patch app/test-dma-perf/main.h...
error: while searching for:
	uint8_t scenario_id;
};

int mem_copy_benchmark(struct test_configure *cfg, bool is_dma);

#endif /* _MAIN_H_ */

error: patch failed: app/test-dma-perf/main.h:59
error: app/test-dma-perf/main.h: patch does not apply



More information about the test-report mailing list