This is v2 of the series originally posted beginning here:
http://openvswitch.org/pipermail/dev/2015-June/056771.html

v1->v2:
   First three patches dropped because they were committed.
   See individual patches for detailed changes.

Ben Pfaff (3):
  ofproto: Use OF1.4+ "importance" as part of eviction criteria.
  Implement OpenFlow 1.4+ OFPTC_EVICTION.
  Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.

 DESIGN.md                       |  85 +++++++++-
 NEWS                            |   3 +
 include/openflow/openflow-1.3.h |   9 +-
 include/openflow/openflow-1.4.h |  10 ++
 lib/learning-switch.c           |   2 +
 lib/ofp-msgs.h                  |  10 ++
 lib/ofp-parse.c                 |  52 ++++--
 lib/ofp-parse.h                 |   2 +-
 lib/ofp-print.c                 | 129 ++++++++++++---
 lib/ofp-util.c                  | 353 +++++++++++++++++++++++++++++++++-------
 lib/ofp-util.h                  |  73 ++++++++-
 lib/rconn.c                     |   2 +
 ofproto/ofproto-provider.h      |   9 +-
 ofproto/ofproto.c               | 260 ++++++++++++++++++++---------
 ofproto/ofproto.h               |  18 +-
 ovn/controller/ofctrl.c         |   2 +
 tests/ofp-print.at              |   2 +-
 tests/ofproto.at                |  86 ++++++++++
 utilities/ovs-ofctl.8.in        |  40 +++--
 utilities/ovs-ofctl.c           |  53 +++---
 vswitchd/bridge.c               |   7 +-
 vswitchd/vswitch.xml            | 271 ++++++++++++++++--------------
 22 files changed, 1132 insertions(+), 346 deletions(-)

-- 
2.1.3

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to