ofproto-dpif is supposed to keep all of its flow translations up-to-date.
This implements self-check behavior that should help to find any bugs
in this area more quickly in the future.

I already posted the first patch:
http://openvswitch.org/pipermail/dev/2011-December/013909.html
Without that patch, the self-checks report many bad translations.

Ben Pfaff (3):
  ofproto-dpif: Fix nondeterministic flow revalidation behavior.
  ofproto-dpif: Remove many redundant "struct ofproto_dpif *"
    parameters.
  ofproto-dpif: Implement self-check of flow translations.

 ofproto/ofproto-dpif.c |  309 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 234 insertions(+), 75 deletions(-)

-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to