diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-08-07 11:01:50 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-08 11:22:17 -0500 |
commit | 74f18537e4247e3fbcd21214c425610411cc8299 (patch) | |
tree | 8c6c616d47375c0ae0fc7ed23b736295427506a8 | |
parent | 115b169151dbe40381a2f115e6065b074322c277 (diff) | |
download | meta-xilinx-74f18537e4247e3fbcd21214c425610411cc8299.tar.gz |
dpdk: Update to the latest SRCREV
Changelog:
Remove MCDI test app from README_CDX.md file
CDXBUS-230: CDX DPDK Documentation
CDXBUS-233: Delete MCDI library from DPDK code
bus/cdx: silence bus scan when CDX is unavailable
Add cdx_test application with PMD
Rename cdx_test aplication to cdx_exerciser_test
Add instructions to include DPDK packages in rootfs
Update README_CDX for June release
CDXBUS-224 bus/cdx: Provide a driver flag for optional resource mapping
CDXBUS-140: Add mc_driver_pcol_private.h file
CDXBUS-140: Add MSI test for VNX board
Update cdma_demo application as per upstream fixes
CDXBUS-224 Fix coverity errors
CDXBUS-222: Pull changes from upstream code
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 48034085..abce8d16 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 = "e0cfb566341221dd08a5a0d7fdefce5432b41735" | 6 | SRCREV = "92339d519b50996915e7dbb5b8246b34febcba93" |
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 |