From: Sugesh Chandran <sugesh.chand...@intel.com>

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch set removes the recirculation of encapsulated tunnel packets by      
computing the post tunnel actions at the time of translation.                   

v2
- Use only single CLONE action with length to mark the tunnel combine action 
set.
- Update the datapath trace display functions to handle CLONE.
- Fixed test cases to work with CLONE action.

Sugesh Chandran (2):
  tunneling: Avoid recirculation on datapath by computing the
    recirculate actions at translate time.
  Fix test suite failures on tunneling CLONE action.

 datapath/linux/compat/include/linux/openvswitch.h |   1 +
 lib/dpif-netdev.c                                 |  20 +-
 lib/dpif.c                                        |   1 +
 lib/odp-execute.c                                 |  57 ++++-
 lib/odp-util.c                                    |  96 +++++++-
 lib/odp-util.h                                    |   5 +
 ofproto/ofproto-dpif-sflow.c                      |   1 +
 ofproto/ofproto-dpif-xlate.c                      | 267 +++++++++++-----------
 tests/ofproto-dpif.at                             |  11 +-
 tests/tunnel-push-pop-ipv6.at                     |  10 +-
 tests/tunnel-push-pop.at                          |  13 +-
 11 files changed, 300 insertions(+), 182 deletions(-)

-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to