From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] mbuf: extend rte_mbuf_prefetch_part* to support more prefetching methods Date: Tue, 31 May 2016 13:00:32 -0700 Message-ID: <20160531130032.7973fc64@xeon-e3> References: <1464663966-8122-1-git-send-email-jianbo.liu@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com, dev@dpdk.org To: Jianbo Liu Return-path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id ADDF32C6E for ; Tue, 31 May 2016 22:00:18 +0200 (CEST) Received: by mail-pa0-f41.google.com with SMTP id bz2so44722682pad.1 for ; Tue, 31 May 2016 13:00:18 -0700 (PDT) In-Reply-To: <1464663966-8122-1-git-send-email-jianbo.liu@linaro.org> 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" On Tue, 31 May 2016 08:36:06 +0530 Jianbo Liu wrote: > Change the inline function to macro with parameters > > Signed-off-by: Jianbo Liu Going from typed (inline) to untyped (macro) is a step backwards in code safety.