From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82]) by dpdk.org (Postfix) with ESMTP id A51CC1C088 for ; Fri, 11 May 2018 03:51:16 +0200 (CEST) From: Andy Green To: dev@dpdk.org Date: Fri, 11 May 2018 09:51:12 +0800 Message-ID: <152600339444.53624.14086407337377549776.stgit@localhost.localdomain> User-Agent: StGit/unknown-version Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] [PATCH 0/4] GCC8 fixes for MLX4/5/BNX2X PMD 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: Fri, 11 May 2018 01:51:16 -0000 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 drivers/net/bnx2x/bnx2x.c | 4 - drivers/net/bnx2x/elink.c | 298 +++++++++++++++++++++++---------------------- drivers/net/mlx5/mlx5.c | 2 3 files changed, 152 insertions(+), 152 deletions(-) -- Signature