[ovs-git] [openvswitch/ovs] ccdfc6: netdev-linux: Fix indentation.

Alexey Roytman noreply at github.com
Fri Feb 19 23:11:02 UTC 2021


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: ccdfc67b74889d41d8d5b9a66f6cef3ce1ca2e1a
      https://github.com/openvswitch/ovs/commit/ccdfc67b74889d41d8d5b9a66f6cef3ce1ca2e1a
  Author: William Tu <u9012063 at gmail.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M lib/netdev-linux.c

  Log Message:
  -----------
  netdev-linux: Fix indentation.

Remove one extra space. No actual code logic changed.

Fixes: 2109841b79845 ("Use batch process recv for tap and raw socket in netdev datapath")
Signed-off-by: William Tu <u9012063 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 967d4055e738b5fb88d14cdcfd452e063da9968f
      https://github.com/openvswitch/ovs/commit/967d4055e738b5fb88d14cdcfd452e063da9968f
  Author: Alin Gabriel Serdean <aserdean at ovn.org>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M tests/daemon.at

  Log Message:
  -----------
  windows, tests: Modify service test.

The database is now called "_Server" so look for that instead of
"Open_vSwitch".

Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 65582c0badf45778aab509b5f9bef6a0ab5181a2
      https://github.com/openvswitch/ovs/commit/65582c0badf45778aab509b5f9bef6a0ab5181a2
  Author: Hariprasad Govindharajan <hariprasad.govindharajan at intel.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M .ci/linux-build.sh
    M Documentation/faq/releases.rst
    M Documentation/intro/install/dpdk.rst
    M Documentation/topics/dpdk/vhost-user.rst
    M NEWS

  Log Message:
  -----------
  dpdk: Use DPDK 19.11.6 release.

Modify ci linux build script to use the latest DPDK stable release.
Modify Documentation to use the latest DPDK stable release
19.11.6. Update NEWS file to reflect the latest DPDK stable release.

Note: 19.11.6 is the latest stable release in the 19.11 series.
So OvS 2.13 is updated to use 19.11.6 version
18.11.11 is the final support release for the 18.11 series,
no further support releases for 18.11 series are expected.
So, both OvS 2.11 and 2.12 are updated to use 18.11.11.

Signed-off-by: Hariprasad Govindharajan <hariprasad.govindharajan at intel.com>
Acked-by: Kevin Traynor <ktraynor at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 26fa38c332500499fe938abbaff53248d306c20c
      https://github.com/openvswitch/ovs/commit/26fa38c332500499fe938abbaff53248d306c20c
  Author: Alexey Roytman <roytman at il.ibm.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M ovsdb/ovsdb-client.c
    M tests/ovsdb-client.at

  Log Message:
  -----------
  ovsdb-client: Fix needs-conversion when SERVER is explicitly specified.

When you try to specify `SERVER` to the 'ovsdb-client needs-conversion'
command, it interprets the `SERVER` parameter as the path to the schema
and returns an error.
This PR fixes it.

Fixes: 1b1d2e6daa56 ("ovsdb: Introduce experimental support for clustered databases.")
Submitted-at: https://github.com/openvswitch/ovs/pull/347
Signed-off-by: Alexey Roytman <roytman at il.ibm.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/81e759618cc2...26fa38c33250


More information about the git mailing list