From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AB6D93989 for ; Thu, 8 Sep 2016 03:29:50 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Sep 2016 18:29:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="1026618566" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by orsmga001.jf.intel.com with ESMTP; 07 Sep 2016 18:29:49 -0700 Received: from orsmsx115.amr.corp.intel.com (10.22.240.11) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 18:29:49 -0700 Received: from rrsmsp801.amr.corp.intel.com (10.9.230.203) by ORSMSX115.amr.corp.intel.com (10.22.240.11) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 18:29:48 -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:44 +0000 From: "Pierre Pfister (ppfister)" 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:29:51 -0000 Message-ID: <20160905064918.lxPaQC8vM_K4VQLZ1_BCwI6h4FuZ_ofOkfR1SuHoh_M@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