From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3 0/5] vhost: optimize enqueue Date: Thu, 13 Oct 2016 13:35:54 +0800 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 Cc: Jianbo Liu , Thomas Monjalon , Maxime Coquelin , "dev@dpdk.org" To: "Wang, Zhihong" 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) Content-Disposition: inline In-Reply-To: <20161013053324.GP16751@yliu-dev.sh.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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