From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_ethdev.h: fix make sure that all functions has C linkage type. Date: Fri, 24 Jul 2015 18:28:59 +0200 Message-ID: <2150067.2OvNh8B8je@xps13> References: <1437751105-32067-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id CB7F9C452 for ; Fri, 24 Jul 2015 18:30:15 +0200 (CEST) Received: by wibud3 with SMTP id ud3so35002304wib.0 for ; Fri, 24 Jul 2015 09:30:14 -0700 (PDT) In-Reply-To: <1437751105-32067-1-git-send-email-konstantin.ananyev@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Move #ifdef __cplusplus to the end of the file. > > Signed-off-by: Konstantin Ananyev Fixes: 64b7acd861b1 ("ethdev: add multicast address filtering") Applied, thanks