[ovs-git] [openvswitch/ovs] 69ad70: compat: Always use own __ipv6_select_ident().

GitHub noreply at github.com
Sat Dec 19 01:28:00 UTC 2015


  Branch: refs/heads/branch-2.5
  Home:   https://github.com/openvswitch/ovs
  Commit: 69ad704b32d1c95a137cde5eb748131643822f36
      https://github.com/openvswitch/ovs/commit/69ad704b32d1c95a137cde5eb748131643822f36
  Author: Joe Stringer <joe at ovn.org>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
    M datapath/linux/compat/ip6_output.c

  Log Message:
  -----------
  compat: Always use own __ipv6_select_ident().

If the ip fragmentation backport is enabled, we should always use our
own {,__}ipv6_select_ident(). This fixes the following issue on some
v3.19 kernels:

datapath/linux/ip6_output.c:93:12: error: conflicting types for
‘__ipv6_select_ident’
 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd,

Reported-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Pravin B Shelar <pshelar at nicira.com>
Tested-by: Simon Horman <simon.horman at netronome.com>


  Commit: 465631aad4eca325d9b5911017eb239ec3594ded
      https://github.com/openvswitch/ovs/commit/465631aad4eca325d9b5911017eb239ec3594ded
  Author: Joe Stringer <joe at ovn.org>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
    M datapath/actions.c
    M datapath/conntrack.c
    M datapath/conntrack.h

  Log Message:
  -----------
  compat: Backport conntrack strictly to v3.10+.

The conntrack/ipfrag backport was previously not entirely consistent in
its include for versions 3.9 and 3.10. The intention was to build it for
all kernels 3.10 and newer, so fix the version checks.

Reported-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Pravin B Shelar <pshelar at nicira.com>
Tested-by: Simon Horman <simon.horman at netronome.com>


Compare: https://github.com/openvswitch/ovs/compare/7d9cfd7c5c1f...465631aad4ec


More information about the git mailing list