[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250522134839.1336-9-darinzon@amazon.com>
Date: Thu, 22 May 2025 16:48:39 +0300
From: David Arinzon <darinzon@...zon.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
<netdev@...r.kernel.org>
CC: David Arinzon <darinzon@...zon.com>, Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, "Richard
Cochran" <richardcochran@...il.com>, "Woodhouse, David" <dwmw@...zon.com>,
"Machulsky, Zorik" <zorik@...zon.com>, "Matushevsky, Alexander"
<matua@...zon.com>, Saeed Bshara <saeedb@...zon.com>, "Wilson, Matt"
<msw@...zon.com>, "Liguori, Anthony" <aliguori@...zon.com>, "Bshara, Nafea"
<nafea@...zon.com>, "Schmeilin, Evgeny" <evgenys@...zon.com>, "Belgazal,
Netanel" <netanel@...zon.com>, "Saidi, Ali" <alisaidi@...zon.com>,
"Herrenschmidt, Benjamin" <benh@...zon.com>, "Kiyanovski, Arthur"
<akiyano@...zon.com>, "Dagan, Noam" <ndagan@...zon.com>, "Bernstein, Amit"
<amitbern@...zon.com>, "Agroskin, Shay" <shayagr@...zon.com>, "Ostrovsky,
Evgeny" <evostrov@...zon.com>, "Tabachnik, Ofir" <ofirt@...zon.com>,
"Machnikowski, Maciek" <maciek@...hnikowski.net>, Rahul Rameshbabu
<rrameshbabu@...dia.com>, Gal Pressman <gal@...dia.com>, Vadim Fedorenko
<vadim.fedorenko@...ux.dev>, Andrew Lunn <andrew@...n.ch>, Leon Romanovsky
<leon@...nel.org>
Subject: [PATCH v10 net-next 8/8] net: ena: Add a DEVLINK readme
Adding a standard devlink readme which outlines the parameters
that are supported by the ena driver.
Signed-off-by: David Arinzon <darinzon@...zon.com>
---
Documentation/networking/devlink/ena.rst | 25 ++++++++++++++++++++++
Documentation/networking/devlink/index.rst | 1 +
2 files changed, 26 insertions(+)
create mode 100644 Documentation/networking/devlink/ena.rst
diff --git a/Documentation/networking/devlink/ena.rst b/Documentation/networking/devlink/ena.rst
new file mode 100644
index 00000000..0c66aec2
--- /dev/null
+++ b/Documentation/networking/devlink/ena.rst
@@ -0,0 +1,25 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+===================
+ena devlink support
+===================
+
+This document describes the devlink features implemented by the ``ena``
+device driver.
+
+Parameters
+==========
+
+The ``ena`` driver implements the following driver-specific parameters.
+
+.. list-table:: Driver-specific parameters implemented
+ :widths: 5 5 5 85
+
+ * - Name
+ - Type
+ - Mode
+ - Description
+ * - ``phc_enable``
+ - Boolean
+ - driverinit
+ - Enables/disables the PHC feature
diff --git a/Documentation/networking/devlink/index.rst b/Documentation/networking/devlink/index.rst
index 8319f43b..53d00934 100644
--- a/Documentation/networking/devlink/index.rst
+++ b/Documentation/networking/devlink/index.rst
@@ -98,3 +98,4 @@ parameters, info versions, and other features it supports.
iosm
octeontx2
sfc
+ ena
--
2.47.1
Powered by blists - more mailing lists