From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] net/mlx4: fix missing initializers for old GCC Date: Tue, 24 Oct 2017 11:27:19 -0700 Message-ID: <7d73c184-d26c-62f6-32e4-c1abb886d478@intel.com> References: <1508848533-180885-1-git-send-email-motih@mellanox.com> <20171024140315.hoyzl5pu625lfcgg@laranjeiro-vm> <20171024143505.GB26782@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Moti Haimovsky , dev@dpdk.org To: Adrien Mazarguil , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 132B9223 for ; Tue, 24 Oct 2017 20:27:20 +0200 (CEST) In-Reply-To: <20171024143505.GB26782@6wind.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 10/24/2017 7:35 AM, Adrien Mazarguil wrote: > Hi Nelio, > > On Tue, Oct 24, 2017 at 04:03:15PM +0200, Nélio Laranjeiro wrote: >> Hi Moti, >> >> On Tue, Oct 24, 2017 at 03:35:33PM +0300, Moti Haimovsky wrote: >>> This patch works around compilation issues seen on RHEL 7.2 >>> using GCC 4.8.5: >>> >>> [...] In function 'mlx4_rss_init': >>> [...]/mlx4_rxq.c:433:19: error: 'wq_num' may be used uninitialized >>> in this function [-Werror=maybe-uninitialized] >>> >>> Fixes: ff3397e90080 ("net/mlx4: relax Rx queue configuration order") >>> >>> Signed-off-by: Moti Haimovsky > Acked-by: Adrien Mazarguil Squashed into relevant commit in next-net, thanks. (whitespace issue fixed while applying)