From patchwork Fri Jun 17 06:14:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ankur Dwivedi X-Patchwork-Id: 112954 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 1E359A0093; Fri, 17 Jun 2022 08:15:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F37D040698; Fri, 17 Jun 2022 08:15:15 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 5086540689 for ; Fri, 17 Jun 2022 08:15:15 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25H3kwnZ022796; Thu, 16 Jun 2022 23:15:14 -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-type : content-transfer-encoding; s=pfpt0220; bh=6otBMLjacjAajXgNOjgu3DpQMDFUN/g+GqIX1gF27Ak=; b=TVj84gLbE0B02e27aO9roNIyd0wa8Z19QfBO8F9QGUdyFjC7cbxyp1UcOw9CV3KBAbF7 uOzQ8UFegCt60I1YqAfx6u/JyVvpwy52T2D/fA34rE1Sbo/5IyDgkSSdI3263St+f86t JjOP1egb6WdxcodQuPOoWHeGaL0RpqZaJ7VvjSnGxk3KE+mcP859aX7uCgoXiYY3+gnL Z3sc5UDNk672wAqvSYnJymUmnrGIWzemOyGGXYqRYSzz2PBgL9t40N6aKdyhoV2Q/c8V awptlhAk4XFUMb9HMLpVbCIdha7qbPGJrJynDuYN/J4oEe00dRShVV01jxWRfrW+fDne cQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3grj05rfff-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 16 Jun 2022 23:15:14 -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.2; Thu, 16 Jun 2022 23:15:11 -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.2 via Frontend Transport; Thu, 16 Jun 2022 23:15:11 -0700 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id BF0223F7084; Thu, 16 Jun 2022 23:15:09 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , , , Ankur Dwivedi Subject: [PATCH 0/2] fix compilation with GCC 12 Date: Fri, 17 Jun 2022 11:44:30 +0530 Message-ID: <20220617061432.2685-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Proofpoint-GUID: COcLEDFpTOGiWipAXJ5HyUj7cm0sjx7P X-Proofpoint-ORIG-GUID: COcLEDFpTOGiWipAXJ5HyUj7cm0sjx7P X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-17_04,2022-06-16_01,2022-02-23_01 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 This patch series resolves compilation warning observed with GCC 12, in common/cpt and crypto/cnxk. Ankur Dwivedi (2): common/cpt: fix compilation with GCC 12 crypto/cnxk: fix compilation with GCC 12 drivers/common/cpt/cpt_mcode_defines.h | 2 +- drivers/common/cpt/cpt_ucode.h | 21 ++++++++++----------- drivers/crypto/cnxk/cnxk_se.h | 20 ++++++++++---------- 3 files changed, 21 insertions(+), 22 deletions(-) Tested-by: David Marchand