From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] kni: fix build for 5.0 for dev_open() Date: Wed, 23 Jan 2019 22:39:32 +0100 Message-ID: <3434046.97OKgLjnyi@xps> References: <20190122154429.41882-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 27BF81150 for ; Wed, 23 Jan 2019 22:39:36 +0100 (CET) In-Reply-To: <20190122154429.41882-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 :)