From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 072F21B675 for ; Tue, 15 May 2018 22:30:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9DE4122676; Tue, 15 May 2018 16:30:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 15 May 2018 16:30:52 -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; s=mesmtp; bh=o7Q+iww3Zxh0ofhfNfQ4UG8hBq jhXRyeNp836ZD7qFo=; b=NdxeKaA4cvmnE/Ottf4cO/fHJXsLszGJVc7N2xxZ+s BdoVEhfyHEGi2T5M5mF4RpJIxmvi5VRvU8cePwOdpZ6K2xWMuSBxXtPlVzLMFzXH bESrKfLJmDYjSQPO0fX29DwuCx9wSao8tRNW6//bZNl+UotVJ8yI1bySbOHDjPJh Q= 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; s=fm2; bh=o7Q+iw w3Zxh0ofhfNfQ4UG8hBqjhXRyeNp836ZD7qFo=; b=nUlbApBGwRU2Il2XDmjU46 mBrNL5aPD7Qm/yOCGsydCQ8cubtuYuvggpvLtg8cZe8rHfOAb1gnQGegrxDEsFDJ MPXOdyleoX3e9M50Vt92fRMYtwODkikoolSgRXbH7s8pxheu6ewy5vl45Pb+PJ/8 I1lT8xX2POMEhSW6nOMBGnSRaVgfEtznvpOl9v+Ob0bExiQ8E+PlqpMUELCslcFf woxcazNkilHcKTE+49CAvkLGmPgnrJ0BUfGYyp5BmNBIDx0qBpCJ5jxW/cJbJaZ7 yU2roDuGHNnIrk9lvKj5xomKxF/BNRYoO9k2OCVR817f5MATYid/if1+3sQ9Y+Dg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0B26FE4FD2; Tue, 15 May 2018 16:30:51 -0400 (EDT) From: Thomas Monjalon To: Andy Green Cc: dev@dpdk.org Date: Tue, 15 May 2018 22:30:50 +0200 Message-ID: <2054231.zYh5meLfVJ@xps> In-Reply-To: <152627420173.53058.13179290989817984940.stgit@localhost.localdomain> References: <152608979178.121480.7311972440076541560.stgit@localhost.localdomain> <152627420173.53058.13179290989817984940.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 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: Tue, 15 May 2018 20:30:53 -0000 > Andy Green (4): > net/bnx2x: do not cast function pointers as a policy > net/bnx2x: correct unmeetable comparison > net/mlx5: solve var may be used uninitialized > net/bnx2x: solve overruns Series applied, thanks