[ovs-git] [openvswitch/ovs] 0fcc08: datapath: Check if nla_is_last() is available in <...

GitHub noreply at github.com
Wed Dec 10 01:11:27 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0fcc086dc7da3fa832af11fa4a8ca24afb78cbe0
      https://github.com/openvswitch/ovs/commit/0fcc086dc7da3fa832af11fa4a8ca24afb78cbe0
  Author: Thomas Graf <tgraf at noironetworks.com>
  Date:   2014-12-09 (Tue, 09 Dec 2014)

  Changed paths:
    M acinclude.m4
    M datapath/linux/compat/include/net/netlink.h

  Log Message:
  -----------
  datapath: Check if nla_is_last() is available in <net/netlink.h>

nla_is_last() is not available in 3.18, it's only in net-next.
Convert to grep based to check to account for distribution backports.

Fixes: 684b5f ("datapath: Rename last_action() as nla_is_last() and move to netlink.h")
Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


  Commit: 4510f85327f17c40f92d057243cce3b45ad39aa8
      https://github.com/openvswitch/ovs/commit/4510f85327f17c40f92d057243cce3b45ad39aa8
  Author: Thomas Graf <tgraf at noironetworks.com>
  Date:   2014-12-09 (Tue, 09 Dec 2014)

  Changed paths:
    M NEWS
    M acinclude.m4

  Log Message:
  -----------
  datapath: Mark compatible with kernels up to 3.18.x

Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


  Commit: 56a3eb24e76338097b7929be601f85242f84afbd
      https://github.com/openvswitch/ovs/commit/56a3eb24e76338097b7929be601f85242f84afbd
  Author: Thomas Graf <tgraf at noironetworks.com>
  Date:   2014-12-09 (Tue, 09 Dec 2014)

  Changed paths:
    M datapath/linux/compat/include/linux/netdev_features.h

  Log Message:
  -----------
  datapath: Account for already defined NETIF_F_GSO_ENCAP_ALL

Relates-to: f6eec614 ("openvswitch: Enable tunnel GSO for OVS bridge.")
Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/67ce407f561c...56a3eb24e763


More information about the git mailing list