From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 096F84302E for ; Fri, 11 Aug 2023 01:16:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0334E40DFB; Fri, 11 Aug 2023 01:16:37 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id CD17840DFB for ; Fri, 11 Aug 2023 01:16:34 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8BxIvDRb9VkYx8VAA--.44556S3; Fri, 11 Aug 2023 07:16:33 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8AxTSPRb9Vkb_lTAA--.59827S3; Fri, 11 Aug 2023 07:16:33 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 37AN2JGO2749840 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 11 Aug 2023 07:02:19 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 37AN2J3M2749839; Fri, 11 Aug 2023 07:02:19 +0800 Date: Fri, 11 Aug 2023 07:02:19 +0800 From: qemudev@loongson.cn Message-Id: <202308102302.37AN2J3M2749839@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |WARNING| pw130074 [PATCH v2] app/dma-perf: add SG copy support In-Reply-To: <20230810105704.2060-1-gmuthukrishn@marvell.com> References: <20230810105704.2060-1-gmuthukrishn@marvell.com> To: test-report@dpdk.org Cc: Gowrishankar Muthukrishnan , zhoumin@loongson.cn X-CM-TRANSID: AQAAf8AxTSPRb9Vkb_lTAA--.59827S3 X-CM-SenderInfo: pthp3vthy6z05rqj20fqof0/ X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx nUUI43ZEXa7xR_UUUUUUUUU== X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: loongarch-compilation Test-Status: WARNING http://dpdk.org/patch/130074 _apply patch failure_ Submitter: Gowrishankar Muthukrishnan Date: Thu, 10 Aug 2023 16:27:04 +0530 DPDK git baseline: Repo:dpdk Branch: main CommitID: 70b6941e4e22d67bc10495d1638234a7e974f582 Apply patch set 130074 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