summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix reading of OpenFlow byte counters in GRE test cases.Eelco Chaudron2023-02-091-11/+7
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-092-2/+13
* odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.Eelco Chaudron2023-02-0912-106/+102
* test: Fix 'conntrack - Multiple ICMP traverse' for tc case.Eelco Chaudron2023-02-091-2/+1
* test: Tc does not support conntrack timeout, skip the related test.Eelco Chaudron2023-02-092-1/+6
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-094-15/+21
* test: Flush datapath when changing rules on the fly.Eelco Chaudron2023-02-091-1/+6
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* test: Do not use MPLS implicit null label in test cases.Eelco Chaudron2023-02-081-6/+4
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-087-2/+79
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* hash: Avoid 64bit crc intrinsics on 32bit aligned data.Mike Pattrick2023-02-031-1/+64
* dp-packet: Allocate on cacheline boundary with DPDK.Mike Pattrick2023-02-032-0/+8
* netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.Mike Pattrick2023-02-031-5/+5
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-034-23/+218
* sparse: Fix numa.h for libnuma >= 2.0.13.Ilya Maximets2023-02-031-6/+17
* AUTHORS: Add wangchuanlei.Ilya Maximets2023-01-311-0/+1
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-318-12/+61
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22
* system-offloads-traffic: Skip tests if nc is not present.Simon Horman2023-01-301-0/+2
* system-traffic: Remove unnecessary dependency on nc.Simon Horman2023-01-301-1/+0
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11
* dpif-netdev-perf: Add metric averages when no iterations.Kevin Traynor2023-01-271-23/+26
* dpif-netdev-perf: Remove not a number stat value.Kevin Traynor2023-01-271-3/+5
* system-traffic.at: Skip the 'ICMP6 Related' test if nc is missing.Ilya Maximets2023-01-271-0/+1
* utilities: Add revalidator measurement script and needed USDT probes.Eelco Chaudron2023-01-274-0/+991
* tests/mfex: Silence Blowfish/CAST5 deprecation warnings.Robin Jarry2023-01-271-0/+8
* revalidator: Allow min-revalidator-pps to be 0.Han Zhou2023-01-273-2/+7
* netdev-dpdk: Free mbufs in bulk.Ilya Maximets2023-01-271-10/+3
* ovsdb: Don't convert unchanged columns during database conversion.Ilya Maximets2023-01-271-11/+48
* ovsdb-types: Add functions to compare types for equality.Ilya Maximets2023-01-272-0/+64
* 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 post-3.1.0 (3.1.90).Ilya Maximets2023-01-163-1/+11
* 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