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 56C21A0C53; Wed, 1 Sep 2021 08:18:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BE174013F; Wed, 1 Sep 2021 08:18:07 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 3B0F840041; Wed, 1 Sep 2021 08:18:04 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="218695375" X-IronPort-AV: E=Sophos;i="5.84,368,1620716400"; d="scan'208";a="218695375" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 23:18:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,368,1620716400"; d="scan'208";a="541403613" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga002.fm.intel.com with ESMTP; 31 Aug 2021 23:17:52 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 31 Aug 2021 23:17:52 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Wed, 1 Sep 2021 14:17:44 +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.010; Wed, 1 Sep 2021 14:17:44 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , Qiming Chen , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix rx multicst count isn't clear Thread-Index: AQHXnVgXxLoWrrKGlkqQQQyKUb/iFauOt2bg Date: Wed, 1 Sep 2021 06:17:44 +0000 Message-ID: References: <20210830033157.4981-1-chenqiming_huawei@163.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 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 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear 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" > -----Original Message----- > From: dev On Behalf Of Wang, Haiyue > Sent: Monday, August 30, 2021 12:32 PM > To: Qiming Chen ; dev@dpdk.org > Cc: stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't cl= ear >=20 > > -----Original Message----- > > From: Qiming Chen > > Sent: Monday, August 30, 2021 11:32 > > To: dev@dpdk.org > > Cc: Wang, Haiyue ; Qiming Chen > > ; stable@dpdk.org > > Subject: [PATCH] net/ixgbe: fix rx multicst count isn't clear > > > > In the implementation of the vf driver ixgbevf_update_stats to obtain > > statistics, the multicast count hw_stats->vfmprc has been obtained, > > but it is not cleared in the corresponding ixgbevf_dev_stats_reset > > interface. > > > > Fixes: abf7275bbaa2 ("ixgbe: move to drivers/net/") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qiming Chen > > --- > > drivers/net/ixgbe/ixgbe_ethdev.c | 1 + > > 1 file changed, 1 insertion(+) > > >=20 > Thanks! >=20 > Acked-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi >=20 > > -- > > 2.30.1.windows.1