From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7F3D13238 for ; Thu, 13 Oct 2016 07:35:03 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 12 Oct 2016 22:35:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,338,1473145200"; d="scan'208";a="179331677" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga004.fm.intel.com with ESMTP; 12 Oct 2016 22:35:01 -0700 Date: Thu, 13 Oct 2016 13:35:54 +0800 From: Yuanhan Liu To: "Wang, Zhihong" Cc: Jianbo Liu , Thomas Monjalon , Maxime Coquelin , "dev@dpdk.org" Message-ID: <20161013053554.GQ16751@yliu-dev.sh.intel.com> References: <1471585430-125925-1-git-send-email-zhihong.wang@intel.com> <8F6C2BD409508844A0EFC19955BE09414E7B5581@SHSMSX103.ccr.corp.intel.com> <20160922022903.GJ23158@yliu-dev.sh.intel.com> <20161012025307.GG16751@yliu-dev.sh.intel.com> <8F6C2BD409508844A0EFC19955BE09414E7CD78E@SHSMSX103.ccr.corp.intel.com> <20161013053324.GP16751@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161013053324.GP16751@yliu-dev.sh.intel.com> 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, 13 Oct 2016 05:35:03 -0000 On Thu, Oct 13, 2016 at 01:33:24PM +0800, Yuanhan Liu wrote: > That would be a clean way to optimize vhost mergeable Rx path: > > - you don't touch non-mrg Rx path (well, you may could apply the > shadow_used_ring trick to it as wel) I meant "to non-mrg Rx as well". --yliu