From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F2C63108A; Mon, 6 Mar 2017 10:50:51 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 06 Mar 2017 01:50:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,253,1484035200"; d="scan'208";a="232734973" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.191.192]) ([10.254.191.192]) by fmsmga004.fm.intel.com with ESMTP; 06 Mar 2017 01:50:48 -0800 To: Adrien Mazarguil , Shahaf Shuler References: <1488715368-60884-1-git-send-email-shahafs@mellanox.com> <20170306084322.GC3790@6wind.com> Cc: nelio.laranjeiro@6wind.com, dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <4d44eccf-6c25-8619-9667-3d174a2ddaad@intel.com> Date: Mon, 6 Mar 2017 09:50:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170306084322.GC3790@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix extended statistics counters identification X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 09:50:52 -0000 On 3/6/2017 8:43 AM, Adrien Mazarguil wrote: > On Sun, Mar 05, 2017 at 02:02:48PM +0200, Shahaf Shuler wrote: >> Checking whether the counter is IB counter was performed with the >> wrong index. >> >> Fixes: a4e3056b7018 ("net/mlx5: add out of buffer counter to extended statistic") >> Cc: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.