meta-dpdk/recipes-extended/dpdk
He Zhe be387ee9e5 dpdk: mk: disable warning for packed member pointer
Backport a patch from upstream to fix the following build failure.

x86_64-native-linuxapp-gcc/include/rte_ether.h:178:2: error:
converting a packed 'const struct ether_addr' pointer (alignment 1) to a 'unaligned_uint16_t' {aka 'const short
 unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Werror=address-of-packed-member]
|   178 |  const unaligned_uint16_t *ea_words = (const unaligned_uint16_t *)ea;
|       |  ^~~~~

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-06-11 14:03:38 +08:00
..
dpdk dpdk: mk: disable warning for packed member pointer 2019-06-11 14:03:38 +08:00
dpdk_17.11.3.bb dpdk: mk: disable warning for packed member pointer 2019-06-11 14:03:38 +08:00
dpdk_18.05.bb Move two patches to the version specific bb 2019-05-27 21:46:23 +08:00
dpdk_18.11.1.bb dpdk: mk: disable warning for packed member pointer 2019-06-11 14:03:38 +08:00
dpdk.inc Move two patches to the version specific bb 2019-05-27 21:46:23 +08:00