From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 35BB43F9 for ; Wed, 26 Mar 2014 22:57:55 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id f8so2404643wiw.12 for ; Wed, 26 Mar 2014 14:59:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ineXszeRF504WxiECDnMwZi2+55YcFJLep6XJee4vbU=; b=gmYc3XyZpw2t4QfIRA0YCYCROsbu29KCsA8+lUxNKCjdBb5shg9clQ9XAa1IP3vCTL DZsz5kkHTfiulgnm6iddWHkmiQGxWHHOCGSOJRuW9ubY67la1xUkeWgF+zzr1KYvlf/F Fma227Vny8SGxd5UGKozSgfa2ddV+xzwh/G/uonyv6Xj/V6mj9SAyHaWrxbolOn/rA2H wd5seVZe577ZphJmqAGkjiA+QfYnpMuCWQl5M/sz3yl1W+H7872b8WkaZLTDC4w2128p kCEwtf59nyCfxZ804apFat8qWk/6qCAZmVWHvnuYCfkvbkxc3/NAzQ6COH6E2n0B5IA+ oZhQ== X-Gm-Message-State: ALoCoQkuq3ufTw0E/Yj3qruow/UAylkGFVkle0CSGIez8sIHjsDdVsE2Eb104FEyHKWr34xtYM+k X-Received: by 10.180.187.237 with SMTP id fv13mr221390wic.26.1395871168661; Wed, 26 Mar 2014 14:59:28 -0700 (PDT) Received: from xps13.localnet (abo-213-55-68.mts.modulonet.fr. [85.68.55.213]) by mx.google.com with ESMTPSA id mv1sm6029545wib.15.2014.03.26.14.59.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Mar 2014 14:59:27 -0700 (PDT) From: Thomas Monjalon To: Chris Wright Date: Wed, 26 Mar 2014 22:59:26 +0100 Message-ID: <1674939.lqWNrdR8SE@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <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> <20140224181347.GA10251@x220.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 26 Mar 2014 21:57:55 -0000 2014-02-24 10:13, Chris Wright: > * 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 Applied, thanks -- Thomas