aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/devlink/ice.rst
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2021-09-30 14:21:04 -0700
committerDavid S. Miller <davem@davemloft.net>2021-10-01 14:28:55 +0100
commita70e3f024d5f4ec7edb17ab5d927eb55397f1d15 (patch)
treeb117aa9eba12a5fb70559e1562288020564e89f5 /Documentation/networking/devlink/ice.rst
parentMerge branch 'mctp-kunit-tests' (diff)
downloadlinux-dev-a70e3f024d5f4ec7edb17ab5d927eb55397f1d15.tar.xz
linux-dev-a70e3f024d5f4ec7edb17ab5d927eb55397f1d15.zip
devlink: report maximum number of snapshots with regions
Each region has an independently configurable number of maximum snapshots. This information is not reported to userspace, making it not very discoverable. Fix this by adding a new DEVLINK_ATTR_REGION_MAX_SNAPSHOST attribute which is used to report this maximum. Ex: $devlink region pci/0000:af:00.0/nvm-flash: size 10485760 snapshot [] max 1 pci/0000:af:00.0/device-caps: size 4096 snapshot [] max 10 pci/0000:af:00.1/nvm-flash: size 10485760 snapshot [] max 1 pci/0000:af:00.1/device-caps: size 4096 snapshot [] max 10 This information enables users to understand why a new region command may fail due to having too many existing snapshots. Reported-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel) Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Acked-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/devlink/ice.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/ice.rst b/Documentation/networking/devlink/ice.rst
index a432dc419fa4..32aea1f7d7f7 100644
--- a/Documentation/networking/devlink/ice.rst
+++ b/Documentation/networking/devlink/ice.rst
@@ -141,6 +141,10 @@ Users can request an immediate capture of a snapshot via the
.. code:: shell
+ $ devlink region show
+ pci/0000:01:00.0/nvm-flash: size 10485760 snapshot [] max 1
+ pci/0000:01:00.0/device-caps: size 4096 snapshot [] max 10
+
$ devlink region new pci/0000:01:00.0/nvm-flash snapshot 1
$ devlink region dump pci/0000:01:00.0/nvm-flash snapshot 1