From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6ACDD9FE; Thu, 14 Dec 2017 18:41:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2017 09:41:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,400,1508828400"; d="scan'208";a="11857975" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.17]) ([10.241.225.17]) by FMSMGA003.fm.intel.com with ESMTP; 14 Dec 2017 09:41:34 -0800 To: Olivier Matz , dev@dpdk.org, Thomas Monjalon Cc: stable@dpdk.org, Thibaut Collet References: <20171214142300.25205-1-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: <9dca7e20-6d69-e8ea-630b-7e9ea58124ef@intel.com> Date: Thu, 14 Dec 2017 09:41:34 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171214142300.25205-1-olivier.matz@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] ethdev: fix missing imissed counter in xstats X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 17:41:42 -0000 On 12/14/2017 6:23 AM, Olivier Matz wrote: > imissed counter has been set as deprecated in commit 49f386542af4 > ("ethdev: remove driver specific stats") and removed from the > rte_eth_xstats_name_off structure. > > The imissed counter has been restored few commits later but has not been > restored in the rte_eth_stats structure. Add it back. > > Fixes: 4eadb8ba11b7 ("ethdev: do not deprecate imissed counter") > Cc: stable@dpdk.org > > Signed-off-by: Thibaut Collet > Signed-off-by: Olivier Matz Reviewed-by: Ferruh Yigit