summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarakreddy-xlnx <tarak.reddy@amd.com>2023-09-04 17:35:09 +0530
committerMark Hatle <mark.hatle@amd.com>2023-10-27 08:35:34 -0500
commit841b59328850f0bf880e2145c6593ec4c8dd598b (patch)
tree3fab89e3517032f81f5fc884e1bb303b51b92cc4
parentd8c5ef9af8cdb50a37f394abd331e64794570ab5 (diff)
downloadmeta-xilinx-841b59328850f0bf880e2145c6593ec4c8dd598b.tar.gz
dpdk: Update SRCREV to latest
Update CSI initializer script to version 3.1.1. Add support for bus master enable in DPDK bus driver and CDX exerciser PMD. Signed-off-by: tarakreddy-xlnx <tarak.reddy@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb b/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
index abce8d16..2545d383 100644
--- a/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
+++ b/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
@@ -3,7 +3,7 @@ include dpdk.inc
3SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" 3SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https"
4 4
5BRANCH = "cdx_22.11" 5BRANCH = "cdx_22.11"
6SRCREV = "92339d519b50996915e7dbb5b8246b34febcba93" 6SRCREV = "59161e5e88faf7475a8db180efe6d6f5113631b4"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9# kernel module is provide by dpdk-module recipe, so disable here 9# kernel module is provide by dpdk-module recipe, so disable here