ofproto-dpif: Optimize flow revalidation for MAC learning.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Sep 2011 23:48:07 +0000 (16:48 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:10 +0000 (11:46 -0700)
commit54a9cbc9637e3deba7e436aac398aaa9ba110892
tree2d5c341559400e9f01e4034bcb921cb809cf6e3d
parent9cdaaebe218dbd9d2126818725b0111a70a3df54
ofproto-dpif: Optimize flow revalidation for MAC learning.

Without this commit, every NXAST_LEARN action that adds a flow causes every
facet to be revalidated.  With this commit, as long as the "Usage Advice"
in the large comment on struct nx_action_learn in nicira-ext.h is followed,
this no longer happens.
lib/classifier.h
ofproto/ofproto-dpif.c