From patchwork Fri Jul 9 06:02:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shijith Thotton X-Patchwork-Id: 95595 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1BFC8A0A0C; Fri, 9 Jul 2021 08:03:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BC4F41683; Fri, 9 Jul 2021 08:03:01 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id B43B640143; Fri, 9 Jul 2021 08:02:59 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16961bl0017366; Thu, 8 Jul 2021 23:02:59 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=NiE7liFYZHRnKqz428YC2Uhofst/k57ESDHSxOZWoto=; b=fP2dEJT6EHeHP6w9Zn6I5IsC26hHJurHiMukAWbiq617yKkyMzMocVkMAwjo+T23nm33 Msm2dIT7MyGP4Je/SFR1dFtSBRYPCd2npTdzvmvePSUIRSmKuxcMvzY5u/P9yqBUUOD5 rAKHa7jxSAqUQbl8yfuJnEoemHtMj3D0hVDkZ2Kq+mqPs/9xe8mNrTV/7ocjpQEJ2qVH 2/9sj7GFL5QnDMYgCbeagUhmOZASohS3xXFUau1mkaigEgEtdEj/nR/H6mPqJP7CurUL x4sKwZ0GdjJGv4IghK9X4bflsYygzlMQB+LBHMi3matHbBZRyjXW68L8raM8L4yIm3Kt Hg== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com with ESMTP id 39ny0gc2d6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 08 Jul 2021 23:02:59 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 8 Jul 2021 23:02:56 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Thu, 8 Jul 2021 23:02:56 -0700 Received: from localhost.localdomain (unknown [10.28.34.29]) by maili.marvell.com (Postfix) with ESMTP id 29CA13F703F; Thu, 8 Jul 2021 23:02:54 -0700 (PDT) From: Shijith Thotton To: CC: David Marchand , , , Date: Fri, 9 Jul 2021 11:32:29 +0530 Message-ID: <205e71d780a011f385dd556fe383bc4137c5f1fe.1625810473.git.sthotton@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: oXuelKvgFhnYvzd-lUi5NYkKrAsWO00k X-Proofpoint-GUID: oXuelKvgFhnYvzd-lUi5NYkKrAsWO00k X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-07-09_01:2021-07-09, 2021-07-09 signatures=0 Subject: [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: David Marchand Remove conflicting declaration of this symbol. Fixes: d0d654986018 ("net/octeontx: support event Rx adapter") Cc: stable@dpdk.org Signed-off-by: David Marchand --- drivers/net/octeontx/base/octeontx_pkivf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/octeontx/base/octeontx_pkivf.h b/drivers/net/octeontx/base/octeontx_pkivf.h index d41eaa57e..8c86841ea 100644 --- a/drivers/net/octeontx/base/octeontx_pkivf.h +++ b/drivers/net/octeontx/base/octeontx_pkivf.h @@ -362,7 +362,6 @@ int octeontx_pki_port_open(int port); int octeontx_pki_port_hash_config(int port, pki_hash_cfg_t *hash_cfg); int octeontx_pki_port_pktbuf_config(int port, pki_pktbuf_cfg_t *buf_cfg); int octeontx_pki_port_create_qos(int port, pki_qos_cfg_t *qos_cfg); -int octeontx_pki_port_close(int port); int octeontx_pki_port_errchk_config(int port, pki_errchk_cfg_t *cfg); int octeontx_pki_port_vlan_fltr_config(int port, pki_port_vlan_filter_config_t *fltr_cfg);