From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6AFC22C10 for ; Thu, 2 Jun 2016 10:09:10 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 02 Jun 2016 01:09:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,405,1459839600"; d="scan'208";a="989465149" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 02 Jun 2016 01:09:09 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 2 Jun 2016 01:09:08 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 2 Jun 2016 01:09:08 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.150]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Thu, 2 Jun 2016 16:09:06 +0800 From: "Xie, Huawei" To: "dev@dpdk.org" CC: "Liu, Yuanhan" Thread-Topic: [PATCH v3] virtio: split virtio rx/tx queue Thread-Index: AdG8pgfUdhFTwRqRQAq5YCuEZl2TCQ== Date: Thu, 2 Jun 2016 08:09:05 +0000 Message-ID: References: <1464599180-76004-1-git-send-email-huawei.xie@intel.com> <1464797533-127157-1-git-send-email-huawei.xie@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] virtio: split virtio rx/tx queue 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, 02 Jun 2016 08:09:10 -0000 On 6/2/2016 4:07 PM, Xie, Huawei wrote:=0A= > We keep a common vq structure, containing only vq related fields,=0A= > and then split others into RX, TX and control queue respectively.=0A= >=0A= > Signed-off-by: Huawei Xie =0A= sorry, this is v4.=0A=