From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/8] Various fixes to compile with gcc6 Date: Thu, 17 Mar 2016 16:45:01 +0100 Message-ID: <1828035.3xDuDfQHdG@xps13> References: <1456426121-21423-1-git-send-email-aconole@redhat.com> <1507115.QFCEge5gnZ@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Aaron Conole To: helin.zhang@intel.com, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, bruce.richardson@intel.com Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 3AC3F58D6 for ; Thu, 17 Mar 2016 16:46:31 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id p65so123356611wmp.0 for ; Thu, 17 Mar 2016 08:46:31 -0700 (PDT) In-Reply-To: <1507115.QFCEge5gnZ@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" RE fixing email addresses... 2016-03-17 16:39, Thomas Monjalon: > 2016-02-25 13:48, Aaron Conole: > > This series brings a number of code cleanups to allow building using gcc6, > > with various legitimate warnings being fixed. > > > > In particular, patch 3 ("drivers/net/e1000: Fix missing brackets") should be > > checked for correctness (it does not alter any behavior from a functional > > standpoint, but it may be required to do so for a correct fix). > > Wenzhuo, Helin, Konstantin, Bruce, we need your opinion for some > of these patches. > Thanks