summaryrefslogtreecommitdiffstats
path: root/recipes-extended/vpp-core/dpdkvpp.bb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate codeaurora repositories to githubLogan Grosz2023-03-311-1/+1
|
* dpdkvpp: update to a36da6aChunrong Guo2019-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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 *update TLSDIALECT to "ftls-model=local-dynamic" Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dpdk,dpdkvpp: update COMPATIBLE_MACHINE for qoriq socChunrong Guo2019-09-121-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dpdk,dpdkvpp: Limit to imx socsKhem Raj2019-09-101-0/+2
| | | | | | | | | | | Ideally a SOC layer should not have general purpose recipes like dpdk and may be get the recipes from http://git.yoctoproject.org/cgit/cgit.cgi/meta-dpdk working on imx SOCs instead This patch just limits the spill over to non nxp bsp layers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpdk,dpdkvpp: Define valid configs for armv7Khem Raj2019-08-061-0/+5
| | | | | | Do not build for arm < v7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpdkvpp: -mtls-dialect=trad is aarch64 specificKhem Raj2019-08-061-1/+4
| | | | | | | | Fixes x86_64-yoe-linux-gcc: error: unrecognized argument in option '-mtls-dialect=trad' x86_64-yoe-linux-gcc: note: valid arguments to '-mtls-dialect=' are: gnu gnu2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpdk,dpdkvpp: Depend on numactl for x86_64Khem Raj2019-08-061-0/+1
| | | | | | Fixes missing numa.h issue Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpdk,dpdkvpp: Limit to x86/armKhem Raj2019-07-151-1/+8
| | | | | | Other architectures are not supported and musl is not either Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpdkvpp: add recipesChunrong Guo2019-07-121-0/+109
*update to lsdk 1906 tag include the following changes: 0123ced - Merge pull request #966 in GITAM/dpdk from 18.11-qoriq-dev to 18.11-qoriq 9e58741 - Merge pull request #965 in GITAM/dpdk from 18.11-qoriq-dev-ppfe to 18.11-qoriq-dev 87b8c52 - net/ppfe: add checksum offload in capability ae172a2 - bus/dpaa: fix incorrect rte_free of malloc memory Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>