summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk-module_20.11.1.bb
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2021-12-07 10:44:29 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-12-08 08:58:13 +0800
commit2fa997c389ec980de7f86b81eca28158ca6e27cd (patch)
treef0cdb6c04b39209d2652a11017019e39b7ba03d0 /recipes-extended/dpdk/dpdk-module_20.11.1.bb
parent6c1b9b6cfe495ed5e62e1d2b8f75f24a790ee696 (diff)
downloadmeta-dpdk-2fa997c389ec980de7f86b81eca28158ca6e27cd.tar.gz
dpdk-module: replace random_ether_addr() with eth_random_addr()
random_ether_addr() is finally removed in kernel commit ba530fea8ca1 ("ethernet: remove random_ether_addr()"). Backport commit e6cbfd9bf30b ("kni: update kernel API to set random MAC address") from dpdk repo to use eth_random_addr() instead. 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-module_20.11.1.bb')
-rw-r--r--recipes-extended/dpdk/dpdk-module_20.11.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_20.11.1.bb b/recipes-extended/dpdk/dpdk-module_20.11.1.bb
index 1860087..85d708c 100644
--- a/recipes-extended/dpdk/dpdk-module_20.11.1.bb
+++ b/recipes-extended/dpdk/dpdk-module_20.11.1.bb
@@ -4,6 +4,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
4 4
5SRC_URI += " \ 5SRC_URI += " \
6 file://0001-Makefile-add-makefile.patch \ 6 file://0001-Makefile-add-makefile.patch \
7 file://0002-kni-update-kernel-API-to-set-random-MAC-address.patch \
7" 8"
8STABLE = "-stable" 9STABLE = "-stable"
9BRANCH = "20.11" 10BRANCH = "20.11"