dpif-netdev: Streamline miss handling.
authorEthan Jackson <ethan@nicira.com>
Sat, 26 Jul 2014 22:39:58 +0000 (15:39 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 14 Aug 2014 20:47:04 +0000 (13:47 -0700)
commit623540e4617e3c8b43881ec6b3238c85784501bf
treec7f1876b96ec1f2b1e2754c3c5707739295c006d
parentcc377352d164d4c8a31387d8c8658172d903048d
dpif-netdev: Streamline miss handling.

This patch avoids the relatively inefficient miss handling processes
dictated by the dpif process, by calling into ofproto-dpif directly
through a callback.

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