diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-15 10:00:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | 919fb05b9c84da04a439c9c475c17cf8bfdc8d55 (patch) | |
tree | bc70d56d1e66f2100d549b660a4c8ac175e3e934 /recipes-extended/dpdk | |
parent | d467f4dbc70274c7a89d045c8dfdf1dc03c35dd0 (diff) | |
download | meta-freescale-919fb05b9c84da04a439c9c475c17cf8bfdc8d55.tar.gz |
dpdk:update to a36da6a
*update to lsdk 1909 tag
include the following changes:
a36da6a - Merge pull request #1050 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
eb00ab7 - PVT: examples/l3fwd: fix jumbo packet drop issue
3e8b2c4 - Merge pull request #1046 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
a1a4961 - crypto/dpaa2_sec: compile off hw debug prints
0372f8e - crypto/dpaa2_sec: remove logs from datapath
beab8d5 - crypto/dpaa2_sec: fix SG dynamic ctxt patch
4ff9915 - app/crypto-perf: fix the multi seg buffer loop
3bf73bd - app/crypto-perf: add check for out-of-place case
5bba072 - app/crypto-perf: check range of socket id
371ba75 - Merge pull request #1043 in GITAM/dpdk from bugfix/DPDK-1983 to 18.11-qoriq-dev
e9e016f - crypto/dpaa_sec: change per cryptodev pool to per qp
2ff8c21 - examples/ip_fragmentation: add Scatter support to receive jumboframes
0bfaa19 - crypto/dpaa_sec: fix pdcp check ordering
7e6f996 - Merge pull request #1039 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq
e703118 - Merge pull request #1031 in GITAM/dpdk from DPDK-1951-sg7 to 18.11-qoriq-dev
7a68386 - crypto/dpaa2_sec: fix to allocate context as per num_segs
9df93ab - PVT: misc fix for 32 bit and PPC compilation
c67478c - event/dpaa2: fix selftest shared build
58b5127 - crypto/dpaa2: fix clang compilation for PDCP
d48c6cf - Merge pull request #918 in GITAM/dpdk from feature/DPDK-990 to 18.11-qoriq-dev
a598283 - Merge pull request #1037 in GITAM/dpdk from DPDK-1945 to 18.11-qoriq-dev
fb3c653 - net/dpaa2: fix unintialized dpni_pools_cfg params
884de83 - event/dpaa: event crypto adapter
* install app into examples folder
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 2084c9f9..7642ec4e 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobr | |||
9 | file://0001-Add-RTE_KERNELDIR_OUT.patch \ | 9 | file://0001-Add-RTE_KERNELDIR_OUT.patch \ |
10 | file://0004-update-WERROR_FLAGS.patch \ | 10 | file://0004-update-WERROR_FLAGS.patch \ |
11 | " | 11 | " |
12 | SRCREV = "0123ced10233e7de8a72f743e2ae7e9791124f07" | 12 | SRCREV = "a36da6a94243015b228c15b8b9aa1e650fd4b96d" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "python-subprocess" | 14 | RDEPENDS_${PN} += "python-subprocess" |
15 | DEPENDS = "virtual/kernel openssl" | 15 | DEPENDS = "virtual/kernel openssl" |
@@ -87,12 +87,18 @@ do_install () { | |||
87 | # Install examples | 87 | # Install examples |
88 | install -d 0644 ${D}/${datadir}/dpdk/cmdif/include | 88 | install -d 0644 ${D}/${datadir}/dpdk/cmdif/include |
89 | install -d 0644 ${D}/${datadir}/dpdk/cmdif/lib | 89 | install -d 0644 ${D}/${datadir}/dpdk/cmdif/lib |
90 | install -d 0644 ${D}/${datadir}/dpdk/examples | ||
90 | cp examples/cmdif/lib/client/fsl_cmdif_client.h examples/cmdif/lib/server/fsl_cmdif_server.h \ | 91 | cp examples/cmdif/lib/client/fsl_cmdif_client.h examples/cmdif/lib/server/fsl_cmdif_server.h \ |
91 | examples/cmdif/lib/shbp/fsl_shbp.h ${D}/${datadir}/dpdk/cmdif/include | 92 | examples/cmdif/lib/shbp/fsl_shbp.h ${D}/${datadir}/dpdk/cmdif/include |
92 | cp examples/cmdif/lib/${RTE_TARGET}/librte_cmdif.a ${D}/${datadir}/dpdk/cmdif/lib | 93 | cp examples/cmdif/lib/${RTE_TARGET}/librte_cmdif.a ${D}/${datadir}/dpdk/cmdif/lib |
93 | install -d 0644 ${D}/${datadir}/dpdk/examples/ipsec_secgw | 94 | install -d 0644 ${D}/${datadir}/dpdk/examples/ipsec_secgw |
94 | cp -r ${S}/examples/ipsec-secgw/*.cfg ${D}/${datadir}/dpdk/examples/ipsec_secgw | 95 | cp -r ${S}/examples/ipsec-secgw/*.cfg ${D}/${datadir}/dpdk/examples/ipsec_secgw |
95 | cp -rf ${S}/nxp/* ${D}/${datadir}/dpdk | 96 | cp -rf ${S}/nxp/* ${D}/${datadir}/dpdk |
97 | cp -r ${S}/examples/cmdif/cmdif_demo/${DPDK_RTE_TARGET}/cmdif_demo ${D}/${datadir}/dpdk/examples | ||
98 | cp -r ${S}/examples/vhost/vhost-switch ${D}/${datadir}/dpdk/examples | ||
99 | for APP in l2fwd l3fwd l2fwd-qdma l2fwd-crypto ipsec-secgw kni ip_fragmentation ip_reassembly; do | ||
100 | cp -r ${S}/examples/${APP}/${APP} ${D}/${datadir}/dpdk/examples | ||
101 | done | ||
96 | } | 102 | } |
97 | 103 | ||
98 | PACKAGES += "${PN}-examples" | 104 | PACKAGES += "${PN}-examples" |