From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix compilation under RHEL 7.4. Date: Mon, 05 Jun 2017 15:46:48 +0200 Message-ID: <1520135.VAqfqidlFp@xps> References: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> <8e035ab5-0435-3346-b572-c618df12571f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Lee Roberts 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) In-Reply-To: <8e035ab5-0435-3346-b572-c618df12571f@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" 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