From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 18711156 for ; Fri, 22 Nov 2013 14:04:39 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VjqQf-0006nR-SP; Fri, 22 Nov 2013 14:05:52 +0100 Message-ID: <528F56F7.7070701@6wind.com> Date: Fri, 22 Nov 2013 14:07:03 +0100 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: Thomas Monjalon , dev@dpdk.org References: <1385124784-29220-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1385124784-29220-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: add RTE_KERNELDIR to help 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: Fri, 22 Nov 2013 13:04:39 -0000 Hello Thomas, On 11/22/2013 01:53 PM, Thomas Monjalon wrote: > The default value is /lib/modules/$(uname -r)/build > > Signed-off-by: Thomas Monjalon > --- > doc/build-sdk-quick.txt | 1 + > 1 file changed, 1 insertion(+) acked! PS: Does it pass all the non-regression tests? ;)