From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] vmxnet3: fill in imissed stat with pktsRxOutOfBuf Date: Sat, 14 Apr 2018 00:19:39 +0100 Message-ID: References: <20180407172952.6164-1-nuxi@vault24.org> <44CC93ED-1286-4AC5-8C6D-8C6AFBD38A51@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Yong Wang , Jon DeVree , "dev@dpdk.org" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EA9601C68B for ; Sat, 14 Apr 2018 01:19:42 +0200 (CEST) In-Reply-To: <44CC93ED-1286-4AC5-8C6D-8C6AFBD38A51@vmware.com> Content-Language: en-US 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 4/11/2018 6:02 AM, Yong Wang wrote: > On 4/7/18, 10:30 AM, "Jon DeVree" wrote: > > This counter comes from a "hardware" register of the vmxnet3 device and > seems to behave like the MPC (Missed Packet Count) register of the Intel > NICs. So I think this data belongs in the imissed field rather than the > rx_nombuf field. > > Signed-off-by: Jon DeVree > --- > Acked-by: Yong Wang Applied to dpdk-next-net/master, thanks.