ofproto: Additional simplifications.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Jun 2014 21:30:24 +0000 (14:30 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jun 2014 21:30:24 +0000 (14:30 -0700)
commit834fe5cb997b5bbc6c63beedc2fc09381f14f0f1
tree7c842c230373f89adb667200508971029b8e21a9
parentb20f4073eecd4761b0d5f2e091e96b1f34cca826
ofproto: Additional simplifications.

This commit finishes the removal of asynchronous flow table operations
begun in the previous commit, by removing ofoperation and ofopgroup
entirely and all of the code that depended on them.  Following this commit,
all the internal documentation and comments should again be consistent and
correct.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/connmgr.c
ofproto/ofproto-provider.h
ofproto/ofproto.c