chardev: remove deprecated 'reconnect' option
It was deprecated in 9.2, time to remove. Note, that (which become obvious with this commit) we forget to do some checks for reconnect-ms options, for example, it was silently ignored for listening server, instead of error-out. The commit fixes this, as now we use reconnect_ms everywhere. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Reviewed-by: Daniil Tatianin <d-tatianin@yandex-team.ru> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
bc831f3739
commit
f223a90b0c
5 changed files with 18 additions and 41 deletions
|
|
@ -468,12 +468,6 @@ Backend ``memory`` (since 9.0)
|
|||
|
||||
``memory`` is a deprecated synonym for ``ringbuf``.
|
||||
|
||||
``reconnect`` (since 9.2)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The ``reconnect`` option only allows specifying second granularity timeouts,
|
||||
which is not enough for all types of use cases, use ``reconnect-ms`` instead.
|
||||
|
||||
|
||||
Net device options
|
||||
''''''''''''''''''
|
||||
|
|
|
|||
|
|
@ -1367,4 +1367,16 @@ The ``blacklist`` config file option has been renamed to ``block-rpcs``
|
|||
(to be in sync with the renaming of the corresponding command line
|
||||
option).
|
||||
|
||||
Device options
|
||||
--------------
|
||||
|
||||
Character device options
|
||||
''''''''''''''''''''''''
|
||||
|
||||
``reconnect`` (removed in 10.2)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The ``reconnect`` has been replaced by ``reconnect-ms``, which provides
|
||||
better precision.
|
||||
|
||||
.. _Intel discontinuance notification: https://www.intel.com/content/www/us/en/content-details/781327/intel-is-discontinuing-ip-ordering-codes-listed-in-pdn2312-for-nios-ii-ip.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue