connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Oct 2013 23:32:13 +0000 (16:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Oct 2013 04:12:06 +0000 (21:12 -0700)
commitd38a3c7b8eb5d341c9e27b74b4a459dee284f770
tree81c7196eefdefe43564e681e00b30068c59c2b5f
parentf11c7538ba3d4d9fbaabd66457f1c20e95467b1c
connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.

send_len is not directly part of the OpenFlow packet_in message, at least
given that it is partially redundant with packet_len.  send_len is, rather,
a request to the connmgr that expresses how many bytes the action requested
be sent to the controller, but the connmgr cannot always honor it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/fail-open.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c