aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01Merge ODP v1.34.0.0v1.34.0.0_DPDK_19.11Matias Elo
2022-03-01Port d0d223454 "linux-gen: crypto: use per-session IVs only when deprecated A...Janne Peltonen
2022-03-01linux-dpdk: crypto: update auth digest handling to the latest API specJanne Peltonen
2022-03-01Port dcd1376c2 "linux-gen: crypto: use the new session creation error names"Matias Elo
2022-03-01Port 00944c4d0 "linux-gen: random: implement true random number generation on...Matias Elo
2022-03-01Port 43458cc2a "linux-gen: sysinfo: fix odp_sys_huge_page_size_all() return v...Matias Elo
2022-03-01Port 0ca93faa7 "linux-gen: packet: move user area pointer to packet header"Matias Elo
2022-03-01Port f7f7d94ea "linux-gen: packet: move user context pointer to packet header"Matias Elo
2022-03-01Port c4e248f41 "linux-gen: pool: reduce max uarea size to 2048 bytes"Matias Elo
2022-03-01Port 98e75e983 "linux-gen: shm: stop listing deprecated ODP_SHM_SW_ONLY flag ...Matias Elo
2022-03-01Port ab18a41d2 "arch: remove mips64 architecture support"Matias Elo
2022-02-08README: update DPDK-20.11 installation instructionsMalvika Gupta
2022-02-07Merge tag 'v1.34.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-02-01api: increment ODP API version to 1.34.0.0Matias Elo
2022-02-01validation: tm: test default valuesJanne Peltonen
2022-02-01api: tm: define default values for many parametersJanne Peltonen
2022-02-01linux-gen: tm: synchronize with TM thread when configuring shaperJanne Peltonen
2022-01-31ci: update codecov uploader versionMatias Elo
2022-01-31github_ci: enable running validation tests with arm64 local runnersMatias Elo
2022-01-31linux-dpdk: packet: implement static references nativelyMatias Elo
2022-01-28arch: remove mips64 architecture supportMatias Elo
2022-01-28example: tm: set dual_rate when requesting dual rate shapingNithin Dabilpuram
2022-01-28linux-gen: tm: use dual rate flag instead of peak rate valueNithin Dabilpuram
2022-01-28validation: tm: set dual_rate flag in shaper profile testNithin Dabilpuram
2022-01-28api: tm: ignore peak rate and peak burst when dual rate is falseNithin Dabilpuram
2022-01-28example: traffic_mgmt: clamp shaper profile rate and burstNithin Dabilpuram
2022-01-28api: tm: remove ODP_TM_MIN_SHAPER_BW and ODP_TM_MAX_SHAPER_BWNithin Dabilpuram
2022-01-28validation: tm: test shaper rate and burst limitsNithin Dabilpuram
2022-01-28linux-gen: tm: update shaper rate and burst limitsNithin Dabilpuram
2022-01-28api: tm: express shaper rate and burst limits via capabilitiesNithin Dabilpuram
2022-01-28validation: crypto: do not test unsupported algorithm combosJanne Peltonen
2022-01-28api: crypto: add session creation error codes for unsupported combosJanne Peltonen
2022-01-28example: ipsec_crypto: use the new session creation error namesJanne Peltonen
2022-01-28linux-gen: crypto: use the new session creation error namesJanne Peltonen
2022-01-28validation: crypto: use the new session creation error namesJanne Peltonen
2022-01-28api: crypto: shorten session creation error namesJanne Peltonen
2022-01-28api: crypto: clarify auth_range parameter with AEAD algorithmsJanne Peltonen
2022-01-28api: random: explicitly require the same series of calls to generate repeatab...Jere Leppänen
2022-01-28doc: userguide: update description of crypto IV parametersJanne Peltonen
2022-01-28validation: crypto: test default valuesJanne Peltonen
2022-01-28api: crypto: deprecate per-session IVsJanne Peltonen
2022-01-28linux-gen: crypto: use per-session IVs only when deprecated API is enabledJanne Peltonen
2022-01-28validation: crypto: use the new way of setting crypto IVsJanne Peltonen
2022-01-28validation: crypto: combine override-iv and normal test casesJanne Peltonen
2022-01-28test: performance: ipsec: use per-packet IVs using the new APIJanne Peltonen
2022-01-28linux-gen: ipsec: use the new crypto IV APIJanne Peltonen
2022-01-28example: ipsec_crypto: use new cipher IV APIJanne Peltonen
2022-01-28api: crypto: rename IV length session parametersJanne Peltonen
2022-01-28api: crypto: do not require per-session IV if it will not be usedJanne Peltonen
2022-01-28example: ipsec_crypto: indicate when hash result is in the auth rangeJanne Peltonen