ofproto-dpif: New function ofproto_receive().
authorEthan Jackson <ethan@nicira.com>
Wed, 19 Dec 2012 04:54:28 +0000 (20:54 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 4 Jan 2013 00:50:40 +0000 (16:50 -0800)
commite09ee2592e39750190ef6eaaa8fe5d5e0135e2b0
tree51c15778cd73c4989a05d0207bba4c4d1a5bc540
parent6813ee7c06fbd2496fb73edd54a462a9053c6161
ofproto-dpif: New function ofproto_receive().

Before translating a datapath flow key into actions, ofproto-dpif
must parse it, tweak it, and figure out what ofproto_dpif it
belongs to.  This patch brings all this logic into one place where
it will be easier to extend in the future.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c