[ovs-git] [openvswitch/ovs] efc4af: ofproto-dpif: Update handle_action() comment.

GitHub noreply at github.com
Thu Mar 23 22:02:22 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: efc4afb2999b188b8fcda25835e20cf9e7cb3880
      https://github.com/openvswitch/ovs/commit/efc4afb2999b188b8fcda25835e20cf9e7cb3880
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  -----------
  ofproto-dpif: Update handle_action() comment.

The comment didn't mention the SLOW_LLDP and SLOW_ACTION reasons.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


  Commit: 95263037a3727423ed7b9d540923d6f2d6845c3f
      https://github.com/openvswitch/ovs/commit/95263037a3727423ed7b9d540923d6f2d6845c3f
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  -----------
  ofproto-dpif-rid: Update comment for recirc_alloc_id__().

The hash is not recomputed if it is passed in as 0.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


  Commit: 64fb5f82d94b7286888052609f7e3b247f2a58b8
      https://github.com/openvswitch/ovs/commit/64fb5f82d94b7286888052609f7e3b247f2a58b8
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  -----------
  ofproto-dpif-xlate: Include controller traffic for NetFlow.

The code previously did not include packets forwarded to the controller
in NetFlow, as it considered this control traffic.  That is debatable for
deployments where the first packet of every flow is sent to the
controller for a forwarding decision that may eventually be executed on
the switch.

However, we are starting to send more traffic to local controllers for
non-forwarding purposes such as logging.  These packets are already
being forwarded (and only copies are being sent to the controller), so
not accounting for them will incorrectly under-report NetFlow
statistics.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/4f6780691653...64fb5f82d94b


More information about the git mailing list