summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dpif-netdev: Set PMD load based sleep start/inc to 1 us.Kevin Traynor2023-01-234-18/+10
* dpif-netdev: Set timer slack for PMD threads.David Marchand2023-01-234-5/+21
* netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.David Marchand2023-01-191-20/+102
* ovsdb: Fix database statistics during the database replacement.Ilya Maximets2023-01-182-0/+21
* Prepare for 3.1.0.Ilya Maximets2023-01-165-6/+7
* ovs-vsctl: Do not sent 'set_db_change_aware'.Han Zhou2023-01-161-0/+1
* ovsdb-idl: Provide API to disable set_db_change_aware request.Han Zhou2023-01-164-1/+34
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-1616-22/+562
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-1610-141/+615
* dpif-netdev: Add PMD load based sleeping.Kevin Traynor2023-01-127-10/+213
* util: Add non quiesce xnanosleep.Kevin Traynor2023-01-122-4/+18
* Documentation: Remove link to obsolete sources.David Marchand2023-01-121-15/+14
* Documentation: Remove reference to RST online editor.David Marchand2023-01-111-4/+0
* Documentation: Fix link to Netperf.David Marchand2023-01-111-4/+4
* Documentation: Fix link to AppVeyor.David Marchand2023-01-111-3/+3
* Documentation: Fix link to iproute2 git repository.David Marchand2023-01-111-1/+1
* netdev-offload-dpdk: Fix transfer flows.David Marchand2023-01-111-1/+1
* tests: Add unit tests to rculist.Adrian Moreno2023-01-113-0/+241
* cirrus: Update to use FreeBSD 12.4.Ilya Maximets2023-01-091-1/+1
* system-dpdk: Fix error message in ping vhost-user ports.Eelco Chaudron2023-01-091-0/+3
* netdev-dpdk: Drop coverage counter for vhost IRQs.David Marchand2023-01-091-9/+0
* netdev-dpdk: Add per virtqueue statistics.David Marchand2023-01-092-132/+348
* tc: Add support for TCA_STATS_PKT64.Mike Pattrick2023-01-061-41/+69
* Documentation: Fix links in maintainers.rst.Ilya Maximets2023-01-062-6/+20
* Documentation: Fix links in the DPDK guide on physical ports.Ilya Maximets2023-01-061-7/+7
* treewide: Don't use non-portable '==' with test command.Ilya Maximets2023-01-064-12/+12
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-062-1/+49
* utilities: Add USDT script to monitor dpif netlink execute message queuing.Eelco Chaudron2023-01-063-0/+666
* rhel: Enable AF_XDP by default in Fedora builds.Ilya Maximets2023-01-031-2/+2
* acinclude.m4: Build with AF_XDP support by default if possible.Ilya Maximets2023-01-035-36/+72
* Documentation/afxdp: Use packaged libbpf/libxdp for the build.Ilya Maximets2023-01-031-31/+8
* github: Test AF_XDP build using libbpf instead of kernel sources.Ilya Maximets2023-01-032-84/+3
* netdev-afxdp: Hide too large memset from sparse.Ilya Maximets2023-01-032-4/+4
* netdev-afxdp: Allow building with libxdp and newer libbpf.Ilya Maximets2023-01-038-27/+53
* netdev-afxdp: Disable -Wfree-nonheap-object on receive.Ilya Maximets2023-01-031-0/+13
* ci: Fix overriding OPTS provided from the yml.Ilya Maximets2023-01-031-1/+1
* dpif-netdev: Calculate per numa variance.Cheng Li2022-12-212-48/+47
* dpif-netdev: Rename pmd_info_show_rxq variables.Kevin Traynor2022-12-211-15/+15
* docs: Add documentation for pmd-rxq-show secs parameter.Kevin Traynor2022-12-212-5/+21
* dpif-netdev: Make pmd-rxq-show time configurable.Kevin Traynor2022-12-213-24/+138
* travis: Drop support.David Marchand2022-12-2110-167/+14
* Makefile: Add USDT scripts to make install and fedora/debian test rpm.Eelco Chaudron2022-12-214-0/+8
* ovsdb-server: Don't log when memory-trim-on-compaction doesn't change.Dan Williams2022-12-211-2/+7
* python: Don't exit OFPFlow constructor.Adrian Moreno2022-12-211-3/+0
* tests: Verify flows in odp.at are parseable.Adrian Moreno2022-12-213-1/+58
* tests: Verify flows in ofp-actions are parseable.Adrian Moreno2022-12-213-0/+65
* python: Interpret free keys as output in clone.Adrian Moreno2022-12-212-2/+17
* python: Fix output=CONTROLLER action.Adrian Moreno2022-12-212-2/+10
* python: Support case-insensitive OpenFlow actions.Adrian Moreno2022-12-213-6/+33
* python: Return list of actions for odp action clone.Adrian Moreno2022-12-215-38/+59