From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8D1E23B5 for ; Fri, 17 Feb 2017 17:52:12 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2017 08:51:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,172,1484035200"; d="scan'208";a="226620289" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga004.fm.intel.com with ESMTP; 17 Feb 2017 08:51:45 -0800 To: Shahaf Shuler , nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com References: <1487082666-9905-1-git-send-email-shahafs@mellanox.com> Cc: vincent.jardin@6wind.com, olgas@mellanox.com, dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 17 Feb 2017 16:51:44 +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: <1487082666-9905-1-git-send-email-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: add out of buffer counter to extended statistic 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: Fri, 17 Feb 2017 16:52:13 -0000 On 2/14/2017 2:31 PM, Shahaf Shuler wrote: > This commit adds RX out of buffer counter to xstats report. > The counter counts the number of dropped occurred due to lack of buffers > on device RX queues. > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.