From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 63D1768C2 for ; Thu, 18 Sep 2014 13:03:42 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id e4so2861916wiv.17 for ; Thu, 18 Sep 2014 04:09:27 -0700 (PDT) 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=Z9g5NAqWLKF+GHA+wRvVTLBhOCpS+WONElDHkErHjyc=; b=cTWUHs939Q+QjG4XNnmF1k3L8e1iEFZjg1DGH0x7e3ggjqAUF8/aB0DHiskm5EuQRM 4rWHPJktzrhmmJmUOrjqPO7iHW3AeQ90ANUY5T0BNW8yl43h2/f8+npT98PgwVN8hVxt Y80GqfO3p7/PEG2IXQu2kqw3EGbmZCY4lVSdplo2Lo56C00EjxJeDipgobnK91C79KAX EAWyl59GAqUuDGtdIttgkVoiMxmf+QyQ6MtGAV2698GYCPahZ4TgDTP3d2neQsMJCbFf yh+0iHGNwTYrRzkkoHSpsa2xBdtXVyg7WB2+Va2wbWqdb3skN6DYczdITh+0/PmvHjFJ XqCA== X-Gm-Message-State: ALoCoQkG+pk70STnwxlPxzuhicGsdKQWSyuh9OrQeP5yWBzE8WAwLM9xTKfFB1139gYtFy4hj3mW X-Received: by 10.194.3.106 with SMTP id b10mr4007692wjb.3.1411038567607; Thu, 18 Sep 2014 04:09:27 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ba3sm2567931wib.10.2014.09.18.04.09.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Sep 2014 04:09:26 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 18 Sep 2014 13:09:16 +0200 Message-ID: <5076244.KSjCyF24zI@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1411037752-8000-1-git-send-email-bruce.richardson@intel.com> References: <1411037752-8000-1-git-send-email-bruce.richardson@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] ixgbe: fix compile error with gcc4.4 (used RHEL 6) 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: Thu, 18 Sep 2014 11:03:42 -0000 > The refcnt field is contained within an anonymous union within the mbuf > data structure, and gcc 4.4 gives an error about an unknown field unless > the initialiser for the field is contained within extra braces. > > Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon Thanks Bruce, it is now applied. -- Thomas