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 1952A374F for ; Thu, 22 Sep 2016 04:28:28 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 21 Sep 2016 19:28:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,376,1470726000"; d="scan'208";a="1054626811" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 21 Sep 2016 19:28:26 -0700 Date: Thu, 22 Sep 2016 10:29:03 +0800 From: Yuanhan Liu To: Jianbo Liu Cc: "Wang, Zhihong" , Maxime Coquelin , "dev@dpdk.org" Message-ID: <20160922022903.GJ23158@yliu-dev.sh.intel.com> References: <1471319402-112998-1-git-send-email-zhihong.wang@intel.com> <1471585430-125925-1-git-send-email-zhihong.wang@intel.com> <8F6C2BD409508844A0EFC19955BE09414E7B5581@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 0/5] vhost: optimize enqueue 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: Thu, 22 Sep 2016 02:28:29 -0000 On Wed, Sep 21, 2016 at 08:54:11PM +0800, Jianbo Liu wrote: > >> > My setup consists of one host running a guest. > >> > The guest generates as much 64bytes packets as possible using > >> > >> Have you tested with other different packet size? > >> My testing shows that performance is dropping when packet size is more > >> than 256. > > > > > > Hi Jianbo, > > > > Thanks for reporting this. > > > > 1. Are you running the vector frontend with mrg_rxbuf=off? > > > > 2. Could you please specify what CPU you're running? Is it Haswell > > or Ivy Bridge? > > > > 3. How many percentage of drop are you seeing? > > > > This is expected by me because I've already found the root cause and > > the way to optimize it, but since it missed the v0 deadline and > > requires changes in eal/memcpy, I postpone it to the next release. > > > > After the upcoming optimization the performance for packets larger > > than 256 will be improved, and the new code will be much faster than > > the current code. > > > > Sorry, I tested on an ARM server, but I wonder if there is the same > issue for x86 platform. Would you please provide more details? Say, answer the two left questions from Zhihong? Thanks. --yliu