numam-dpdk/lib/librte_ip_frag
Piotr Azarewicz 4f8e575f89 ip_frag: fix bit-fields in ipv6 fragment extension
Previous implementation won't work on every environment. The order of
allocation of bit-fields within a unit (high-order to low-order or
low-order to high-order) is implementation-defined.
Solution: used bytes instead of bit fields.

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-10-08 13:15:17 +02:00
..
ip_frag_common.h ip_frag: fix build with gcc 5.1 2015-06-02 18:24:28 +02:00
ip_frag_internal.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
Makefile mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
rte_ip_frag_common.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_ip_frag.h ip_frag: fix bit-fields in ipv6 fragment extension 2015-10-08 13:15:17 +02:00
rte_ipfrag_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_ipv4_fragmentation.c mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00
rte_ipv4_reassembly.c mbuf: use offset macro 2015-06-24 12:01:14 +02:00
rte_ipv6_fragmentation.c ip_frag: fix bit-fields in ipv6 fragment extension 2015-10-08 13:15:17 +02:00
rte_ipv6_reassembly.c ip_frag: fix bit-fields in ipv6 fragment extension 2015-10-08 13:15:17 +02:00