[ovs-dev] [PATCH v2] ofproto: Allow bundle idle timeout to be configured.

Ben Pfaff blp at ovn.org
Wed May 9 22:07:50 UTC 2018


On Thu, Apr 19, 2018 at 02:09:38PM -0300, Flavio Leitner wrote:
> In some cases 10 seconds might be too much time and in
> other cases it might be too little.
> 
> The OpenFlow spec mandates that it should wait at least one
> second, so enforce that as the minimum acceptable value.
> 
> Signed-off-by: Flavio Leitner <fbl at sysclose.org>
> ---
>  ofproto/connmgr.c          |  24 +++++++--
>  ofproto/connmgr.h          |   2 +
>  ofproto/ofproto.c          |   7 +++
>  ofproto/ofproto.h          |   1 +
>  tests/ofproto.at           | 129 +++++++++++++++++++++++++++++++++++++++++++++
>  vswitchd/bridge.c          |   3 +-
>  vswitchd/ovs-vswitchd.8.in |   5 +-
>  vswitchd/vswitch.xml       |  12 +++++
>  8 files changed, 176 insertions(+), 7 deletions(-)
> 
> * V2
>   - Included Ben's fix to use default if the config is removed.
>   - Added addditional test to cover the above situation.
>   - Made the timeout setting more clear.

Thanks, applied to master.


More information about the dev mailing list