From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] virtio: split virtio rx/tx queue Date: Fri, 3 Jun 2016 10:53:47 +0800 Message-ID: <20160603025347.GV10038@yliu-dev.sh.intel.com> References: <1464599180-76004-1-git-send-email-huawei.xie@intel.com> <1464797533-127157-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Huawei Xie Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2C1095AA7 for ; Fri, 3 Jun 2016 04:53:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1464797533-127157-1-git-send-email-huawei.xie@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, Jun 02, 2016 at 12:12:13AM +0800, Huawei Xie wrote: > We keep a common vq structure, containing only vq related fields, > and then split others into RX, TX and control queue respectively. > > Signed-off-by: Huawei Xie Acked-by: Yuanhan Liu And applied to dpdk-next-virtio. Thanks. --yliu