From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id ABA5A9197 for ; Thu, 8 Sep 2016 03:46:31 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 07 Sep 2016 18:46:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="165643142" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by fmsmga004.fm.intel.com with ESMTP; 07 Sep 2016 18:46:31 -0700 Received: from orsmsx154.amr.corp.intel.com (10.22.226.12) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 18:46:29 -0700 Received: from rrsmsp801.amr.corp.intel.com (10.9.230.203) by ORSMSX154.amr.corp.intel.com (10.22.226.12) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 18:46:29 -0700 Received: from Pickup by RRSMSP801.amr.corp.intel.com with Microsoft SMTP Server id 14.3.301.0; Wed, 7 Sep 2016 20:51:55 +0000 From: "Pierre Pfister (ppfister)" Sender: dev To: Yuanhan Liu CC: References: <516F65D3-4706-4CC5-916B-6ECD29CBE177@cisco.com> <20160905022028.GF30752@yliu-dev.sh.intel.com> In-Reply-To: <20160905022028.GF30752@yliu-dev.sh.intel.com> Date: Mon, 5 Sep 2016 00:49:18 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJn1Su5JOxYlpKK+ApHgjaPUr6nuwKIr5huAjpfnW0= Content-Language: en-us acceptlanguage: en-US Subject: Re: [dpdk-dev] [PATCH] virtio: enable indirect descriptors feature 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, 08 Sep 2016 01:46:32 -0000 Message-ID: <20160905064918.xGGsqN8eQzBmoRCfMhw5HHPTIJ15BrX2HrC0mWdEZG4@z> > Le 5 sept. 2016 =C3=A0 04:20, Yuanhan Liu a= =C3=A9crit : >=20 > On Fri, Sep 02, 2016 at 03:55:24PM +0000, Pierre Pfister (ppfister) wrote= : >> Indirect descriptors support was disabled by commit 59d593f472a7, >=20 > Hi, >=20 > I failed to find this commit: >=20 > $ git show 59d593f472a7 > fatal: ambiguous argument '59d593f472a7': unknown revision or path not= in the working tree. > Use '--' to separate paths from revisions, like this: > 'git [...] -- [...]' Oops ! I don't know where this one comes from. I will fix this and push a v2. Cheers, - Pierre >=20 > --yliu