numam-dpdk/lib/librte_port
Daniel Mrzyglod 1129992baa port: fix unaligned access to metadata
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@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-06-22 22:10:46 +02:00
..
Makefile mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
rte_port_ethdev.c port: add ethdev writer nodrop 2015-06-18 16:37:57 +02:00
rte_port_ethdev.h port: add ethdev writer nodrop 2015-06-18 16:37:57 +02:00
rte_port_frag.c port: add IPv6 fragmentation port 2015-05-18 12:26:33 +02:00
rte_port_frag.h port: add IPv6 fragmentation port 2015-05-18 12:26:33 +02:00
rte_port_ras.c port: add IPv6 reassembly port 2015-05-18 12:28:52 +02:00
rte_port_ras.h port: add IPv6 reassembly port 2015-05-18 12:28:52 +02:00
rte_port_ring.c port: add ring writer nodrop 2015-06-18 16:41:13 +02:00
rte_port_ring.h port: add ring writer nodrop 2015-06-18 16:41:13 +02:00
rte_port_sched.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_sched.h port: hierarchical scheduler 2014-06-17 03:34:10 +02:00
rte_port_source_sink.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_source_sink.h port: source and sink 2014-06-17 03:34:10 +02:00
rte_port_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_port.h port: fix unaligned access to metadata 2015-06-22 22:10:46 +02:00