From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id C5AAE42EA1
	for <public@inbox.dpdk.org>; Tue, 18 Jul 2023 04:54:33 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id A672C40223;
	Tue, 18 Jul 2023 04:54:33 +0200 (CEST)
Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163])
 by mails.dpdk.org (Postfix) with ESMTP id 13CE540223
 for <test-report@dpdk.org>; Tue, 18 Jul 2023 04:54:30 +0200 (CEST)
Received: from loongson.cn (unknown [10.40.46.153])
 by gateway (Coremail) with SMTP id _____8Axuerl_rVkqGQGAA--.7045S3;
 Tue, 18 Jul 2023 10:54:29 +0800 (CST)
Received: from localhost.localdomain (unknown [10.40.46.153])
 by localhost.localdomain (Coremail) with SMTP id
 AQAAf8AxjiPk_rVkY4IyAA--.33798S3; 
 Tue, 18 Jul 2023 10:54:28 +0800 (CST)
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
 by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 36I2eIQS3950409
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT);
 Tue, 18 Jul 2023 10:40:18 +0800
Received: (from root@localhost)
 by localhost.localdomain (8.15.2/8.15.2/Submit) id 36I2eIn23950408;
 Tue, 18 Jul 2023 10:40:18 +0800
Date: Tue, 18 Jul 2023 10:40:18 +0800
From: qemudev@loongson.cn
Message-Id: <202307180240.36I2eIn23950408@localhost.localdomain>
Content-Type: text/plain; charset="utf-8"
Subject: |WARNING| pw114066-129607 [RFC] memarea: introduce memory area library
In-Reply-To: <20220721044648.6817-1-fengchengwen@huawei.com>
References: <20220721044648.6817-1-fengchengwen@huawei.com>
To: test-report@dpdk.org
Cc: Chengwen Feng <fengchengwen@huawei.com>, zhoumin@loongson.cn
X-CM-TRANSID: AQAAf8AxjiPk_rVkY4IyAA--.33798S3
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 <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

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

_apply patch failure_

Submitter: fengchengwen <fengchengwen@huawei.com>
Date: Thu, 21 Jul 2022 12:46:48 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 655eb37b18b1b0dc4d106acdf0dfedde01cfb224

Apply patch set 114066-129607 failed:

Checking patch doc/guides/prog_guide/memarea_lib.rst...
error: doc/guides/prog_guide/memarea_lib.rst: No such file or directory
Checking patch lib/memarea/memarea_private.h...
error: lib/memarea/memarea_private.h: No such file or directory
Checking patch lib/memarea/rte_memarea.c...
error: while searching for:

#include <stdio.h>
#include <stdlib.h>

#include <rte_common.h>
#include <rte_log.h>

error: patch failed: lib/memarea/rte_memarea.c:4
error: lib/memarea/rte_memarea.c: patch does not apply
Checking patch lib/memarea/rte_memarea.h...
error: while searching for:
__rte_experimental
void rte_memarea_destroy(struct rte_memarea *ma);

#ifdef __cplusplus
}
#endif

error: patch failed: lib/memarea/rte_memarea.h:138
error: lib/memarea/rte_memarea.h: patch does not apply
Checking patch lib/memarea/version.map...
error: while searching for:
EXPERIMENTAL {
	global:

	rte_memarea_create;
	rte_memarea_destroy;

	local: *;
};

error: patch failed: lib/memarea/version.map:1
error: lib/memarea/version.map: patch does not apply