[ovs-dev] [PATCH v4 0/4] Masked set actions.

Jarno Rajahalme jrajahalme at nicira.com
Mon Aug 11 16:14:57 UTC 2014


Rebased to the recent datapath changes in actions.c.

Jarno Rajahalme (4):
  lib/odp: Masked set action execution and printing.
  ofproto: Probe for masked set action support.
  lib/odp: Use masked set actions.
  datapath: Allow masks for set actions.

 datapath/actions.c                                |  333 +++++++++------
 datapath/flow_netlink.c                           |  128 +++++-
 datapath/linux/compat/include/linux/openvswitch.h |   10 +
 lib/dpif-netdev.c                                 |    1 +
 lib/dpif.c                                        |    1 +
 lib/odp-execute.c                                 |  244 ++++++++++-
 lib/odp-util.c                                    |  445 ++++++++++++++-------
 lib/odp-util.h                                    |    8 +-
 ofproto/ofproto-dpif-xlate.c                      |   33 +-
 ofproto/ofproto-dpif-xlate.h                      |    3 +-
 ofproto/ofproto-dpif.c                            |   58 ++-
 tests/odp.at                                      |   22 +
 tests/ofproto-dpif.at                             |   62 ++-
 tests/tunnel.at                                   |    8 +-
 14 files changed, 1003 insertions(+), 353 deletions(-)

-- 
1.7.10.4




More information about the dev mailing list