[ovs-git] [openvswitch/ovs] f1ca9b: raft: Report jsonrpc backlog in kilobytes.

Ilya Maximets noreply at github.com
Mon Oct 26 00:29:07 UTC 2020


  Branch: refs/heads/branch-2.14
  Home:   https://github.com/openvswitch/ovs
  Commit: f1ca9b7b04d6c210c9e2b09063529462bd83097a
      https://github.com/openvswitch/ovs/commit/f1ca9b7b04d6c210c9e2b09063529462bd83097a
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2020-10-25 (Sun, 25 Oct 2020)

  Changed paths:
    M ovsdb/raft.c

  Log Message:
  -----------
  raft: Report jsonrpc backlog in kilobytes.

While sending snapshots backlog on raft connections could quickly
grow over 4GB and this will overflow raft-backlog counter.

Let's report it in kB instead. (Using kB and not KB to match with
ru_maxrss counter reported by kernel)

Fixes: 3423cd97f88f ("ovsdb: Add raft memory usage to memory report.")
Acked-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: a412db91e60e111e87f4f81071d6c03a2ab237b4
      https://github.com/openvswitch/ovs/commit/a412db91e60e111e87f4f81071d6c03a2ab237b4
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2020-10-25 (Sun, 25 Oct 2020)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS: Move GTP-U entry to correct release.

GTP-U support was released in 2.14, not 2.13.

Fixes: 3c6d05a02e0f ("userspace: Add GTP-U support.")
Acked-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/0d76323d39c7...a412db91e60e


More information about the git mailing list