From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 288527CBD for ; Mon, 5 Jun 2017 15:46:50 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C3C2A20AA4; Mon, 5 Jun 2017 09:46:49 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 05 Jun 2017 09:46:49 -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:x-sasl-enc; s=mesmtp; bh=fOFUxucM3hH2QdC BgfI8EodMfzyAnAwqpbmuYr/Bm4k=; b=huwk+XY2t9Rd8i4Kk7G1p6NHYn0E8hd 2wQj/NJZvSb+ARfAJWcfrzYSxhZ1BMqYs7osl9GBUU0WFgsmo6rW3cyvohID3RSl 8/9/69vnzzFMJDc6+ArJEJztPHo621E4TnMIBoK/oyjiIFoN8JGWR0+stFZ4YtrV 0MLb0HPaJ8UQ= 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:x-sasl-enc; s= fm1; bh=fOFUxucM3hH2QdCBgfI8EodMfzyAnAwqpbmuYr/Bm4k=; b=aFsi+1sa VPzlObQg24PTYYpbWNJaiR6v6QcjhFt2nAsEq0kusfz/aeyRYHF/X4XJgPZUyVRH BLFJYiqZZ3ksaRd0uNl93SAkcpyci6Es9/P/eHhe/IhvKKrbF6g2M/tqxHuYgXFT m1dNNkIvn2doca2FewdBadrsOrOh7hB2YaZuUjdEJ7J/IAsAIG0vhEvRljXcPXHo 9ZcYF9kas2UACaj17in+fFiJYUSiVc5+ssMl8aIWAGFQUVxiweUwMn6jJtQx/Yuo tLO1C0YN8YCWMqWuq7HWywx5Udgd4LoWF9we/hP38PQKQJAw6fUpfjCgDHPpmBlJ HobURlZottt0VQ== X-ME-Sender: X-Sasl-enc: 4hktkeJ7XqpT0PVBU/MUWhtjPKMYXua5d2RSFSLiU1VX 1496670409 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6C50424772; Mon, 5 Jun 2017 09:46:49 -0400 (EDT) From: Thomas Monjalon To: Lee Roberts Cc: dev@dpdk.org, Ferruh Yigit Date: Mon, 05 Jun 2017 15:46:48 +0200 Message-ID: <1520135.VAqfqidlFp@xps> In-Reply-To: <8e035ab5-0435-3346-b572-c618df12571f@intel.com> References: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> <8e035ab5-0435-3346-b572-c618df12571f@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.4. 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: Mon, 05 Jun 2017 13:46:50 -0000 31/05/2017 18:43, Ferruh Yigit: > On 5/31/2017 4:40 PM, Lee Roberts wrote: > > Fix kni compilation under RHEL 7.4. > > > > Signed-off-by: Lee Roberts > > Not tested on RHEL 7.4, but patch looks good to me except following > nit-picking: > - There should not be "." at the end of the patch title > - It can be good to add Linux commit that is the reason of the change to > the commit log: > Linux: 9b36627acecd ("net: remove dev->trans_start") > > Acked-by: Ferruh Yigit Applied, thanks