From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] virtio: split virtio rx/tx queue Date: Wed, 25 May 2016 12:07:40 +0200 Message-ID: <2739848.pS4zcSa08G@xps13> References: <1462323027-91942-1-git-send-email-huawei.xie@intel.com> <1464097112-47411-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, yuanhan.liu@intel.com To: Huawei Xie Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 6B434558D for ; Wed, 25 May 2016 12:07:42 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id n129so173052554wmn.1 for ; Wed, 25 May 2016 03:07:42 -0700 (PDT) In-Reply-To: <1464097112-47411-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" 2016-05-24 21:38, Huawei Xie: > 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 Is it a v2? There is neither changelog nor v2 in the title.