aboutsummaryrefslogtreecommitdiff
path: root/tests/ofproto-dpif.at
AgeCommit message (Expand)Author
2013-06-05ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.Ben Pfaff
2013-03-29ovs-appctl: dpif/show display bug fixAndy Zhou
2013-04-01ofproto-dpif.at: Fix timing issue in show rates test.Jarno Rajahalme
2013-04-01ofproto-dpif: Keep track of exact-match flow infoAndy Zhou
2013-04-01ovs-appctl: dpif/show display per bridge statsAndy Zhou
2013-03-22ofproto-dpif: xlate actions once with subfacets.Ethan Jackson
2013-03-07ofproto-dpif: Print slow-path actions instead of "drop" in dump-flows.Justin Pettit
2013-01-28lib: Switch to flow based tunneling.Ethan Jackson
2013-01-28ofproto-dpif: Require an in_port when tracing datapath flows.Ethan Jackson
2013-01-24ofproto-dpif: Implement patch ports in userspace.Ethan Jackson
2013-01-22tests: Fix dependencies on hash function in ofproto-dpif tests.Ben Pfaff
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-12-08vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff
2012-11-27flow: use rule priority in match_format() functionAnsis Atteka
2012-11-01ofproto-dpif: Use a single underlying datapath across multiple bridges.Justin Pettit
2012-11-01ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit
2012-11-01tests: Rewrite unit tests to not expect bridge with odp zero.Justin Pettit
2012-11-01tests: Define new ADD_OF_PORTS macro for ofproto tests.Justin Pettit
2012-10-29flow: Set ttl in flow_compose().Justin Pettit
2012-10-22Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-17tests: Fix sensitivity to record ordering in test-netflow output.Ben Pfaff
2012-08-20ofproto-dpif: Kill off test-netflow daemon if test fails.Ben Pfaff
2012-08-17Do not include zeroed metadata fields in NXM/OXM packet-in messages.Ben Pfaff
2012-08-16tests: Put AT_CAPTURE_FILE on its own line.Ben Pfaff
2012-08-16tests: Invoke daemons with --no-chdir so core files appear in test dir.Ben Pfaff
2012-08-13tests: Add delay in NetFlow unit tests before killing processes.Jesse Gross
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-30tests: Make compatible with FreeBSD's sed.Ed Maste
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-05-09ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff
2012-05-07ofproto-dpif: Accept OpenFlow-like flows in "ofproto/trace".Ben Pfaff
2012-04-23tests: Generalize 'sed' calls in MAC learning test to more than one digit.Ben Pfaff
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07tests: Use ofctl_strip consistently.Ben Pfaff
2012-02-02tests: Reduce risk of port collision and remove bash dependency.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
2012-01-10tests: Unit test PACKET_IN.Ethan Jackson
2012-01-05ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.Justin Pettit
2012-01-05tests: Fix bug in NetFlow test case.Ben Pfaff
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2011-12-19netflow: Add basic unit tests.Ben Pfaff
2011-12-19tests: Add expected output parameter to OVS_VSWITCHD_START.Ben Pfaff