From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_vhost: eventfd_link: Update the makefile to build against an arbitrary kernel Date: Thu, 24 Sep 2015 22:05:39 +0200 Message-ID: <2235295.7yS4tlyYer@xps13> References: <1443038616-28141-1-git-send-email-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Aaron Conole 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) In-Reply-To: <1443038616-28141-1-git-send-email-aconole@redhat.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" 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