From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 11D488E58 for ; Thu, 24 Sep 2015 22:06:47 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so127806511wic.0 for ; Thu, 24 Sep 2015 13:06:46 -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=wxbCOYoRf3OurCMCVxOKa7Lryi/1fYMZ84V503Jmhks=; b=WiDMZrVIaBfXxKgFQEKklsguxMcXeIcJMRs7g95/zMJn9IurLee8EKzIr1wpzQe8qr IYw5Ob+xmuzmUYHHoSUJXxLFl5zAR1IGfCz/cn4Pi1XrZ5uOLLKOj7KKgKZXxwSYvnBU dQoc8UsZK3/3bNjcfp1f5Uz93SNiEeGnteNnuVHuAYx5yw1HSa6J/KOd45ztJDLYVeG5 hP+swDHLBGvat2wRPEk1ow9gkY4Gw4jTYcqdnF/PPn6iQvS809QEAfmoEgUx3p/znz2r LcOi0h28h///c1XLhBfrgdDi0C465pv2k/ndKyZSj33jw+dC0t/HkIbBJxau2OSXRR5o osMA== X-Gm-Message-State: ALoCoQmFOOuw6Xn6nsiDxIRmSW6S9ZBFjr54ldOMvhMYm1Y4hFagjEh4jF6m2ISrZGt9+ogGFRTe X-Received: by 10.194.92.166 with SMTP id cn6mr1704978wjb.6.1443125206835; Thu, 24 Sep 2015 13:06:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id kb9sm13793084wjb.49.2015.09.24.13.06.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Sep 2015 13:06:46 -0700 (PDT) From: Thomas Monjalon To: Aaron Conole Date: Thu, 24 Sep 2015 22:05:39 +0200 Message-ID: <2235295.7yS4tlyYer@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443038616-28141-1-git-send-email-aconole@redhat.com> References: <1443038616-28141-1-git-send-email-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_vhost: eventfd_link: Update the makefile to build against an arbitrary kernel 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: Thu, 24 Sep 2015 20:06:47 -0000 2015-09-23 16:03, Aaron Conole: > The vHost eventlink driver is a kernel module that requires a kernel > source/build directory to build the ko. Convert the fixed kernel build > directory specifier to one which may be user specified on the command-line. > > Signed-off-by: Aaron Conole Applied, thanks