[ovs-git] [openvswitch/ovs] 08905c: conntrack: Fix the icmp conntrack new state.

Ilya Maximets noreply at github.com
Wed Jan 27 16:45:16 UTC 2021


  Branch: refs/heads/branch-2.15
  Home:   https://github.com/openvswitch/ovs
  Commit: 08905c937742a979f2034f1fcc159e96ccdda8aa
      https://github.com/openvswitch/ovs/commit/08905c937742a979f2034f1fcc159e96ccdda8aa
  Author: Tonghao Zhang <xiangxia.m.yue at gmail.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M lib/conntrack-icmp.c
    M tests/system-common-macros.at
    M tests/system-traffic.at

  Log Message:
  -----------
  conntrack: Fix the icmp conntrack new state.

The same icmp packet may traverse conntrack module more than once.
Or same icmp packets traverse contranck module in orderly.

Don't change state to CS_ESTABLISHED before receiving reply or related packets.

Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: b4e8346a7f595e7413b508154c828d7291696804
      https://github.com/openvswitch/ovs/commit/b4e8346a7f595e7413b508154c828d7291696804
  Author: Mao YingMing <maoyingming at baidu.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M lib/dpctl.c

  Log Message:
  -----------
  dpctl: Fix dpctl process command parameter error.

Fix the following error:

  $ ovs-appctl dpctl/dump-conntrack -m -s system at ovs-system zone=0
  "dpctl/dump-conntrack" command takes at most 2 arguments
  ovs-appctl: ovs-vswitchd: server returned an error

  $ ovs-appctl dpctl/dump-flows -m --names system at ovs-system filter=in_port\(2\) type=ovs
  "dpctl/dump-flows" command takes at most 4 arguments
  ovs-appctl: ovs-vswitchd: server returned an error

Signed-off-by: Mao YingMing <maoyingming at baidu.com>
Acked-by: Mark Gray <mark.d.gray at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 6899c94c19906cf6eef7842057d52ee21692f07c
      https://github.com/openvswitch/ovs/commit/6899c94c19906cf6eef7842057d52ee21692f07c
  Author: Emma Finn <emma.finn at intel.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M tests/system-dpdk.at

  Log Message:
  -----------
  system-dpdk: Fix 4th and 5th testcases of the system-dpdk testsuite.

Testpmd has been renamed to dpdk-testpmd as of DPDK 20.11.
This commit resolves this issue and fixes these tests.

Signed-off-by: Emma Finn <emma.finn at intel.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/4fc82127cc0b...6899c94c1990


More information about the git mailing list