[ovs-git] [openvswitch/ovs] 75e932: datapath: improve l4_rxhash regex

GitHub noreply at github.com
Fri Aug 28 17:10:05 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 75e93287dbee2b7e0d8830a09505296ed1ba450d
      https://github.com/openvswitch/ovs/commit/75e93287dbee2b7e0d8830a09505296ed1ba450d
  Author: Flavio Leitner <fbl at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M acinclude.m4

  Log Message:
  -----------
  datapath: improve l4_rxhash regex

Red Hat Enterprise Linux 6 has a comment saying
that it doesn't support l4_rxhash which matches
the current grep regex.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


  Commit: 46d69d187e2eac37523efd535085cb8a29633615
      https://github.com/openvswitch/ovs/commit/46d69d187e2eac37523efd535085cb8a29633615
  Author: Flavio Leitner <fbl at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

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

  Log Message:
  -----------
  datapath: check for backported proto_ports_offset

Red Hat Enterprise Linux 6 has backported it from upstream,
so check for proto_ports_offset instead of kernel version.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


  Commit: 920fc0918997b5c7423421c855f5395446d32aaf
      https://github.com/openvswitch/ovs/commit/920fc0918997b5c7423421c855f5395446d32aaf
  Author: Flavio Leitner <fbl at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

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

  Log Message:
  -----------
  datapath: check for backported ip_is_fragment

Red Hat Enterprise Linux 6 has backported it from upstream,
so check for ip_is_fragment instead of kernel version.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


  Commit: 21a719d658b44c4a49ba0e46846691cfb7078599
      https://github.com/openvswitch/ovs/commit/21a719d658b44c4a49ba0e46846691cfb7078599
  Author: Flavio Leitner <fbl at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

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

  Log Message:
  -----------
  datapath: check for el6 kernels for per_cpu

The OVS hook has been backported so it doesn't work to
decide per_cpu work arounds.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/9fc807b0e87a...21a719d658b4


More information about the git mailing list