From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 042BE1518 for ; Fri, 28 Nov 2014 16:24:03 +0100 (CET) Received: by mail-wi0-f175.google.com with SMTP id l15so18897179wiw.14 for ; Fri, 28 Nov 2014 07:24:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=h3dnaaAsLcom1Pf+dSgj13+3FxS5qpQnlLxwlDBbAFU=; b=PhqrCWoC+LoUFREaOqmzpl/jua/dUE+0xy5LVdnqZvvK9Lq1ER+EOt1ppRZ/JWFAaJ zXNaldFYQgdJBJ+/UmxlDbBxt0kx2/taE/Nr3Gk1VsguBbQSxbNz2oQO9TvDGZGcCaFQ 4KS+uf0v+fS8jodiDoRO05+cAejxw2q5BB9+q7Ox7kkRHyWudwCzZyh219g/CUbfv8h2 USh5QtOiNNeIpRm4fB7fIphE+u7zTF7fuAEjEXxOKvd17U/GPaIEJLUR11bgJwjnA4QR mAbUEGkPj3rOJFWOxDi/r4qKCGgpOQ3L8Cyf6jRjdaabrmuTHtk4GLXIPRzwQI7l56KB kV1w== X-Gm-Message-State: ALoCoQlEAHVylF3+trripj9aWgOIq5Cg2cH6/tVNrQCIPaM2vNk+KHaLM0DyvOfaIXbFtQR/Nk6r X-Received: by 10.194.110.161 with SMTP id ib1mr72335895wjb.78.1417188242848; Fri, 28 Nov 2014 07:24:02 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id td9sm16303001wic.15.2014.11.28.07.24.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 07:24:01 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara Date: Fri, 28 Nov 2014 16:23:39 +0100 Message-ID: <7539186.LcQtkSH2Kq@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1417187416-16630-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1417187416-16630-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] bond: Fixed compilation issue on gcc 4.3, due to uninitialized array X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2014 15:24:03 -0000 2014-11-28 15:10, Pablo de Lara: > gcc 4.3 complains that slow_pkts array in bond_ethdev_tx_burst_8023ad may be used uninitialized, so it has been initialized to NULL > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Applied Thanks -- Thomas