[dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 22 22:16:59 CEST 2015


2015-06-05 15:31, Dumitrescu, Cristian:
> > Fix RTE_MBUF_METADATA macros to allow for unaligned accesses to
> > meta-data fields.
> > Forcing aligned accesses is not really required, so this is removing an
> > unneeded constraint.
> > This issue was met during testing of the new version of the ip_pipeline
> > application. There is no performance impact.
> > This change has no ABI impact, as the previous code that uses aligned
> > accesses continues to run without any issues.
> > 
> > Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> 
> Ack-ed by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks

Cyril, feel free to fix it if it breaks with Tile arch.


More information about the dev mailing list