From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] kni: fix build for 5.0 for dev_open() Date: Thu, 24 Jan 2019 08:35:05 +0000 Message-ID: <49cdd188-cca5-e3e9-5e9c-b6327620b995@intel.com> References: <20190122154429.41882-1-ferruh.yigit@intel.com> <3434046.97OKgLjnyi@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 906FB1150 for ; Thu, 24 Jan 2019 09:35:07 +0100 (CET) In-Reply-To: <3434046.97OKgLjnyi@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/23/2019 9:39 PM, Thomas Monjalon wrote: > 22/01/2019 16:44, Ferruh Yigit: >> dev_open() is changed in Linux kernel version 5.0 and now requires >> a new parameter, 'struct netlink_ext_ack *extack'. >> Fixed by defining dev_open as macro when kernel version >= 5.0 >> >> Signed-off-by: Ferruh Yigit > > Series applied, thanks > and congratulations for the patch 50000. > I suspect you were waiting for posting it at the right time :) just coincidence ;)