From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D90915939 for ; Thu, 19 Jun 2014 12:14:10 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 19 Jun 2014 03:14:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,506,1400050800"; d="scan'208";a="557883897" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 19 Jun 2014 03:14:25 -0700 Received: from irsmsx107.ger.corp.intel.com (163.33.3.99) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 19 Jun 2014 11:14:24 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.245]) by IRSMSX107.ger.corp.intel.com ([169.254.10.208]) with mapi id 14.03.0123.003; Thu, 19 Jun 2014 11:14:25 +0100 From: "Carew, Alan" To: Stephen Hemminger Thread-Topic: [dpdk-dev] [PATCH 0/8] virtio driver phase 2 Thread-Index: AQHPh203smoGGIGEzUSSuzi40EipApt16hWAgAJTh6A= Date: Thu, 19 Jun 2014 10:14:23 +0000 Message-ID: <0E29434AEE0C3A4180987AB476A6F630593A7D55@IRSMSX101.ger.corp.intel.com> References: <20140614010617.902738763@networkplumber.org> <20140617163541.1debf76e@nehalam.linuxnetplumber.net> In-Reply-To: <20140617163541.1debf76e@nehalam.linuxnetplumber.net> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/8] virtio driver phase 2 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, 19 Jun 2014 10:14:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Wednesday, June 18, 2014 12:36 AM > To: Stephen Hemminger > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/8] virtio driver phase 2 >=20 > On Fri, 13 Jun 2014 18:06:17 -0700 > Stephen Hemminger wrote: >=20 > > This is second group of patches for cleaning up virtio driver > > prior to the functionality changes in next phase. > > > > >=20 > Ping.. no comments >=20 > I have a lot of patches stacked and ready or in testing. > And am trying to pace them out a rate that review is actually possible. Hi Stephen, I am currently looking at this patch set, we seem to be missing 7/8? I am getting an error on 8/8: error: patch failed: lib/librte_pmd_virtio/virtio_pci.h:162 error: lib/librte_pmd_virtio/virtio_pci.h: patch does not apply Patch failed at 0007 virtio: simplify the hardware structure Thanks, Alan.