numam-dpdk/drivers/net/bonding
Cyril Chemparathy 7621d6a8d0 eal: add and use unaligned integer types
On machines that are strict on pointer alignment, current code breaks
on GCC's -Wcast-align checks on casts from narrower to wider types.
This patch introduces new unaligned_uint(16|32|64)_t types, which
correctly retain alignment in such cases.  Strict alignment
architectures will need to define CONFIG_RTE_ARCH_STRICT_ALIGN in
order to effect these new types.

Signed-off-by: Cyril Chemparathy <cchemparathy@ezchip.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2015-06-24 12:00:41 +02:00
..
Makefile bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad_private.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_alb.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_alb.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_api.c bonding: remove useless memset 2015-06-04 10:46:45 +02:00
rte_eth_bond_args.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_pmd.c eal: add and use unaligned integer types 2015-06-24 12:00:41 +02:00
rte_eth_bond_private.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_version.map bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00