From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 19A6722098; Wed, 23 Jan 2019 16:39:35 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Jan 2019 16:39:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=H1EmRSKccW2oKnXhnTP4w04wRo+RvzqZO0y7FMUC1SU=; b=nNZscdeI4dXk x1j+Dz39tWXMfoZSfB21nkPfEcSry7AJ6xrwmryJV76ubXC3ZfNzoWU/ZPQRR9pv 294uUp5/p7KUQ/qyoyKaZLmtG2xMnxHM7KG5lAkTYaEKsRkdYUG1vFQXP273MmiT d061heufMHOMKElpAQMka3e+pQ2x+I0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=H1EmRSKccW2oKnXhnTP4w04wRo+RvzqZO0y7FMUC1 SU=; b=yUOEAatOjnZah9MJpcB8a6zdU2gkWHff6GlZ1uR6qclpojoolrpKq6r5V Quy20xdEFxenLjQm/IwgMhq1QqFFG3AZkjLe3b0kxk3UnDQv83otGhRSiMhaAfJU /TObO0vR3WtB5rgwZfRfYYw9mqlEVe7a6bOx5s0PI0lh5SC18bg8CcQVhG06MXGV gT7vEYfW+WU+L7ML/c8qJY4B4GisotmnpyQAie4F0kF0159pNMLeTcoOp7lk92x9 q11H88+Jy8T3ZcU2zarKWQOKHfMpoFqGPmHXeoYdI9m3LaRxhWhLbiEvOGTlusxL y9DkWIyCOiEwQJ6FxdqWRuMZGr87g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledriedtgdduheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6C644100E4; Wed, 23 Jan 2019 16:39:33 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Wed, 23 Jan 2019 22:39:32 +0100 Message-ID: <3434046.97OKgLjnyi@xps> In-Reply-To: <20190122154429.41882-1-ferruh.yigit@intel.com> References: <20190122154429.41882-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] kni: fix build for 5.0 for dev_open() 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: Wed, 23 Jan 2019 21:39:36 -0000 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 :)