From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/4] GCC8 fixes for MLX4/5/BNX2X PMD Date: Fri, 11 May 2018 17:04:36 +0100 Message-ID: References: <152600339444.53624.14086407337377549776.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andy Green , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C64061C7C0 for ; Fri, 11 May 2018 18:04:38 +0200 (CEST) In-Reply-To: <152600339444.53624.14086407337377549776.stgit@localhost.localdomain> 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/11/2018 2:51 AM, Andy Green wrote: > The following series fixes build breakage if you > additionally enable > > CONFIG_RTE_LIBRTE_MLX4_PMD > CONFIG_RTE_LIBRTE_MLX5_PMD > CONFIG_RTE_LIBRTE_BNX2X_PMD > > --- > > Andy Green (4): > net/bnx2x: do not cast function pointers as a policy > net/bnx2x: remove unmeetable comparison > net/mlx5: solve var may be used uninitialized > net/bnx2x: solve overruns Hi Andy, Thanks for fixes. Patches are missing your sign-off, can you please send a new version adding it?