ofproto-dpif: Move special upcall handling into ofproto-dpif-upcall.
authorEthan Jackson <ethan@nicira.com>
Tue, 24 Sep 2013 22:04:04 +0000 (15:04 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 1 Oct 2013 00:35:17 +0000 (17:35 -0700)
commit10e576406c7444ef198cc2d4b6c4adfe242c085c
tree546a8d8a36103589e8c6177e5cdfad3df18db397
parent6a8a8528acb05d6d0a520e09ad1ec67e62b99e5e
ofproto-dpif: Move special upcall handling into ofproto-dpif-upcall.

Both the IPFIX and SFLOW modules are thread safe, so there's no
particular reason to pass them up to the main thread.  Eliminating
this step significantly simplifies the code.

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