From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] lib: Fix pointer arithmetic for C++ Date: Mon, 17 Aug 2015 17:22:59 +0200 Message-ID: <3861012.2dEnNHaPcX@xps13> References: <1435927863-3398-1-git-send-email-joongi@an.kaist.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Joongi Kim 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 8F8CC8D4D for ; Mon, 17 Aug 2015 17:24:13 +0200 (CEST) Received: by wibhh20 with SMTP id hh20so84278867wib.0 for ; Mon, 17 Aug 2015 08:24:13 -0700 (PDT) In-Reply-To: <1435927863-3398-1-git-send-email-joongi@an.kaist.ac.kr> 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" 2015-07-03 21:51, Joongi Kim: > lib/librte_malloc/malloc_elem.h | 4 ++-- > lib/librte_mempool/rte_mempool.c | 2 +- These files are not part of the API and should not be included. No need to fix them for C++.