[ovs-git] [openvswitch/ovs] 100f4e: datapath: Typo fix.

GitHub noreply at github.com
Thu Apr 27 17:35:31 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 100f4e1451f4192dc0abc46fc4d4c40950200a1a
      https://github.com/openvswitch/ovs/commit/100f4e1451f4192dc0abc46fc4d4c40950200a1a
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M datapath/conntrack.c

  Log Message:
  -----------
  datapath: Typo fix.

Upstream commit:

    commit abd0a4f2b41812e9ba334945e256909e3d28da57
    Author: Jarno Rajahalme <jarno at ovn.org>
    Date:   Fri Apr 21 16:48:05 2017 -0700

    openvswitch: Typo fix.

    Fix typo in a comment.

    Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
    Acked-by: Greg Rose <gvrose8192 at gmail.com>
    Signed-off-by: David S. Miller <davem at davemloft.net>

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>


  Commit: 8e83854cf29de6f5c66ab776b2adc6ea2bd809ce
      https://github.com/openvswitch/ovs/commit/8e83854cf29de6f5c66ab776b2adc6ea2bd809ce
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M datapath/conntrack.c
    M datapath/linux/compat/include/linux/openvswitch.h
    M lib/dpif-netdev.c

  Log Message:
  -----------
  datapath: Add eventmask support to CT action.

Upstream commit:

    commit 120645513f55a4ac5543120d9e79925d30a0156f
    Author: Jarno Rajahalme <jarno at ovn.org>
    Date:   Fri Apr 21 16:48:06 2017 -0700

    openvswitch: Add eventmask support to CT action.

    Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK,
    which can be used in conjunction with the commit flag
    (OVS_CT_ATTR_COMMIT) to set the mask of bits specifying which
    conntrack events (IPCT_*) should be delivered via the Netfilter
    netlink multicast groups.  Default behavior depends on the system
    configuration, but typically a lot of events are delivered.  This can be
    very chatty for the NFNLGRP_CONNTRACK_UPDATE group, even if only some
    types of events are of interest.

    Netfilter core init_conntrack() adds the event cache extension, so we
    only need to set the ctmask value.  However, if the system is
    configured without support for events, the setting will be skipped due
    to extension not being found.

    Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
    Reviewed-by: Greg Rose <gvrose8192 at gmail.com>
    Acked-by: Joe Stringer <joe at ovn.org>
    Signed-off-by: David S. Miller <davem at davemloft.net>

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/b5a758781177...8e83854cf29d


More information about the git mailing list