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 50BF342DAF for ; Mon, 3 Jul 2023 12:29:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AFD84111C; Mon, 3 Jul 2023 12:29:32 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id 1195A40156 for ; Mon, 3 Jul 2023 12:29:29 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8AxiMUIo6JkezIFAA--.8413S3; Mon, 03 Jul 2023 18:29:28 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8DxJ80Ho6JkCMkZAA--.12611S3; Mon, 03 Jul 2023 18:29:27 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 363AFKMM3721063 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 3 Jul 2023 18:15:20 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 363AFKsg3721062; Mon, 3 Jul 2023 18:15:20 +0800 Date: Mon, 3 Jul 2023 18:15:20 +0800 From: qemudev@loongson.cn Message-Id: <202307031015.363AFKsg3721062@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |WARNING| pw129195-129198 [v2 1/5] net/mlx5: support indirect list METER_MARK action In-Reply-To: <20230702045758.23244-1-igozlan@nvidia.com> References: <20230702045758.23244-1-igozlan@nvidia.com> To: test-report@dpdk.org Cc: Itamar Gozlan , zhoumin@loongson.cn X-CM-TRANSID: AQAAf8DxJ80Ho6JkCMkZAA--.12611S3 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/129195 _apply patch failure_ Submitter: Itamar Gozlan Date: Sun, 2 Jul 2023 07:57:54 +0300 DPDK git baseline: Repo:dpdk-next-net Branch: main CommitID: fb6aeb4e6f518efdf48f6f1edcbada25fd17d0f1 Apply patch set 129195-129198 failed: Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: switch (e->type) { #ifdef HAVE_MLX5_HWS_SUPPORT case MLX5_INDIRECT_ACTION_LIST_TYPE_MIRROR: mlx5_hw_mirror_destroy(dev, (struct mlx5_mirror *)e, true); break; #endif default: DRV_LOG(ERR, "invalid indirect list type"); error: patch failed: drivers/net/mlx5/mlx5_flow.c:63 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: #define MLX5_ACTION_CTX_CT_GEN_IDX MLX5_INDIRECT_ACT_CT_GEN_IDX enum mlx5_indirect_list_type { MLX5_INDIRECT_ACTION_LIST_TYPE_MIRROR = 1, }; /* * Base type for indirect list type. * Actual indirect list type MUST override that type and put type spec data * after the `chain`. */ struct mlx5_indirect_list { /* type field MUST be the first */ enum mlx5_indirect_list_type type; LIST_ENTRY(mlx5_indirect_list) entry; /* put type specific data after chain */ }; static __rte_always_inline enum mlx5_indirect_list_type mlx5_get_indirect_list_type(const struct mlx5_indirect_list *obj) { return obj->type; } /* Matches on selected register. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:113 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_hw.c... error: while searching for: (!!((priv)->sh->esw_mode && (priv)->master)) struct mlx5_mirror_clone { enum rte_flow_action_type type; void *action_ctx; }; struct mlx5_mirror { /* type field MUST be the first */ enum mlx5_indirect_list_type type; LIST_ENTRY(mlx5_indirect_list) entry; uint32_t clones_num; struct mlx5dr_action *mirror_action; struct mlx5_mirror_clone clone[MLX5_MIRROR_MAX_CLONES_NUM]; error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:67 error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply