From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] virtio: enable indirect descriptors feature Date: Mon, 5 Sep 2016 10:20:28 +0800 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 Cc: "dev@dpdk.org" To: "Pierre Pfister (ppfister)" 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) Content-Disposition: inline In-Reply-To: <516F65D3-4706-4CC5-916B-6ECD29CBE177@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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