v1->v2:
  - Rebase and fix a conflict
  - Add signed-off-by
  - Make two separate patches into a 2-patch series, because they need
    to be applied in the correct order.

Ben Pfaff (1):
  openflow-1.2.h: Remove redundant definition of
    OFPST12_GROUP_FEATURES.

Venkitachalam Gopalakrishnan (1):
  Implement OFPT_QUEUE_GET_CONFIG_REQUEST and
    OFPT_QUEUE_GET_CONFIG_REPLY.

 include/openflow/openflow-1.0.h    |   11 +-
 include/openflow/openflow-1.2.h    |   24 ++--
 include/openflow/openflow-common.h |   23 +--
 lib/ofp-msgs.h                     |   12 +-
 lib/ofp-print.c                    |   75 +++++++++-
 lib/ofp-util.c                     |  277 ++++++++++++++++++++++++++++++++++++
 lib/ofp-util.h                     |   29 ++++
 ofproto/ofproto.c                  |   49 ++++++-
 tests/ofp-print.at                 |   44 ++++++
 tests/ofproto.at                   |   30 ++++
 utilities/ovs-ofctl.c              |   22 +++
 11 files changed, 556 insertions(+), 40 deletions(-)

-- 
1.7.10.4

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

Reply via email to