]> git.proxmox.com Git - ovs.git/commit
tests: Add command to purge revalidators of flows.
authorJoe Stringer <joestringer@nicira.com>
Thu, 13 Nov 2014 18:42:47 +0000 (10:42 -0800)
committerJoe Stringer <joestringer@nicira.com>
Sat, 22 Nov 2014 00:40:34 +0000 (16:40 -0800)
commit98bb4286970d36e0cdb5a181be2999dc0dfdf3d1
tree2797bbfd6cfba5388dead0ec02a2925a9aea4f35
parent53e1d6f1ef360cb1b2daa70f4e65f9f5c02db2f9
tests: Add command to purge revalidators of flows.

This patch adds a new 'ovs-appctl revalidator/purge' command which
flushes all flows from all datapaths, and updates the revalidator
udpif_key cache at the same time.

Update the ofproto-dpif fragment tests which may fail when ukeys are
created from handler threads.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-upcall.c
tests/ofproto-dpif.at