From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id DCF695F41
 for <dev@dpdk.org>; Tue, 27 Jan 2015 12:54:03 +0100 (CET)
Received: by mail-wg0-f51.google.com with SMTP id k14so14264559wgh.10
 for <dev@dpdk.org>; Tue, 27 Jan 2015 03:54:03 -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=YEOvjKU5Rme7KAdjYChxABfHaZpEQOryTBPfMAMsI/4=;
 b=E119FcXRAA061F7zhDszZts/ZT+LR++4CZGlPxUyMmc6BJPBCDtLwOFUyU7uRzPHAe
 Ua4Vn3iqCS2h0TJOSHyuQC4Vj/j+kjPYi8ZT45yBl7m4NPSCFMACXwqsDbucM/MqOc8Z
 iFPVZQMQnEfBTY2vUSinG6XXICzs2G95W8hdKnaNTDpDuia1DJ1vBB4/d41xCmPsPxgY
 pOMe9oAfSZIE4Xj+HA0GT/yva62lRlDLDw8o8h+7Li2m+UwWDcvDRW/1u/u7GjPXDlJa
 Nvl+fAQaqs4lIAGOMbZ4Sr6HP7PFwf+a2FZtAvBJdT1S56gYbEN1Ww+5jPjcXkAtutI/
 XCzA==
X-Gm-Message-State: ALoCoQmHb3szD1a49T1GohW95ujTN9P7oK6DlyO8rrhU3/ujLv8lEFYRZcE85ElULSF5QLdkVfEX
X-Received: by 10.180.207.66 with SMTP id lu2mr5194611wic.13.1422359643714;
 Tue, 27 Jan 2015 03:54:03 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id x10sm1863449wif.15.2015.01.27.03.54.02
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 27 Jan 2015 03:54:02 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Marc Sune <marc.sune@bisdn.de>
Date: Tue, 27 Jan 2015 12:53:36 +0100
Message-ID: <4185261.ABHRoZgdUk@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1421859626-27723-1-git-send-email-marc.sune@bisdn.de>
References: <1421859626-27723-1-git-send-email-marc.sune@bisdn.de>
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
	rte_ip_frag.h
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Jan 2015 11:54:04 -0000

> Signed-off-by: Marc Sune <marc.sune@bisdn.de>

> --- a/lib/librte_ip_frag/rte_ip_frag.h
> +++ b/lib/librte_ip_frag/rte_ip_frag.h
> +#ifdef __cplusplus
> +extern "C" {
> +#endif

Fixes: 601e279df074 ("move fragmentation/reassembly headers into a library")
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied

It seems that the same kind of fix is needed for
	lib/librte_pmd_bond/rte_eth_bond_8023ad.h

Thanks
-- 
Thomas