On Wed, Jun 07, 2017 at 05:14:57PM +0100, Bhanuprakash Bodireddy wrote:
> Add support for keepalive functionality. By default, the keepalive is off and
> can be enabled/disabled only at init time.
> 
> For eg:
>   To enable keepalive feature.
>   'ovs-vsctl --no-wait set Open_vSwitch . other_config:enable-keepalive=true'
> 
>   To set timer interval of 500ms for monitoring packet processing cores;
>   'ovs-vsctl --no-wait set Open_vSwitch . \
>      other_config:keepalive-interval="500"
> 
>   To set shared memory block name where the events shall be updated
>   'ovs-vsctl --no-wait set Open_vSwitch .
>      other_config:keepalive-shm-name="/ovs_keepalive_shm_name"'
> 
> Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodire...@intel.com>

Thanks for working on Open vSwitch and keeping the documentation up to
date.

Our usual practice is to document a feature in the same commit that
implements the feature, so probably this commit should be folded into
one later in the series.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to