From patchwork Fri Jun 17 13:39:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ankur Dwivedi X-Patchwork-Id: 113007 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 A60F6A0093; Fri, 17 Jun 2022 15:39:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9246A41141; Fri, 17 Jun 2022 15:39:59 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 900EC40F19 for ; Fri, 17 Jun 2022 15:39:57 +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 25H3k87e020527; Fri, 17 Jun 2022 06:39:56 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type : content-transfer-encoding; s=pfpt0220; bh=ls7lLUwhCywEuWbD4In3jMwioiSCntiQqMo/10SgmHw=; b=bxrEnw3Q5N7yIB9rrd9zOT9DlJt+EhH50lkCBp84COaOg0GrhkLP2C7faF4bq8NQPrvB Ry9cgNDCE78UkdtJXeCX7e41VOa/zWJxLW8Sqm2oznCnls+v9KqjH+jOkJRv1h7u3gZe rMlTpP3tbgCn0H3H24ONlRpP/pfq/885IEG7/tJDav7kFRLt+nK4Af9nblTouRAoobDv OpkAW9HRZt8rOcSalZo9EMluli4hcadUjRZfZrvLniaA9Z+KcdhftqDglDdOXsgbwp65 rNpbTcPEdspBNOYMpP5rUwsXsWeT5LtYpwgCZhaWw9fuwPaxVN9128yhcFUGrjP41FOM Iw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3grj05syj4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 17 Jun 2022 06:39:56 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 17 Jun 2022 06:39:54 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Fri, 17 Jun 2022 06:39:54 -0700 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 66BFC3F7086; Fri, 17 Jun 2022 06:39:52 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , , , Ankur Dwivedi Subject: [PATCH v2 0/2] fix compilation with GCC 12 Date: Fri, 17 Jun 2022 19:09:28 +0530 Message-ID: <20220617133930.5063-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20220617061432.2685-1-adwivedi@marvell.com> References: <20220617061432.2685-1-adwivedi@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: 4FIw2cfnTaXonvz17YQO7kptnLpQltOk X-Proofpoint-ORIG-GUID: 4FIw2cfnTaXonvz17YQO7kptnLpQltOk 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_08,2022-06-17_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. --- v2: - Add Bugzilla ID in patch 1. - Remove empty line between Fixes: and Cc:. 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(-)