The purpose of this series is to implement OpenFlow 1.3 table-miss
handling, but it does a lot of related cleanup and at least one bug
fix too.
Ben Pfaff (7):
ofproto, ofp-util: Begin disentangling packet-in wire format and
handling.
connmgr: Move controller_id from ofputil_packet_in to
ofproto_packet_in.
connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.
ofp-util: Improve comments on struct ofputil_packet_in.
ofp-util: Use correct cookie value in "packet_in"s when no flow
involved.
fail-open: Add function to identify its own flows.
pinsched: Eliminate function callback in interface.
YAMAMOTO Takashi (1):
connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow
entries.
OPENFLOW-1.1+ | 3 --
include/openflow/nicira-ext.h | 4 +-
lib/ofp-print.c | 2 +-
lib/ofp-util.c | 14 +++----
lib/ofp-util.h | 34 ++++++++++-----
ofproto/connmgr.c | 91 +++++++++++++++++++++++++++--------------
ofproto/connmgr.h | 19 +++++++--
ofproto/fail-open.c | 11 ++---
ofproto/fail-open.h | 12 +++++-
ofproto/ofproto-dpif-upcall.c | 17 ++++----
ofproto/ofproto-dpif-xlate.c | 24 ++++++-----
ofproto/ofproto-dpif.c | 22 ++++++----
ofproto/ofproto-dpif.h | 6 ++-
ofproto/ofproto-provider.h | 12 ++++++
ofproto/pinsched.c | 15 ++++---
ofproto/pinsched.h | 8 ++--
tests/ofproto-dpif.at | 2 +-
17 files changed, 192 insertions(+), 104 deletions(-)
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev