summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-09-29 16:59:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-10-01 13:51:02 -0300
commitb92e8dacbae53d5c2335c03b4a1a34ab7bbf3dbf (patch)
tree2ddb9fb39c13d634ff7d7b274f6654e1439d9b70 /recipes-extended
parent874c522545c477186a6b5b1d4866d7653f65924b (diff)
downloadmeta-freescale-b92e8dacbae53d5c2335c03b4a1a34ab7bbf3dbf.tar.gz
dpdk: update to 0c0332a
*update to lsdk 1809 tag include the following changes: 0c0332a - PVT: test: add NXP Copyright to test cryptodev af17971 - Revert "PVT: bus/dpaa: avoid be to le conversion for status" 9e95cc5 - PVT:nxp/ipsec: add multiple ipsec proto testing script 7ceb022 - PVT:raw/dpaa2_qdma: add prefetch buffer support 4049033 - PVT:raw/dpaa2_qdma: add rbp mode support 275e3b9 - PVT:raw/dpaa2_qdma: fix the vq bulk dq mode d8a75da - Merge pull request #771 in GITAM/dpdk from DPDK-816-dpaa2-eventtest to 17.11-qoriq-dev aad507e - PVT:test/event: add dpaa2 unit test case 7750d0e - PVT:event/dpaa2: align evq with queue id for link and unlink b039d3f - test/cryptodev: improve pdcp test presentation 2f33770 - crypto/dpaa2_sec: enable bi-endian changes in protocols fa4a9a0 - PVT:event/dpaa2: fix max event port value ae95b8f - PVT:event/dpaa2: fix missing mbuf assignment in atomic processing 01b71fe - PVT:event/dpaa2: implement dynanic portal support for enqueue 528d6f3 - mempool/dpaa2: change the print type for no buffers 97733ab - PVT:event/dpaa2: fix timeout handling 79877dd - net/dpaa2: add per queue stats get and reset support dbb2592 - Merge pull request #746 in GITAM/dpdk from DPDK-729-pdcp to 17.11-qoriq-dev afa3c21 - PVT: nxp: update copyright of performance scripts b942c8b - event/dpaa: check for linked queue before decrementing 209bb9d - PVT: dpaa: logging improvements 3f0ae55 - PVT: net/dpaa: improve err handling for fmcless mode 3c57c29 - PVT: event/dpaa2: affining portal at runtime during I/O 339f46d - PVT:event/dpaa2: realign code with dpaa1 fc00d20 - PVT:event/dpaa2: rename evq info to dpaa2 eventq 58ac377 - PVT:bus/qbman: memset the portal memory to zero f31431b - PVT: test: add pdcp tests for DPAA1 SEC caed7a2 - crypto/dpaa_sec: add pdcp proto offload support 378536f - crypto/dpaa_sec: ipsec offload add null algo support 5367a25 - test/crypto: add test vectors for pdcp lookaside offload 15c2b90 - crypto/dpaa2_sec: add pdcp offload support 092cfb0 - security: add pdcp protocol support ae65359 - PVT:add security unit test compile time flag e22fee5 - test/crypto: add test vector for ipsec lookaside offload 33f4c26 - PVT:test/crypto: fix the devid testcases d81dae3 - crypto/dpaa2_sec: multi algo support for ipsec session 0a7ebc3 - crypto/dpaa2_sec: add out of place crypto support Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk_17.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.bb b/recipes-extended/dpdk/dpdk_17.11.bb
index 2010e0c2..1cfecda6 100644
--- a/recipes-extended/dpdk/dpdk_17.11.bb
+++ b/recipes-extended/dpdk/dpdk_17.11.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobr
13 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 13 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
14 file://0001-fix-gcc-8-build-error.patch \ 14 file://0001-fix-gcc-8-build-error.patch \
15" 15"
16SRCREV = "9448fe7ff3cf1367dbc92b05a9ae386b21ff7ad2" 16SRCREV = "0c0332ae0016ca6742961f1f4ac6e2f4fdbe215a"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19