diff options
author | tarakreddy-xlnx <tarak.reddy@amd.com> | 2023-09-04 17:35:09 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-27 08:35:34 -0500 |
commit | 841b59328850f0bf880e2145c6593ec4c8dd598b (patch) | |
tree | 3fab89e3517032f81f5fc884e1bb303b51b92cc4 | |
parent | d8c5ef9af8cdb50a37f394abd331e64794570ab5 (diff) | |
download | meta-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.bb | 2 |
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 | |||
3 | SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" | 3 | SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" |
4 | 4 | ||
5 | BRANCH = "cdx_22.11" | 5 | BRANCH = "cdx_22.11" |
6 | SRCREV = "92339d519b50996915e7dbb5b8246b34febcba93" | 6 | SRCREV = "59161e5e88faf7475a8db180efe6d6f5113631b4" |
7 | S = "${WORKDIR}/git" | 7 | S = "${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 |