summaryrefslogtreecommitdiff
path: root/lib/dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-061-1/+1
* netdev-dpdk: Move DPDK netdev related configuration.David Marchand2022-11-301-101/+0
* netdev-dpdk: Add shared mempool config.Kevin Traynor2022-07-141-1/+1
* dpdk: Support running PMD threads on any core.David Marchand2022-01-111-8/+43
* dpif-netdev: Call cpuid for x86 isa availability.David Marchand2022-01-031-52/+0
* dpdk: Use --in-memory by default.Rosemarie O'Riorden2021-12-151-0/+7
* dpdk: Stop configuring socket-limit with the value of socket-mem.Rosemarie O'Riorden2021-07-261-20/+0
* dpdk: Remove default values for socket-mem and limit.Rosemarie O'Riorden2021-07-261-73/+1
* dpdk: Logs to announce removal of defaults for socket-mem and limit.Rosemarie O'Riorden2021-07-161-0/+12
* dpdk: Add additional CPU ISA detection stringsHarry van Haaren2021-07-161-0/+2
* dpcls-avx512: Enable avx512 vector popcount instruction.Harry van Haaren2021-07-091-0/+1
* dpdk: Cache result of CPU ISA checks.Harry van Haaren2021-07-091-4/+24
* ovs-numa: Support non-contiguous numa nodes and offline CPU cores.David Wilder2021-07-071-8/+49
* dpdk: Add debug appctl to get malloc statistics.Eli Britstein2021-06-181-0/+10
* dpdk: Update to use DPDK v20.11.Ian Stokes2020-12-161-1/+1
* dpdk: Add commands to configure log levels.David Marchand2020-07-171-5/+105
* dpdk: enable CPU feature detection.Harry van Haaren2020-07-131-0/+30
* dpdk: Remove deprecated pdump support.Ilya Maximets2020-03-061-12/+0
* dpdk: Update to use DPDK 19.11.Ian Stokes2019-12-041-11/+1
* dpdk: Deprecate pdump support.Ilya Maximets2019-11-191-0/+2
* dpdk: Remove unneeded log message copy.David Marchand2019-09-261-7/+5
* dpdk: Use ovs-numa provided functions to manage thread affinity.Ilya Maximets2019-09-061-15/+12
* dpif-netdev-perf: Fix TSC frequency for non-DPDK case.Ilya Maximets2019-09-061-0/+6
* netdev-offload: Rename offload providers.Ilya Maximets2019-06-111-1/+1
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-2/+2
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-111-0/+2
* netdev-dpdk: Post-copy Live Migration support for vhost-user-client.Liliia Butorina2019-05-241-0/+18
* dpdk: Stop dumping memzones to stdout.Ilya Maximets2019-03-191-1/+17
* dpdk: Fix case-sensitivity of dpdk-init knob.Ilya Maximets2019-03-041-2/+2
* dpdk: Limit DPDK memory usage.Ilya Maximets2019-02-011-2/+19
* dpdk: Use svec instead of re-inventing.Ilya Maximets2019-01-301-153/+68
* dpdk: Use dynamic string for socket-mem construction.Ilya Maximets2019-01-281-8/+5
* dpdk: Support both shared and per port mempools.Ian Stokes2018-07-061-0/+12
* OVS-DPDK: Change "dpdk-socket-mem" default value.Marcin Rybka2018-06-081-1/+27
* dpdk: reflect status and version in the databaseAaron Conole2018-05-251-2/+19
* dpdk: allow init to failAaron Conole2018-05-251-7/+16
* netdev-dpdk: Limit rate of DPDK logs.Ilya Maximets2018-03-231-4/+6
* vswitchd: show DPDK versionMatteo Croce2018-01-261-0/+8
* netdev-dpdk: vHost IOMMU supportMark Kavanagh2017-12-081-0/+12
* dpdk: Redirect DPDK log to OVS logging subsystem.Ilya Maximets2017-03-091-0/+48
* dpdk: Use VLOG_INFO_ONCE instead of open-coding it.Ben Pfaff2017-03-081-6/+2
* dpdk: Fixes memory leak in dpdk_init__().nickcooper-zhangtonghao2017-02-101-3/+3
* dpdk: Late initialization.Daniele Di Proietto2017-01-101-10/+21
* lib/dpdk: No more deferred releaseAaron Conole2016-12-211-12/+5
* lib/dpdk: fix double free on exitAaron Conole2016-12-121-2/+8
* dpdk: Fix DPDK pdump compilationCiara Loftus2016-10-131-0/+5
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-121-0/+432