~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/networking/devlink/netdevsim.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. SPDX-License-Identifier: GPL-2.0
  2 
  3 =========================
  4 netdevsim devlink support
  5 =========================
  6 
  7 This document describes the ``devlink`` features supported by the
  8 ``netdevsim`` device driver.
  9 
 10 Parameters
 11 ==========
 12 
 13 .. list-table:: Generic parameters implemented
 14 
 15    * - Name
 16      - Mode
 17    * - ``max_macs``
 18      - driverinit
 19 
 20 The ``netdevsim`` driver also implements the following driver-specific
 21 parameters.
 22 
 23 .. list-table:: Driver-specific parameters implemented
 24    :widths: 5 5 5 85
 25 
 26    * - Name
 27      - Type
 28      - Mode
 29      - Description
 30    * - ``test1``
 31      - Boolean
 32      - driverinit
 33      - Test parameter used to show how a driver-specific devlink parameter
 34        can be implemented.
 35 
 36 The ``netdevsim`` driver supports reloading via ``DEVLINK_CMD_RELOAD``
 37 
 38 Regions
 39 =======
 40 
 41 The ``netdevsim`` driver exposes a ``dummy`` region as an example of how the
 42 devlink-region interfaces work. A snapshot is taken whenever the
 43 ``take_snapshot`` debugfs file is written to.
 44 
 45 Resources
 46 =========
 47 
 48 The ``netdevsim`` driver exposes resources to control the number of FIB
 49 entries, FIB rule entries and nexthops that the driver will allow.
 50 
 51 .. code:: shell
 52 
 53     $ devlink resource set netdevsim/netdevsim0 path /IPv4/fib size 96
 54     $ devlink resource set netdevsim/netdevsim0 path /IPv4/fib-rules size 16
 55     $ devlink resource set netdevsim/netdevsim0 path /IPv6/fib size 64
 56     $ devlink resource set netdevsim/netdevsim0 path /IPv6/fib-rules size 16
 57     $ devlink resource set netdevsim/netdevsim0 path /nexthops size 16
 58     $ devlink dev reload netdevsim/netdevsim0
 59 
 60 Rate objects
 61 ============
 62 
 63 The ``netdevsim`` driver supports rate objects management, which includes:
 64 
 65 - registerging/unregistering leaf rate objects per VF devlink port;
 66 - creation/deletion node rate objects;
 67 - setting tx_share and tx_max rate values for any rate object type;
 68 - setting parent node for any rate object type.
 69 
 70 Rate nodes and their parameters are exposed in ``netdevsim`` debugfs in RO mode.
 71 For example created rate node with name ``some_group``:
 72 
 73 .. code:: shell
 74 
 75     $ ls /sys/kernel/debug/netdevsim/netdevsim0/rate_groups/some_group
 76     rate_parent  tx_max  tx_share
 77 
 78 Same parameters are exposed for leaf objects in corresponding ports directories.
 79 For ex.:
 80 
 81 .. code:: shell
 82 
 83     $ ls /sys/kernel/debug/netdevsim/netdevsim0/ports/1
 84     dev  ethtool  rate_parent  tx_max  tx_share
 85 
 86 Driver-specific Traps
 87 =====================
 88 
 89 .. list-table:: List of Driver-specific Traps Registered by ``netdevsim``
 90    :widths: 5 5 90
 91 
 92    * - Name
 93      - Type
 94      - Description
 95    * - ``fid_miss``
 96      - ``exception``
 97      - When a packet enters the device it is classified to a filtering
 98        identifier (FID) based on the ingress port and VLAN. This trap is used
 99        to trap packets for which a FID could not be found

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php