summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_18.11.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* dpdk: mk: disable warning for packed member pointerHe Zhe2019-06-111-0/+4
| | | | | | | | | | | | | 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>
* Introduce the v18.11.1 bbwarriorKevin Hao2019-05-271-0/+15
This is the latest LTS version. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>