Hi Ben, This is version 2 of series of patches -- Implementation of OF1.4 [EXT-192] Vacancy Events.
version 1 of the series is at:- http://openvswitch.org/pipermail/dev/2015-July/058114.html Difference between v1 and v2: 1. Rebased with the latest master. 2. Added Signed-off-by field in commit messages. Following are the patches(3): Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD. Implement Vacancy Events for OFPMP_TABLE_DESC. Implement OFPT_TABLE_STATUS Message. lib/ofp-parse.c | 65 ++++++++++++++++++++++++++-- lib/ofp-parse.h | 3 + lib/ofp-print.c | 22 ++++++++++ lib/ofp-util.c | 87 ++++++++++++++++++++++++++++++++++---- lib/ofp-util.h | 39 +++++++++++++++++ ofproto/ofproto-provider.h | 11 +++++ ofproto/ofproto.c | 24 +++++++--- tests/ofp-print.at | 2 - utilities/ovs-ofctl.c | 90 ++++++++++++++++++++++++++++++++++++++- lib/ofp-print.c | 11 +++++ lib/ofp-util.c | 31 +++++++++++++ ofproto/ofproto.c | 26 +++++++++-- tests/ofproto.at | 10 ++++ include/openflow/openflow-1.4.h | 8 +++ lib/learning-switch.c | 1 lib/ofp-msgs.h | 6 +++ lib/ofp-print.c | 26 +++++++++++ lib/ofp-util.c | 82 ++++++++++++++++++++++++++++++++++++ lib/ofp-util.h | 12 +++++ lib/rconn.c | 1 ofproto/connmgr.c | 31 +++++++++++++ ofproto/connmgr.h | 3 + ofproto/ofproto.c | 31 +++++++++++++ tests/ofproto.at | 20 +++++++-- 24 files changed, 609 insertions(+), 33 deletions(-) -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev