[dpdk-dev] [PATCH] mbuf: extend rte_mbuf_prefetch_part* to support more prefetching methods

Stephen Hemminger stephen at networkplumber.org
Tue May 31 22:00:32 CEST 2016


On Tue, 31 May 2016 08:36:06 +0530
Jianbo Liu <jianbo.liu at linaro.org> wrote:

> Change the inline function to macro with parameters
> 
> Signed-off-by: Jianbo Liu <jianbo.liu at linaro.org>

Going from typed (inline) to untyped (macro) is a step backwards
in code safety.


More information about the dev mailing list