numam-dpdk/lib/librte_net
Bruce Richardson da5350ef29 net: remove ethernet packing and set two-byte alignment
The ether header does not need to be packed since that makes no sense for
structures with only bytes in them, but it should be aligned to a two-byte
boundary to simplify access to it from code. Other packed structures that
use this also need to be updated to take account of the change, either by
removing packing - where it is clearly unneeded - or by explicitly giving
those structures 2-byte alignment also.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-10-27 18:13:44 +01:00
..
Makefile net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00
meson.build net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00
net_crc_neon.h
net_crc_sse.h
rte_arp.c
rte_arp.h net: remove ethernet packing and set two-byte alignment 2019-10-27 18:13:44 +01:00
rte_esp.h
rte_ether.c
rte_ether.h net: remove ethernet packing and set two-byte alignment 2019-10-27 18:13:44 +01:00
rte_gre.h
rte_gtp.h app/testpmd: add GTP parsing and Tx checksum offload 2019-10-25 19:00:22 +02:00
rte_higig.h ethdev: add HIGIG2 key field to flow API 2019-10-23 16:43:10 +02:00
rte_icmp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_ip.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_mpls.h net: add rte prefix to MPLS structure 2019-10-25 19:00:22 +02:00
rte_net_crc.c net: hide internal CRC defines 2019-10-25 19:00:22 +02:00
rte_net_crc.h net: hide internal CRC defines 2019-10-25 19:00:22 +02:00
rte_net_version.map
rte_net.c net: add rte prefix to MPLS structure 2019-10-25 19:00:22 +02:00
rte_net.h
rte_sctp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_tcp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_udp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_vxlan.h net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00