From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Added missing extern 'C' decls in rte_ip_frag.h Date: Tue, 27 Jan 2015 12:53:36 +0100 Message-ID: <4185261.ABHRoZgdUk@xps13> References: <1421859626-27723-1-git-send-email-marc.sune@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Marc Sune Return-path: In-Reply-To: <1421859626-27723-1-git-send-email-marc.sune-kpkqNMk1I7M@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > Signed-off-by: Marc Sune > --- 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 Applied It seems that the same kind of fix is needed for lib/librte_pmd_bond/rte_eth_bond_8023ad.h Thanks -- Thomas