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

GitHub noreply at github.com
Fri Aug 28 17:12:23 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: aa62be0d9fab8098d1b5e8d37037181ee039ba14
      https://github.com/openvswitch/ovs/commit/aa62be0d9fab8098d1b5e8d37037181ee039ba14
  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: 71cfe0384f26c67e992edc6f79136fcbf89706f5
      https://github.com/openvswitch/ovs/commit/71cfe0384f26c67e992edc6f79136fcbf89706f5
  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: b2de120193e3b73d15b3b415ec06009f067312f9
      https://github.com/openvswitch/ovs/commit/b2de120193e3b73d15b3b415ec06009f067312f9
  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: 45e84cb37d50e0062691db76bb68bc91d8da884b
      https://github.com/openvswitch/ovs/commit/45e84cb37d50e0062691db76bb68bc91d8da884b
  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/9091c5ed9859...45e84cb37d50


More information about the git mailing list