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 C06E12A62 for ; Mon, 5 Sep 2016 04:08:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 04 Sep 2016 19:08:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,284,1470726000"; d="scan'208";a="757161290" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by FMSMGA003.fm.intel.com with ESMTP; 04 Sep 2016 19:08:33 -0700 Date: Mon, 5 Sep 2016 10:20:28 +0800 From: Yuanhan Liu To: "Pierre Pfister (ppfister)" Cc: "dev@dpdk.org" Message-ID: <20160905022028.GF30752@yliu-dev.sh.intel.com> References: <516F65D3-4706-4CC5-916B-6ECD29CBE177@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <516F65D3-4706-4CC5-916B-6ECD29CBE177@cisco.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Mon, 05 Sep 2016 02:08:51 -0000 On Fri, Sep 02, 2016 at 03:55:24PM +0000, Pierre Pfister (ppfister) wrote: > Indirect descriptors support was disabled by commit 59d593f472a7, Hi, I failed to find this commit: $ 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 [...] -- [...]' --yliu