From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 145CB5913 for ; Mon, 24 Feb 2014 19:12:31 +0100 (CET) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1OIDs6G027126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Feb 2014 13:13:55 -0500 Received: from x220.localdomain (ovpn-113-190.phx2.redhat.com [10.3.113.190]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id s1OIDq6x014311; Mon, 24 Feb 2014 13:13:53 -0500 Date: Mon, 24 Feb 2014 10:13:47 -0800 From: Chris Wright To: Thomas Monjalon Message-ID: <20140224181347.GA10251@x220.localdomain> References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> <1391529271-24606-6-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391529271-24606-6-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [vmxnet3-usermap PATCH 05/16] pmd: allow to build outside of the source directory 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, 24 Feb 2014 18:12:32 -0000 * Thomas Monjalon (thomas.monjalon@6wind.com) wrote: > S specify source directory (when not already in). > O specify output directory (when different of current one). Thanks for adding docs into help too. Looks good to me. Acked-by: Chris Wright