summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-12-09 20:21:33 -0600
committerGitHub <noreply@github.com>2022-12-09 20:21:33 -0600
commit58552d28fa046f8c64c97e16be0966f4d015e86d (patch)
treed53e886a61ef7f3d06672feb799d1d81e75815f5
parentb7f08a6fbd03382082166e4fae27f35868a04601 (diff)
parent1d1103a25ce070b21bdfebcd90889e368e250615 (diff)
Merge pull request #12472 from donaldsharp/asic_offload_doc
doc: Clarify asic offload documentation in zebra
-rw-r--r--doc/user/zebra.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst
index a78731ca94..230a4f43b0 100644
--- a/doc/user/zebra.rst
+++ b/doc/user/zebra.rst
@@ -68,7 +68,7 @@ Besides the common invocation options (:ref:`common-invocation-options`), the
option and we will use Route Replace Semantics instead of delete
than add.
-.. option:: --asic-offload [notify_on_offload|notify_on_ack]
+.. option:: --asic-offload=[notify_on_offload|notify_on_ack]
The linux kernel has the ability to use asic-offload ( see switchdev
development ). When the operator knows that FRR will be working in
@@ -76,11 +76,12 @@ Besides the common invocation options (:ref:`common-invocation-options`), the
code only supports asynchronous notification of the offload state.
In other words the initial ACK received for linux kernel installation
does not give zebra any data about what the state of the offload
- is. This option takes the optional paramegers notify_on_offload
+ is. This option takes the optional parameters notify_on_offload
or notify_on_ack. This signals to zebra to notify upper level
protocols about route installation/update on ack received from
the linux kernel or from offload notification.
+
.. option:: -s <SIZE>, --nl-bufsize <SIZE>
Allow zebra to modify the default receive buffer size to SIZE