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 5E9A2374D for ; Wed, 25 May 2016 17:03:03 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 25 May 2016 08:02:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,364,1459839600"; d="scan'208";a="962143341" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 25 May 2016 08:01:23 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 25 May 2016 08:01:23 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 25 May 2016 08:01:23 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.148]) by SHSMSX152.ccr.corp.intel.com ([10.239.6.52]) with mapi id 14.03.0248.002; Wed, 25 May 2016 23:01:21 +0800 From: "Xie, Huawei" To: Thomas Monjalon CC: "dev@dpdk.org" , "Liu, Yuanhan" Thread-Topic: [dpdk-dev] [PATCH] virtio: split virtio rx/tx queue Thread-Index: AdG2lkxFqJMUbSA1TQGfw4C+Jfu4ew== Date: Wed, 25 May 2016 15:01:21 +0000 Message-ID: References: <1462323027-91942-1-git-send-email-huawei.xie@intel.com> <1464097112-47411-1-git-send-email-huawei.xie@intel.com> <2739848.pS4zcSa08G@xps13> 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] 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: Wed, 25 May 2016 15:03:03 -0000 On 5/25/2016 6:08 PM, Thomas Monjalon wrote:=0A= > Is it a v2? There is neither changelog nor v2 in the title.=0A= =0A= Yes, forget to add v2. Mainly rebase against Yuanhan's tree. Besides, to=0A= make the patch simple and focused, use the old queue setup.=0A=