-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devlink-documentation-refactor'
Jacob Keller says: ==================== devlink documentation refactor This series updates the devlink documentation, with a few primary goals * move all of the devlink documentation into a dedicated subfolder * convert that documentation to the reStructuredText format * merge driver-specific documentations into a single file per driver * add missing documentation, including per-driver and devlink generally For each driver, I took the time to review the code and add further documentation on the various features it currently supports. Additionally, I added new documentation files for some of the features such as devlink-dpipe, devlink-resource, and devlink-regions. Note for the region snapshot triggering, I kept that as a separate patch as that is based on work that has not yet been merged to net-next, and may change. I also improved the existing documentation for devlink-info and devlink-param by adding a bit more of an introduction when converting it to the rst format. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
33 changed files
with
1,208 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Documentation/networking/devlink-params-ti-cpsw-switch.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
==================== | ||
bnxt devlink support | ||
==================== | ||
|
||
This document describes the devlink features implemented by the ``bnxt`` | ||
device driver. | ||
|
||
Parameters | ||
========== | ||
|
||
.. list-table:: Generic parameters implemented | ||
|
||
* - Name | ||
- Mode | ||
* - ``enable_sriov`` | ||
- Permanent | ||
* - ``ignore_ari`` | ||
- Permanent | ||
* - ``msix_vec_per_pf_max`` | ||
- Permanent | ||
* - ``msix_vec_per_pf_min`` | ||
- Permanent | ||
|
||
The ``bnxt`` driver also implements the following driver-specific | ||
parameters. | ||
|
||
.. list-table:: Driver-specific parameters implemented | ||
:widths: 5 5 5 85 | ||
|
||
* - Name | ||
- Type | ||
- Mode | ||
- Description | ||
* - ``gre_ver_check`` | ||
- Boolean | ||
- Permanent | ||
- Generic Routing Encapsulation (GRE) version check will be enabled in | ||
the device. If disabled, the device will skip the version check for | ||
incoming packets. |
Oops, something went wrong.