diff options
| author | David S. Miller <davem@davemloft.net> | 2021-11-23 12:17:24 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-11-23 12:17:24 +0000 |
| commit | c384cee14aa330ba2f5616fb821ba81f2ef42ccd (patch) | |
| tree | 4623c7c1735752c519d7641a99f673d41968295d /Documentation/networking/devlink/devlink-params.rst | |
| parent | 5f11542f13728d26e4d867fc95263d7f14d61bf3 (diff) | |
| parent | 774a90c1e1a340ebad7b1d8783356bed490ca02f (diff) | |
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says:
====================
100GbE Intel Wired LAN Driver Updates 2021-11-22
Shiraz Saleem says:
Currently E800 devices come up as RoCEv2 devices by default.
This series add supports for users to configure iWARP or RoCEv2 functionality
per PCI function. devlink parameters is used to realize this and is keyed
off similar work in [1].
[1] https://lore.kernel.org/linux-rdma/20210810132424.9129-1-parav@nvidia.com/
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink/devlink-params.rst')
| -rw-r--r-- | Documentation/networking/devlink/devlink-params.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/devlink-params.rst b/Documentation/networking/devlink/devlink-params.rst index 4878907e9232..b7dfe693a332 100644 --- a/Documentation/networking/devlink/devlink-params.rst +++ b/Documentation/networking/devlink/devlink-params.rst @@ -109,6 +109,9 @@ own name. - Boolean - When enabled, the device driver will instantiate VDPA networking specific auxiliary device of the devlink device. + * - ``enable_iwarp`` + - Boolean + - Enable handling of iWARP traffic in the device. * - ``internal_err_reset`` - Boolean - When enabled, the device driver will reset the device on internal |
