summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk
Commit message (Collapse)AuthorAgeFilesLines
* dpdk/19.11: upgrade 19.11.0 -> 19.11.1Anuj Mittal2020-04-201-57/+0
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: Backport to fix build failure for kernel v5.6He Zhe2020-03-251-0/+57
| | | | | | | | | | | kernel/linux/kni/kni_net.c:786:20: error: initialization of 'void (*)(struct net_device *, unsigned int)' from incompatible pointer type 'void (*)(struct net_device *)' [-Werror=incompatible-pointer-types] 786 | .ndo_tx_timeout = kni_net_tx_timeout, | ^~~~~~~~~~~~~~~~~~ Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk/17.11: removeAnuj Mittal2020-01-302-88/+0
| | | | | | | | 17.11 LTS will be end of life in Jan 2020. https://core.dpdk.org/roadmap/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: Remove 18.05He Zhe2019-07-053-152/+0
| | | | | | | | We have already had 18.11 and 18.05 is not a stable version. This patch also removes the patches no longer needed. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: upgrade 17.11.3 -> 17.11.6Anuj Mittal2019-06-121-82/+0
| | | | | | | Also remove upstreamed patches and prevent the host app from getting installed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: mk: disable warning for packed member pointerHe Zhe2019-06-111-0/+48
| | | | | | | | | | | | | 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>
* dpdk: Upgrade to 17.11.3He Zhe2018-08-171-0/+82
| | | | | | | And add strncpy warning/error fixes for GCC8 Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: remove dpdk-16.04-Fix-for-misleading-indentation-error.patchCalifornia Sullivan2018-04-091-54/+0
| | | | | | | Upstream fixed the misleading indentation so this patch is no longer necessary. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Refresh the patches for the context changesKevin Hao2018-04-097-61/+47
| | | | | | | | | | | | Using the following commands to refresh the patches in order to suppress the fuzz warnings. devtool modify dpdk devtool finish --force-patch-refresh dpdk meta-dpdk-dir No code change. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: upgrade to 18.02Awais Belal2018-03-301-30/+0
| | | | | | | | | This upgrades the dpdk package to 18.02 which is the latest release and drops a patch that has already been merged upstream in this package. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Removal of meta-intel content to make meta-dpdk standaloneSaul Wold2017-09-268-0/+370
Signed-off-by: Saul Wold <sgw@linux.intel.com>