summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_21.11.1.bb
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2022-07-11 14:46:00 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-07-13 17:11:28 +0800
commitb06ab02b695041011a6bb9ed02f7a50e1e8c064d (patch)
treeb717747c4ee7105890c22b3ba904a459daa66280 /recipes-extended/dpdk/dpdk_21.11.1.bb
parent09098721b1c78ee812ee287f6b366a47f4b5be87 (diff)
downloadmeta-dpdk-b06ab02b695041011a6bb9ed02f7a50e1e8c064d.tar.gz
dpdk/21.11: fix illegal instruction on non-AVX CPU
Backport a patch from main branch to fix illegal instruction issue on CPU which has no AVX instructions. Reference: https://bugs.dpdk.org/show_bug.cgi?id=1038 Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_21.11.1.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_21.11.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_21.11.1.bb b/recipes-extended/dpdk/dpdk_21.11.1.bb
index f0d7f74..a54fc85 100644
--- a/recipes-extended/dpdk/dpdk_21.11.1.bb
+++ b/recipes-extended/dpdk/dpdk_21.11.1.bb
@@ -2,6 +2,7 @@ include dpdk.inc
2 2
3SRC_URI += " \ 3SRC_URI += " \
4 file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \ 4 file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \
5 file://0002-dma-idxd-fix-AVX2-in-non-datapath-functions.patch \
5" 6"
6 7
7STABLE = "-stable" 8STABLE = "-stable"