Hi. This patch is preliminary to support set_field action.
Now ofpact_reg_load is used.

This patch series is based on Simon's patch series and 
the tree is available at (This includes rebased Ravi's patches)
git://github.com/yamahata/openvswitch.git mpls/june-28-2012-ravi

TODO
- plumb formatter/parser to ovs-ofctl and test
- test with real OF controller (I'll use Ryu)

Changes v1 -> v2:
- use struct ofpact_reg_load
  struct ofpact_set_field is dropped
- dropped patches to eliminate OFPACT_SET_xxx action

Isaku Yamahata (7):
  ofproto-dpif/xlate_autopath: unbreak xlate_autpath()
  lib/ofp-actions: ofpacts_from_openflow11 doesn't put OFPACT_END
  lib/ofp-util: preparation for OF12 of ofp-util
  lib/ofp-actions: make ofpact_reg_load.value mf_value from uint64_t
  lib/ofp-actions: helper functions for of12 set-field action
  ofp-actions: plumb of12 actions support
  ofp-actions: encode OF12 output/set-field actions

 lib/learn.c            |    2 +-
 lib/nx-match.c         |  120 ++++++++++++++++++++++++--
 lib/nx-match.h         |    2 +
 lib/ofp-actions.c      |  222 ++++++++++++++++++++++++++++++++++++++++++------
 lib/ofp-actions.h      |   10 ++-
 lib/ofp-parse.c        |    5 +
 lib/ofp-print.c        |    1 +
 lib/ofp-util.c         |   15 ++-
 lib/ofp-util.def       |   20 +++++
 lib/ofp-util.h         |    6 ++
 ofproto/ofproto-dpif.c |    5 +-
 11 files changed, 361 insertions(+), 47 deletions(-)

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to