]> git.proxmox.com Git - mirror_ovs.git/history - lib/dpdk.c
dpdk: Remove deprecated pdump support.
[mirror_ovs.git] / lib / dpdk.c
2020-03-06 Ilya Maximetsdpdk: Remove deprecated pdump support.
2019-12-04 Ian Stokesdpdk: Update to use DPDK 19.11.
2019-11-19 Ilya Maximetsdpdk: Deprecate pdump support.
2019-09-26 David Marchanddpdk: Remove unneeded log message copy.
2019-09-06 Ilya Maximetsdpdk: Use ovs-numa provided functions to manage thread...
2019-09-06 Ilya Maximetsdpif-netdev-perf: Fix TSC frequency for non-DPDK case.
2019-06-11 Ilya Maximetsnetdev-offload: Rename offload providers.
2019-06-11 Ilya Maximetsnetdev: Split up netdev offloading to separate module.
2019-06-11 Ilya Maximetsnetdev: Dynamic per-port Flow API.
2019-05-24 Liliia Butorinanetdev-dpdk: Post-copy Live Migration support for vhost...
2019-03-19 Ilya Maximetsdpdk: Stop dumping memzones to stdout.
2019-03-04 Ilya Maximetsdpdk: Fix case-sensitivity of dpdk-init knob.
2019-02-01 Ilya Maximetsdpdk: Limit DPDK memory usage.
2019-01-30 Ilya Maximetsdpdk: Use svec instead of re-inventing.
2019-01-28 Ilya Maximetsdpdk: Use dynamic string for socket-mem construction.
2018-07-06 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-07-06 Ian Stokesdpdk: Support both shared and per port mempools.
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-08 Marcin RybkaOVS-DPDK: Change "dpdk-socket-mem" default value.
2018-05-25 Aaron Conoledpdk: reflect status and version in the database
2018-05-25 Aaron Conoledpdk: allow init to fail
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-23 Ilya Maximetsnetdev-dpdk: Limit rate of DPDK logs.
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-26 Matteo Crocevswitchd: show DPDK version
2017-12-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-08 Mark Kavanaghnetdev-dpdk: vHost IOMMU support
2017-03-10 Ilya Maximetsdpdk: Redirect DPDK log to OVS logging subsystem.
2017-03-09 Ben Pfaffdpdk: Use VLOG_INFO_ONCE instead of open-coding it.
2017-02-10 nickcooper-zhangto... dpdk: Fixes memory leak in dpdk_init__().
2017-01-11 Daniele Di Proiettodpdk: Late initialization.
2016-12-22 Aaron Conolelib/dpdk: No more deferred release
2016-12-12 Aaron Conolelib/dpdk: fix double free on exit
2016-10-13 Ciara Loftusdpdk: Fix DPDK pdump compilation
2016-10-12 Daniele Di Proiettodpdk: New module with some code from netdev-dpdk.