From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9E4F4C47E for ; Mon, 29 Jun 2015 11:18:36 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 29 Jun 2015 02:18:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,698,1427785200"; d="scan'208";a="719469573" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.162]) by orsmga001.jf.intel.com with SMTP; 29 Jun 2015 02:18:34 -0700 Received: by (sSMTP sendmail emulation); Mon, 29 Jun 2015 10:18:33 +0025 Date: Mon, 29 Jun 2015 10:18:32 +0100 From: Bruce Richardson To: "Assaad, Sami (Sami)" Message-ID: <20150629091832.GA10380@bricha3-MOBL3> References: <9478F0FB69DAA249AF0A9BDA1E6ED95218841F3C@US70TWXCHMBA07.zam.alcatel-lucent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9478F0FB69DAA249AF0A9BDA1E6ED95218841F3C@US70TWXCHMBA07.zam.alcatel-lucent.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] 10G Interface used as PCI Pass-Through reports 64bytes / packet X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 09:18:37 -0000 On Fri, Jun 26, 2015 at 04:56:18PM +0000, Assaad, Sami (Sami) wrote: > Hello, > > Is it normal that a 10G NIC interface, supporting the 82599 Ethernet Controller, configured as PCI Pass-through for a virtual machine using DPDK, reports 64 bytes per packet; no matter what the packet size? > That would not be expected behaviour, no. AFAIK, the 82599 NIC counters should behave in the same way whether or not it is passed through to a VM or used on a host. > If so; I'm assuming this is to improve the performance of passing the network traffic to the VM. Is there a way to configure the NIC to properly present the proper byte count/packet? > I'm not sure what you mean here. I can't see how the reporting of byte-counts would affect performance. Can you clarify what exactly you are seeing, and why you think there is a performance benefit because of it? /Bruce > Thanks in advance. > > Best Regards, > Sami.