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 B59CBA0C4B for ; Thu, 11 Nov 2021 14:12:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A56104114D; Thu, 11 Nov 2021 14:12:22 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id EC01340E03; Thu, 11 Nov 2021 14:12:19 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10164"; a="232849950" X-IronPort-AV: E=Sophos;i="5.87,226,1631602800"; d="scan'208";a="232849950" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2021 05:12:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,226,1631602800"; d="scan'208";a="452713626" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 11 Nov 2021 05:12:18 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 11 Nov 2021 05:12:17 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 11 Nov 2021 21:12:15 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Thu, 11 Nov 2021 21:12:14 +0800 From: "Zhang, Qi Z" To: "Zhang, AlvinX" CC: "dev@dpdk.org" , "stable@dpdk.org" Subject: RE: [PATCH v2] net/iavf: fix pointer of meter data Thread-Topic: [PATCH v2] net/iavf: fix pointer of meter data Thread-Index: AQHX1sXT0OND+Ml2L0a/sSSWdLY3dKv+TbVQ Date: Thu, 11 Nov 2021 13:12:14 +0000 Message-ID: <77c48da0f9114fd99934c8398b8619a0@intel.com> References: <20211111024943.7612-1-alvinx.zhang@intel.com> <20211111063147.1596-1-alvinx.zhang@intel.com> In-Reply-To: <20211111063147.1596-1-alvinx.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org > -----Original Message----- > From: Zhang, AlvinX > Sent: Thursday, November 11, 2021 2:32 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX ; stable@dpdk.org > Subject: [PATCH v2] net/iavf: fix pointer of meter data s/meter/meta >=20 > This patch fixes coverity issue by directly passing the address of the me= ter data > to lower function. >=20 > Coverity issue: 373867 >=20 > Fixes: 91f27b2e39ab ("net/iavf: refactor RSS") > Cc: stable@dpdk.org >=20 > Signed-off-by: Alvin Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi