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 4B1A24303E
	for <public@inbox.dpdk.org>; Sat, 12 Aug 2023 09:39:38 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 455F340151;
	Sat, 12 Aug 2023 09:39:38 +0200 (CEST)
Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163])
 by mails.dpdk.org (Postfix) with ESMTP id EABC040151
 for <test-report@dpdk.org>; Sat, 12 Aug 2023 09:39:35 +0200 (CEST)
Received: from loongson.cn (unknown [10.40.46.153])
 by gateway (Coremail) with SMTP id _____8CxtPA0N9dkDlIWAA--.47744S3;
 Sat, 12 Aug 2023 15:39:33 +0800 (CST)
Received: from localhost.localdomain (unknown [10.40.46.153])
 by localhost.localdomain (Coremail) with SMTP id
 AQAAf8CxWM0zN9dkI0FWAA--.19391S3; 
 Sat, 12 Aug 2023 15:39:31 +0800 (CST)
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
 by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 37C7PHl5377766
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT);
 Sat, 12 Aug 2023 15:25:18 +0800
Received: (from root@localhost)
 by localhost.localdomain (8.15.2/8.15.2/Submit) id 37C7PHKa377765;
 Sat, 12 Aug 2023 15:25:17 +0800
Date: Sat, 12 Aug 2023 15:25:17 +0800
From: qemudev@loongson.cn
Message-Id: <202308120725.37C7PHKa377765@localhost.localdomain>
Content-Type: text/plain; charset="utf-8"
Subject: |WARNING| pw130251-130255 [PATCH v1 1/5] net/cpfl: setup rte flow
 skeleton
In-Reply-To: <20230812075506.361769-2-yuying.zhang@intel.com>
References: <20230812075506.361769-2-yuying.zhang@intel.com>
To: test-report@dpdk.org
Cc: Yuying Zhang <yuying.zhang@intel.com>, zhoumin@loongson.cn
X-CM-TRANSID: AQAAf8CxWM0zN9dkI0FWAA--.19391S3
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/130251

_apply patch failure_

Submitter: Yuying Zhang <yuying.zhang@intel.com>
Date: Sat, 12 Aug 2023 07:55:02 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 70b6941e4e22d67bc10495d1638234a7e974f582

Apply patch set 130251-130255 failed:

Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
#include "cpfl_ethdev.h"
#include <ethdev_private.h>
#include "cpfl_rxtx.h"

#define CPFL_REPRESENTOR	"representor"
#define CPFL_TX_SINGLE_Q	"tx_single"

error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:16
error: drivers/net/cpfl/cpfl_ethdev.c: patch does not apply
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: while searching for:
	CPFL_ITF_TYPE_REPRESENTOR
};

struct cpfl_itf {
	enum cpfl_itf_type type;
	struct cpfl_adapter_ext *adapter;
	void *data;
};


error: patch failed: drivers/net/cpfl/cpfl_ethdev.h:143
error: drivers/net/cpfl/cpfl_ethdev.h: patch does not apply
Checking patch drivers/net/cpfl/cpfl_flow.c...
Checking patch drivers/net/cpfl/cpfl_flow.h...
Checking patch drivers/net/cpfl/meson.build...
error: while searching for:
js_dep = dependency('json-c', required: false, method : 'pkg-config')
if js_dep.found()
    sources += files(
        'cpfl_flow_parser.c',
        'cpfl_rules.c',
        'cpfl_controlq.c',
    )
    dpdk_conf.set('CPFL_FLOW_JSON_SUPPORT', true)
    ext_deps += js_dep
endif
error: patch failed: drivers/net/cpfl/meson.build:42
error: drivers/net/cpfl/meson.build: patch does not apply