ofproto: Eliminate reference to dpif_upcall from ofproto.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Apr 2011 19:31:12 +0000 (12:31 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 19:35:10 +0000 (12:35 -0700)
commit78bd1cd00123f479b6b4affd999c29fd0a6f4884
tree8060be0d79ad32ce177734c5d78682d84531490b
parent8b05efc6b4a9aa77be588310e223f9826401208b
ofproto: Eliminate reference to dpif_upcall from ofproto.

The dpif_upcall structure is specific to the ofproto-dpif implementation.
The generic ofproto and connmgr interface have no business using it, so
this commit switches to using ofputil_packet_in instead.
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto-dpif.c