From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] kni: fix use of undefined comma variable in makefile Date: Tue, 31 May 2016 21:12:43 +0200 Message-ID: <574DE22B.1010209@6wind.com> References: <1464609406-23152-1-git-send-email-olivier.matz@6wind.com> <574C6123.5090005@intel.com> <574C68A1.2090408@6wind.com> <574C6E71.3090601@intel.com> <574D933C.2080507@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, helin.zhang@intel.com To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id DBEA8379B for ; Tue, 31 May 2016 21:12:45 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id s131so24155206wme.0 for ; Tue, 31 May 2016 12:12:45 -0700 (PDT) In-Reply-To: <574D933C.2080507@intel.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" Hi Ferruh, On 05/31/2016 03:35 PM, Ferruh Yigit wrote: > Error is related to the kernel version, in second call "comma" > definition comes from kernel makefiles. > > Following commit causes comma to be defined: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=371fdc77af44f4cb32475fd499e1d912ccc30890 > > So this is valid issue for old kernels, and using "," directly looks OK. > >> Signed-off-by: Olivier Matz > Acked-by Ferruh Yigit Thanks for investigating the issue! Olivier