From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 5FCB02E89 for ; Mon, 10 Nov 2014 10:36:52 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id r20so9798920wiv.4 for ; Mon, 10 Nov 2014 01:46:37 -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=nLwZhyPsOigNCMhtF8aNlBC8f/RoOTEKo6OwV9QfXac=; b=fu3G7n7oVPEDIFDOHNCLpqdq+dz5++7e6SXyoKULUacZFdu97Ye6rwDqnsks1S1Ys6 1KZ+csvkUzmm2lJPzBj4qCPP8FP68qZMb01MmBg4K11+6aQK4QONFdwpbyXLCnDNmYX/ PTMvW9U9bR9iBCwvL4KZkwYyOIfh9zN9gajGXVAJA6xqvfT0lZUSG5YrPYvEfLw/2m5k aeieTYDzUvZZ0pYQKk3PlVwylc55X5puMuwV0AKjiqQCm72PViHw4l+6vpL3csMWZGZr w99qbib2n+Gq3CP3aVx4n1ozt858fwubrzl9zmkalbiXwFTsNkxAQjiWJFKKTLJy3/hV VZ+Q== X-Gm-Message-State: ALoCoQln6ZCmvFv+ThAIqoPWM7M0KaJKfLmNkWl1xFkgVpZiOpZPA5nXyDndwaW0CkVE9M2SoChx X-Received: by 10.180.10.105 with SMTP id h9mr14713075wib.36.1415612797025; Mon, 10 Nov 2014 01:46:37 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bl9sm12688226wib.24.2014.11.10.01.46.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Nov 2014 01:46:36 -0800 (PST) From: Thomas Monjalon To: Jia Yu Date: Mon, 10 Nov 2014 10:46:18 +0100 Message-ID: <2488601.0HJ4lVigCM@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415381289-43291-1-git-send-email-jyu@vmware.com> References: <1415381289-43291-1-git-send-email-jyu@vmware.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] lib: include rte_memory.h for __rte_cache_aligned 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, 10 Nov 2014 09:36:52 -0000 2014-11-07 09:28, Jia Yu: > Include rte_memory.h for lib files that use __rte_cache_aligned > attribute. Please could you explain what was the error? As I suspect it's a fix, it would be clearer to start your title with "fix". Thanks -- Thomas