[ovs-git] [openvswitch/ovs] 8473cf: ofproto-dpif: Mark packets as "untracked" after ca...

GitHub noreply at github.com
Mon Aug 21 19:55:55 UTC 2017


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: 8473cf69d25c4682cc6f6857b86b490a8c27cbd4
      https://github.com/openvswitch/ovs/commit/8473cf69d25c4682cc6f6857b86b490a8c27cbd4
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2017-08-21 (Mon, 21 Aug 2017)

  Changed paths:
    M NEWS
    M lib/ofp-actions.c
    M ofproto/ofproto-dpif-xlate.c
    M tests/ofproto-dpif.at
    M tests/system-traffic.at
    M utilities/ovs-ofctl.8.in

  Log Message:
  -----------
  ofproto-dpif: Mark packets as "untracked" after call to ct().

Packet and Connection state is only available to the processing path
that follows the "recirc_table" argument of the ct() action.  The
previous behavior made these states available until the end of the
pipeline.  This commit changes the behavior so that the Packet and
Connection state are cleared for the current processing path whenever
ct() is called (in addition to reaching the end of the pipeline.)

A future commit will remove the behavior that a "send to controller"
action causes all packets for that flow to be handled via the slow-path.
The current behavior of connection tracking state makes that difficult
due to datapath actions containing multiple OpenFlow rules that may
contain different connection tracking states.  This change will make
that future commit possible.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>




More information about the git mailing list