From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id F0DA91075 for ; Mon, 20 Mar 2017 11:37:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490006272; x=1521542272; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=e8d2jN/mxcjpGx/Hq3JcQVnUT0BFZ3bZpx5AmX1MXPU=; b=lI0iwRtEm71fO4mel6SFhr3xAPxRUKFNE3ehBuH3GT81ySa41i3sp4c2 69lhD0yy4d50kGRYznuZBSN+qSvj9A==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 03:37:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,193,1486454400"; d="scan'208";a="1124811567" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 20 Mar 2017 03:37:49 -0700 To: Jerin Jacob , dev@dpdk.org References: <20170320102544.2rhin63fotpjazsp@localhost.localdomain> From: Ferruh Yigit Message-ID: Date: Mon, 20 Mar 2017 10:37:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170320102544.2rhin63fotpjazsp@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] KNI broken again X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 10:37:52 -0000 On 3/20/2017 10:25 AM, Jerin Jacob wrote: > Found KNI broken in v4.11-rc3 Thanks for reporting, I confirm it, and will take care of it. Thanks, ferruh > > log: > > CC [M] /home/jerin/dpdk-next-net/build/build/lib/librte_eal/linuxapp/kni/kni_misc.o > CC [M] /home/jerin/dpdk-next-net/build/build/lib/librte_eal/linuxapp/kni/kni_net.o > /home/jerin/dpdk-next-net/build/build/lib/librte_eal/linuxapp/kni/kni_net.c: > In function ‘kni_net_process_request’: > /home/jerin/dpdk-next-net/build/build/lib/librte_eal/linuxapp/kni/kni_net.c:124:6: > error: implicit declaration of function ‘signal_pending’ > [-Werror=implicit-function-declaration] > if (signal_pending(current) || ret_val <= 0) { > ^ > cc1: all warnings being treated as errors > /home/jerin/linux/scripts/Makefile.build:294: recipe for target > '/home/jerin/dpdk-next-net/build/build/lib/librte_eal/linuxapp/kni/kni_net.o' failed > > ➜ [dpdk-next-net] $ uname -a > Linux localhost.localdomain 4.11.0-rc3 #8 SMP Mon Mar 20 09:52:49 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux >