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 E7FDA42D94 for ; Fri, 30 Jun 2023 11:49:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E13BB4021F; Fri, 30 Jun 2023 11:49:24 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id D6E7A4021F for ; Fri, 30 Jun 2023 11:49:22 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8AxQ8QhpZ5kjj4EAA--.6890S3; Fri, 30 Jun 2023 17:49:21 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8Cx7yMgpZ5kAUQTAA--.24957S3; Fri, 30 Jun 2023 17:49:20 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 35U9ZDQs1427172 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 30 Jun 2023 17:35:13 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 35U9ZDWK1427171; Fri, 30 Jun 2023 17:35:13 +0800 Date: Fri, 30 Jun 2023 17:35:13 +0800 From: qemudev@loongson.cn Message-Id: <202306300935.35U9ZDWK1427171@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |WARNING| pw129153 [PATCH v3] net/mlx5: fix the error set in control tables create In-Reply-To: <20230630094635.434124-1-bingz@nvidia.com> References: <20230630094635.434124-1-bingz@nvidia.com> To: test-report@dpdk.org Cc: Bing Zhao , zhoumin@loongson.cn X-CM-TRANSID: AQAAf8Cx7yMgpZ5kAUQTAA--.24957S3 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/129153 _apply patch failure_ Submitter: Bing Zhao Date: Fri, 30 Jun 2023 12:46:35 +0300 DPDK git baseline: Repo:dpdk-next-net-mlx Branch: for-next-net CommitID: f95b4da66528b97e7fa44f3503a34c193b2efb44 Apply patch set 129153 failed: Checking patch drivers/net/mlx5/mlx5_flow_hw.c... Hunk #2 succeeded at 6233 (offset -9 lines). Hunk #3 succeeded at 6271 (offset -9 lines). Hunk #4 succeeded at 6284 (offset -9 lines). Hunk #5 succeeded at 6325 (offset -9 lines). Hunk #6 succeeded at 6335 (offset -9 lines). Hunk #7 succeeded at 6362 (offset -9 lines). Hunk #8 succeeded at 6372 (offset -9 lines). Hunk #9 succeeded at 6401 (offset -9 lines). Hunk #10 succeeded at 6413 (offset -9 lines). Hunk #11 succeeded at 6488 (offset -9 lines). Hunk #12 succeeded at 6500 (offset -9 lines). Hunk #13 succeeded at 6539 (offset -9 lines). Hunk #14 succeeded at 6549 (offset -9 lines). Hunk #15 succeeded at 6587 (offset -9 lines). Hunk #16 succeeded at 6596 (offset -9 lines). Hunk #17 succeeded at 6669 (offset -9 lines). Hunk #18 succeeded at 6684 (offset -9 lines). Hunk #19 succeeded at 6693 (offset -9 lines). Hunk #20 succeeded at 6711 (offset -9 lines). Hunk #21 succeeded at 6725 (offset -9 lines). Hunk #22 succeeded at 6734 (offset -9 lines). Hunk #23 succeeded at 6752 (offset -9 lines). Hunk #24 succeeded at 6764 (offset -9 lines). Hunk #25 succeeded at 6773 (offset -9 lines). Hunk #26 succeeded at 6788 (offset -9 lines). Hunk #27 succeeded at 6802 (offset -9 lines). Hunk #28 succeeded at 6811 (offset -9 lines). Hunk #29 succeeded at 6829 (offset -9 lines). Hunk #30 succeeded at 6838 (offset -9 lines). Hunk #31 succeeded at 6858 (offset -9 lines). Hunk #32 succeeded at 6987 (offset -9 lines). error: while searching for: NULL, "Failed to create vport actions."); goto err; } ret = flow_hw_create_ctrl_tables(dev); if (ret) { rte_errno = -ret; goto err; } } if (!priv->shared_host) flow_hw_create_send_to_kernel_actions(priv); error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:7834 error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply