summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* systemd-dpdk: Fix typo's and capitalize first word.Sunil Pai G2022-07-151-8/+8
* tests: Add OVS-DPDK MTU unit tests.Michael Phelan2022-07-151-0/+376
* tests: Add OVS-DPDK QoS unit testsMichael Phelan2022-07-151-0/+144
* tests: Remove support for check-kmod test.Greg Rose2022-07-151-6/+0
* odp-execute: Add command to switch action implementation.Emma Finn2022-07-151-0/+39
* odp-execute: Add function pointers to odp-execute for different action implem...Emma Finn2022-07-151-0/+1
* system-dpdk: Add unit test for user configured mempools.Kevin Traynor2022-07-141-0/+34
* system-dpdk: Split ovsdb creation and vswitchd start.Kevin Traynor2022-07-141-7/+20
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-0/+1
* tests: Add check_pkt_len action test to system-offload-traffic.Eelco Chaudron2022-07-131-5/+415
* system-offloads-traffic: Properly initialize offload before testing.Eelco Chaudron2022-07-135-15/+20
* utilities/bashcomp: Fix incorrect file mode.Frode Nordahl2022-07-121-53/+53
* tests: Add test for later IPv6 fragments nw_proto=44.Rosemarie O'Riorden2022-07-121-0/+34
* dpif-netlink: Offloading meter to tc police actionJianbo Liu2022-07-111-0/+98
* Pmd.at: fix dpcls and dpif configuration test cases.Kumar Amber2022-07-011-12/+4
* tests/mfex: Improve pcap script for mfex tests.Kumar Amber2022-06-304-48/+97
* ovsdb: Add Local_Config schema.Terry Wilson2022-06-301-7/+35
* ofproto-dpif-xlate: No clone when tunnel push is last action.Rosemarie O'Riorden2022-06-294-45/+103
* tests: Add ovs-dpdk rate limiting unit tests.Seamus Ryan2022-06-291-0/+162
* ofproto-dpif: Avoid unneccesary backer revalidation.lic1212022-06-281-0/+33
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-281-1/+16
* drop-stats.at: Fix frequent failures of the recursion too deep test.Ilya Maximets2022-06-241-0/+3
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-071-0/+47
* classifier: Adjust segment boundary to execute prerequisite processing.Aaron Conole2022-06-071-0/+25
* checkpatch.py: Add checks for easy-to-misuse APIs.Peng He2022-05-301-3/+21
* ovs-rcu: Add ovsrcu_barrier.Peng He2022-05-302-3/+28
* dpif-netdev: Fix ALB 'rebalance_intvl' max hard limit.Lin Huang2022-05-301-1/+19
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-261-6/+21
* sha1: Use implementation from openssl if available.Ilya Maximets2022-05-262-20/+42
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-263-0/+161
* dpcls: Change info-get function to fetch dpcls usage stats.Kumar Amber2022-05-241-16/+16
* tests: Properly kill ovsdb test processes.Rosemarie O'Riorden2022-05-172-62/+51
* ci: Add UB Sanitizer.Dumitru Ceara2022-05-175-0/+46
* ofp-actions: Ensure aligned accesses to masked fields.Dumitru Ceara2022-05-171-1/+1
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-172-7/+9
* ofp-monitor: Fix abort on malformed flow update event.Ilya Maximets2022-05-043-0/+2
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-282-58/+240
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-76/+96
* ovsdb-idl: Support write-only-changed IDL monitor mode.Dumitru Ceara2022-04-282-6/+43
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-272-0/+98
* ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels.Jan Scheurich2022-04-271-2/+24
* system-traffic: Fix fragment reassembly with L3 L4 protocol information.Paolo Valerio2022-04-261-3/+3
* alb.at: Add tests for cross-numa polling.Kevin Traynor2022-04-041-0/+46
* pmd.at: Add tests for multi non-local numa pmds.Kevin Traynor2022-04-041-1/+39
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-041-1/+30
* hindex: remove the next variable in safe loops.Adrian Moreno2022-03-301-0/+31
* hindex: use multi-variable iterators.Adrian Moreno2022-03-301-0/+6
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-0/+3
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-302-2/+34
* hmap: implement UB-safe hmap pop iterator.Adrian Moreno2022-03-301-0/+1