[ovs-git] [openvswitch/ovs] e37b84: ofproto-dpif-xlate: Don't stop processing after ct...

GitHub noreply at github.com
Wed Nov 11 18:17:17 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e37b8437e915a02a88116e5ea7af1a7e716bd597
      https://github.com/openvswitch/ovs/commit/e37b8437e915a02a88116e5ea7af1a7e716bd597
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c

  Log Message:
  -----------
  ofproto-dpif-xlate: Don't stop processing after ct.

If conntrack recirculates, it should not stop processing the current
pipeline. The cloned packet will begin processing in the table specified
with the current metadata and action set; The current copy of the packet
will continue processing, including to return back to prior resubmit()
calls.

Reported-by: Russell Bryant <rbryant at redhat.com>
Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


  Commit: c4e34c6114bcf4cf9248fe910ae8f202b6293f40
      https://github.com/openvswitch/ovs/commit/c4e34c6114bcf4cf9248fe910ae8f202b6293f40
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M tests/system-traffic.at

  Log Message:
  -----------
  system-traffic: Add resubmit conntrack test.

This tests that resubmits return as expected when conntrack is used
with recirculation to another table.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Signed-off-by: Joe Stringer <joestringer at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/0e7850eb8d6d...c4e34c6114bc


More information about the git mailing list