When the NXM actions NXAST_REG_MOVE and NXAST_REG_LOAD were introduced,
every possible destination field required some special-case work in
ofproto. This is no longer necessary now that Ethan has refactored and
optimized the ofproto code that compiles flows. Now it's very easy to
add more destination fields, so this commit does so.
Ben Pfaff (3):
ofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.
ofproto-dpif: Implement OFPAT_SET_NW_TOS.
nx-match: Make more fields writable with NXAST_REG_MOVE and other
actions.
include/openflow/nicira-ext.h | 12 ++++++++++++
lib/nx-match.c | 37 +++++++++++++++++++++++++++++--------
lib/nx-match.def | 18 +++++++++---------
ofproto/ofproto-dpif.c | 7 ++++++-
4 files changed, 56 insertions(+), 18 deletions(-)
--
1.7.4.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev