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 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) 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=r2N/HDopofl9Wznfid3NliIlqoSTNtoX8iTVZgPK/so=; b=cA1bz24L9pSwnv+Pz/u3I1qbWd1z9FYTf71eL8jhwJ4sULGiGZ+CPvHh1APQ0nuDvp 3OWUAFlojjnKCm6X3/JWkcD8x0qCee3Z/vzfmwDgDL5HS+vu25WjO04kLjgbRQzRjgbO PxWuIibGOrQhxggbxA9WsPF32UA0F0jrdiuaEUWArpvyrJciT6P9XlZ5sxqrr2QqcHpG Zy1zao1PKC22OO8CyHPH/MkN+DMQgxyAqhhFA2mcYTHaH8CtjjjIPq4TrnxhQsxGz7UM UUYaZ1zr1kvbffHINi3mlvn077rlk6ANjP01waTTaciJ4qb99TpVecWbROEF69ERhe/L YkKQ== X-Gm-Message-State: ALoCoQmraYPdXWbxIw7H6DQx8KZ+ZJuBZW0V58oBhsYnDXAHPX6+FjYjKYHi+arX5Dj2CGuvWMdR X-Received: by 10.194.92.236 with SMTP id cp12mr3603002wjb.139.1439825053420; Mon, 17 Aug 2015 08:24:13 -0700 (PDT) Received: from xps13.localnet (183.16.90.92.rev.sfr.net. [92.90.16.183]) by smtp.gmail.com with ESMTPSA id r19sm17199833wib.7.2015.08.17.08.24.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 08:24:12 -0700 (PDT) From: Thomas Monjalon To: Joongi Kim Date: Mon, 17 Aug 2015 17:22:59 +0200 Message-ID: <3861012.2dEnNHaPcX@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435927863-3398-1-git-send-email-joongi@an.kaist.ac.kr> References: <1435927863-3398-1-git-send-email-joongi@an.kaist.ac.kr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] lib: Fix pointer arithmetic for C++ 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: Mon, 17 Aug 2015 15:24:13 -0000 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++.