From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 0B84F5A8F for ; Fri, 30 Jan 2015 11:21:26 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id h11so1735026wiw.1 for ; Fri, 30 Jan 2015 02:21:25 -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=VYS6T54cbK7QFpderhjaeLuWVbZql3Zti2oTTk2W8l8=; b=hDH1xeemwabUdo3KeeQi9Mm4+oZm8J9ByUmjHKF14YYhsNQxxjkb/wGWBgel0aGl9/ OE6S+THcNjiM9Y245bmcdCVyb9W9WNNmUSBhqm0s6EcKjcvaklv+o9z+KPdUKN0bcpf4 HFO5bmIKf2GGNlqKevw9aqbooHT43M4mmI7ve/KLoYiIGZpNb9pJCOVcoYtANTxAEbpW tv03Bv8dz4T9xiI0o9xw3jqsD78n54To6MnBE6k4VwhDwmHWwbHpRrLNpeIukFbdc8SF 9pDrXd4WJciPhQBuYIFnb5PXmEGediidyHaB6wT0PMmBc5kCQLnQPA7HXvq5fYKkdgtT +ltg== X-Gm-Message-State: ALoCoQmhPfs6dMVPdvNpDSCBNfZp43XDK6SXaIg6sjaBoWKsglFKWKXWr5vKLllGvC+LIGAV1/4T X-Received: by 10.180.88.193 with SMTP id bi1mr2665983wib.70.1422613285902; Fri, 30 Jan 2015 02:21:25 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e18sm14248299wjz.27.2015.01.30.02.21.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 02:21:24 -0800 (PST) From: Thomas Monjalon To: Pawel Wodkowski Date: Fri, 30 Jan 2015 11:20:58 +0100 Message-ID: <3047657.sxLCa6eQXg@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1422362703-18868-1-git-send-email-pawelx.wodkowski@intel.com> References: <1422362703-18868-1-git-send-email-pawelx.wodkowski@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] Added missing extern 'C' decls in mode4 header files 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, 30 Jan 2015 10:21:26 -0000 Hi Pawel, > Signed-off-by: Pawel Wodkowski > --- > lib/librte_pmd_bond/rte_eth_bond_8023ad.h | 8 ++++++++ > lib/librte_pmd_bond/rte_eth_bond_8023ad_private.h | 8 ++++++++ Why adding extern C in a private header file? -- Thomas