From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix extended statistics counters identification Date: Mon, 6 Mar 2017 09:50:47 +0000 Message-ID: <4d44eccf-6c25-8619-9667-3d174a2ddaad@intel.com> References: <1488715368-60884-1-git-send-email-shahafs@mellanox.com> <20170306084322.GC3790@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: nelio.laranjeiro@6wind.com, dev@dpdk.org, stable@dpdk.org To: Adrien Mazarguil , Shahaf Shuler Return-path: In-Reply-To: <20170306084322.GC3790@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.