mbox series

[ovs-dev,v2,0/2] Enable OpenFlow 1.5 by default

Message ID 20190609232342.14405-1-blp@ovn.org
Headers show
Series Enable OpenFlow 1.5 by default | expand

Message

Ben Pfaff June 9, 2019, 11:23 p.m. UTC
v1->v2:
  * Applied first 8 patches (thanks Numan) and dropped from series.
  * Rebased and reposted.

Ben Pfaff (2):
  ofp-actions: Support OF1.5 meter action.
  OpenFlow: Enable OpenFlow 1.5 by default.

 Documentation/faq/openflow.rst                |  27 ++--
 .../group-selection-method-property.txt       |  16 +--
 Documentation/topics/openflow.rst             |   6 -
 NEWS                                          |   4 +
 include/openvswitch/ofp-actions.h             |   4 +-
 include/openvswitch/ofp-protocol.h            |   5 +-
 lib/ofp-actions.c                             | 117 +++++++++++++-----
 lib/ofp-version-opt.h                         |   2 +-
 lib/ofp-version.man                           |   7 +-
 lib/ovs-actions.xml                           |  11 +-
 tests/ofp-actions.at                          |   3 +
 tests/test-vconn.c                            |  14 +--
 vswitchd/vswitch.xml                          |  13 +-
 13 files changed, 139 insertions(+), 90 deletions(-)