From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] kni: fix compilation under RHEL 7.4. Date: Wed, 31 May 2017 17:43:00 +0100 Message-ID: <8e035ab5-0435-3346-b572-c618df12571f@intel.com> References: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Lee Roberts Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1BB905A6A for ; Wed, 31 May 2017 18:43:03 +0200 (CEST) In-Reply-To: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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