]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/ofproto-dpif-upcall.c
upcall: Configure datapath max-revalidator through ovs-vsctl.
authorVlad Buslov <vladbu@mellanox.com>
Sun, 21 Jul 2019 08:34:21 +0000 (11:34 +0300)
committerBen Pfaff <blp@ovn.org>
Wed, 21 Aug 2019 22:28:01 +0000 (15:28 -0700)
commitb6bdc3cd730c2c47726f5913ba549b0284499f96
tree481c95d7e2e98e41fd8637b3a3fd2fc7564d68cb
parentc194367cbf86cce4faad9e4126ee0529f37c3690
upcall: Configure datapath max-revalidator through ovs-vsctl.

This patch adds a new configuration option, "max-revalidator" to the
Open_vSwitch "other-config" column. This sets maximum allowed ravalidator
timeout. Actual timeout value is determined at runtime as minimum of
"max-idle" and "max-revalidator".

Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Acked-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c
vswitchd/vswitch.xml