From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 635E41B77B for ; Sat, 14 Oct 2017 00:47:54 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2017 15:47:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,373,1503385200"; d="scan'208";a="323079093" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.248]) ([10.241.224.248]) by fmsmga004.fm.intel.com with ESMTP; 13 Oct 2017 15:47:52 -0700 Cc: dev@dpdk.org, Nirmoy Das References: <20170829150613.10597-1-ndas@suse.de> <20171009220409.73902-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: <78e626be-cee7-eb4e-f426-3d65646a1eda@intel.com> Date: Fri, 13 Oct 2017 23:47:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171009220409.73902-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] kni: fix build on SLE12 SP3 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: Fri, 13 Oct 2017 22:47:54 -0000 On 10/9/2017 11:04 PM, Ferruh Yigit wrote: > From: Nirmoy Das > > compilation error: > build/lib/librte_eal/linuxapp/kni/kni_net.c:215:5: error: > ‘struct net_device’ has no member named ‘trans_start’ > dev->trans_start = jiffies; > > Signed-off-by: Nirmoy Das > Signed-off-by: Ferruh Yigit Applied to dpdk/master, thanks.