From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Boldin Subject: Re: [PATCH] librte_vhost: eventfd_link: Update the makefile to build against an arbitrary kernel Date: Fri, 25 Sep 2015 01:05:24 +0300 Message-ID: References: <1443038616-28141-1-git-send-email-aconole@redhat.com> <2235295.7yS4tlyYer@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" To: Thomas Monjalon Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id A8C418E72 for ; Fri, 25 Sep 2015 00:05:24 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so47077324wic.1 for ; Thu, 24 Sep 2015 15:05:24 -0700 (PDT) In-Reply-To: <2235295.7yS4tlyYer@xps13> 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" Thomas, Can I please have your attention there as well: http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=194 Pavel On Thu, Sep 24, 2015 at 11:05 PM, Thomas Monjalon wrote: > 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 >