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 75DCADE0 for ; Wed, 28 Mar 2018 00:15:56 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E0F9A21199; Tue, 27 Mar 2018 18:15:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 27 Mar 2018 18:15:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5rhQBEiS0ne/qu/r0iyGtUt9GD T2SlPnntjtl55dgRg=; b=Ai4VGEPRrvkYQQWMxSJsxCe/U7cGTE70mFwH3xRbzi JFVXdL6sCGqqJdKppbeTCD+DQVMpRmooutvQwyRFk8K5Il+k4R3KMmQ1G0CyFpbL RzmldfBtHtXfL2v6chzpSPcdJ0D/uqr+EuH7dhK7S57wbLM14nvrNHpyCKbCa8cq o= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=5rhQBE iS0ne/qu/r0iyGtUt9GDT2SlPnntjtl55dgRg=; b=cgxo2jpy0jfgNmcGWOHOO4 03NbCw2+eQhHsFJb4JZ+X8DLC62cw75CdiLI824Y2Apt1gm+GLPeobEfaydpIwTy OPGUisLx7VIJ8WJlerkPDV4GcaV1fFnCvwDMpmicTVDolAAMTB47vJUHuWQGFhYf MS80SOKhz+OXWkKFuFEWfRBugoOaLQnz4BPcubo0ap/2m/w2Agri/vpapBkNi4Mx zW1eSWNe97Jx7i0T4lE9GBzLnAZesnXm+t7zv+wKrXhQqhLTbZqliZ8lvyX9B9eD JL0k2Gnzax39jiKngXy4fRLwuUnNegRk2EttnAbsTwCWGCjC1JJf5D/J87VAdncQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5A19C10256; Tue, 27 Mar 2018 18:15:55 -0400 (EDT) From: Thomas Monjalon To: Lee Roberts Cc: dev@dpdk.org, Ferruh Yigit Date: Wed, 28 Mar 2018 00:15:40 +0200 Message-ID: <2273550.riP5pJAE9x@xps> In-Reply-To: <2876e802-e52a-241f-70ec-052eaf838c54@intel.com> References: <1519946435-3574-1-git-send-email-lee.roberts@hpe.com> <2876e802-e52a-241f-70ec-052eaf838c54@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] kni: fix compilation under RHEL 7.5 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: Tue, 27 Mar 2018 22:15:56 -0000 22/03/2018 19:07, Ferruh Yigit: > On 3/1/2018 11:20 PM, Lee Roberts wrote: > > Fix kni compilation under RHEL 7.5. > > > > Signed-off-by: Lee Roberts > > Acked-by: Ferruh Yigit > > > (Not tested on RHEL 7.5 but code looks good) > > Following patch title can be used for compatibility with old commits: > "kni: fix build on RHEL 7.5" Applied, thanks