From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 0AEBF592C for ; Fri, 26 Jul 2013 15:20:13 +0200 (CEST) Received: by mail-we0-f178.google.com with SMTP id u57so1888009wes.9 for ; Fri, 26 Jul 2013 06:20:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=E50jnBnyBG6Vy5kuHWRG81dxlGqZ6lHL+9CGSeQZYvA=; b=bxacQTbqHKFVme26F8H9I2uD2PkQKal7+KvXgcJOHsk6k+EM5JvLNpBbKG7hJ1WSdY 0k7CcXz33dhH3ZW/S7lMT709sKJ1UxI8Ipsa1nKdAzqUvJulrM77NESupOlyOmiOATPM jp1BB8Q02qs6iOALteHLVy9z1SYw4MQVXrfABNuscirWvgFoE+rP7C46MiQ94ZnIQSTB LhKqcH+QnxDiXm7dLgdm3WKrJ+gG0lC8fVSnSUyJQ4/l+QAOSP0pcFHjQz8StOrFWcrC 8o5s3qSaVA2nTwmfwKraXh/UdLhH1cGt3WlIQeJbFRVkSXq0PI6q+xRLF5wR3RoZtr6C V+1A== X-Received: by 10.194.3.78 with SMTP id a14mr933561wja.77.1374844836734; Fri, 26 Jul 2013 06:20:36 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id d8sm4806346wiz.0.2013.07.26.06.20.34 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 06:20:35 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Adrien Mazarguil Date: Fri, 26 Jul 2013 15:20:33 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1374832275-25727-1-git-send-email-thomas.monjalon@6wind.com> <20130726121207.GJ7849@6wind.com> In-Reply-To: <20130726121207.GJ7849@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307261520.33897.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQmyJoej5Nr/E6a+R/ZuM7YWYz/3Ce6ue+P2Yd6IZfiXuw80gqwf71qGbI/cROb3352j2toS Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] kni: fix build with 802.1p kernel support 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, 26 Jul 2013 13:20:14 -0000 26/07/2013 14:12, Adrien Mazarguil : > On Fri, Jul 26, 2013 at 11:51:15AM +0200, Thomas Monjalon wrote: > > C90 compilers forbid mixed declaration and code. > > > > Signed-off-by: Thomas Monjalon > > --- > > > > lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_main.c | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > Acked-by: Adrien Mazarguil pushed -- Thomas