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

2015-06-22 Thread Thomas Monjalon
2015-06-22 13:23, Cyril Chemparathy: > On Mon, 22 Jun 2015 22:16:59 +0200 > Thomas Monjalon wrote: > > Cyril, feel free to fix it if it breaks with Tile arch. > > Why define these locally within rte_port.h? Shouldn't these macros > really be in rte_mbuf.h? No, an application is free to put its

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

2015-06-22 Thread Thomas Monjalon
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

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

2015-06-22 Thread Cyril Chemparathy
On Mon, 22 Jun 2015 22:16:59 +0200 Thomas Monjalon wrote: > 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

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

2015-06-22 Thread Cyril Chemparathy
On Mon, 22 Jun 2015 22:16:59 +0200 Thomas Monjalon wrote: > 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

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

2015-06-05 Thread Daniel Mrzyglod
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

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

2015-06-05 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Friday, June 5, 2015 3:55 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros > > Fix RTE_MBUF_METADATA macros to allow f