On Mon, May 15, 2017 at 10:04:54AM -0700, Yi-Hung Wei wrote: > This patch series add support to OpenFlow 1.5 packet-out messages that > enable setting pipeline fields. > > v2: > - Add support for tunnel and register pipeline fields. > - Pull out common part of patch 2 in v1 and [1]. > - Use 'struct match' instead of 'struct flow' for flow metadata in > 'struct ofputil_packet_out' in order to support tun_metadata. > This approach also avoids to convert back and forth between 'match' and > 'flow' when encoding/decoding packet-out message. > > [1] https://mail.openvswitch.org/pipermail/ovs-dev/2017-April/331032.html > > Jean Tourrilhesa, Zoltan Balogh, Jan Scheurich, Yi-Hung Wei (1): > ofp-util: Add OpenFlow 1.5 packet-out support > > Yi-Hung Wei (4): > ofp-util: Add flow metadata to ofputil_packet_out > ofproto: Add pipeline fields support for OF 1.5 packet-out > ofp-parse: Parse pipeline fields in OF1.5 packet-out > ofp-util: Fix tun_metadata processing in pakcet-out
Thanks for working on this! I'm pleased to be closer to supporting all the OpenFlow 1.5 required features. I applied this series to master, with only a few changes for style. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
