diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2017-08-20 16:52:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-20 22:49:10 -0400 |
commit | 5a78449810b06c3bc5fcd002d52e1a64f9bb397e (patch) | |
tree | 6a406ad9f2b26ae4a42bc579c5758838a9d09cab | |
parent | d4dd2d75a26ef07cadc2949efeea9fabc2a5c299 (diff) |
switchdev: documentation: minor typo fixes
Two typos in switchdev.txt
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/switchdev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt index 3e7b946dea27..5e40e1f68873 100644 --- a/Documentation/networking/switchdev.txt +++ b/Documentation/networking/switchdev.txt | |||
@@ -228,7 +228,7 @@ Learning on the device port should be enabled, as well as learning_sync: | |||
228 | bridge link set dev DEV learning on self | 228 | bridge link set dev DEV learning on self |
229 | bridge link set dev DEV learning_sync on self | 229 | bridge link set dev DEV learning_sync on self |
230 | 230 | ||
231 | Learning_sync attribute enables syncing of the learned/forgotton FDB entry to | 231 | Learning_sync attribute enables syncing of the learned/forgotten FDB entry to |
232 | the bridge's FDB. It's possible, but not optimal, to enable learning on the | 232 | the bridge's FDB. It's possible, but not optimal, to enable learning on the |
233 | device port and on the bridge port, and disable learning_sync. | 233 | device port and on the bridge port, and disable learning_sync. |
234 | 234 | ||
@@ -245,7 +245,7 @@ the responsibility of the port driver/device to age out these entries. If the | |||
245 | port device supports ageing, when the FDB entry expires, it will notify the | 245 | port device supports ageing, when the FDB entry expires, it will notify the |
246 | driver which in turn will notify the bridge with SWITCHDEV_FDB_DEL. If the | 246 | driver which in turn will notify the bridge with SWITCHDEV_FDB_DEL. If the |
247 | device does not support ageing, the driver can simulate ageing using a | 247 | device does not support ageing, the driver can simulate ageing using a |
248 | garbage collection timer to monitor FBD entries. Expired entries will be | 248 | garbage collection timer to monitor FDB entries. Expired entries will be |
249 | notified to the bridge using SWITCHDEV_FDB_DEL. See rocker driver for | 249 | notified to the bridge using SWITCHDEV_FDB_DEL. See rocker driver for |
250 | example of driver running ageing timer. | 250 | example of driver running ageing timer. |
251 | 251 | ||