mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	devlink: add documentation for ionic device driver
The IONIC device driver allocates a devlink and reports versions. Add documentation for this driver. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Cc: Shannon Nelson <snelson@pensando.io> Acked-by: Shannon Nelson <snelson@pensandi.io> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									0b0f945f54
								
							
						
					
					
						commit
						cf4cb322d7
					
				
					 2 changed files with 30 additions and 0 deletions
				
			
		| 
						 | 
					@ -30,6 +30,7 @@ parameters, info versions, and other features it supports.
 | 
				
			||||||
   :maxdepth: 1
 | 
					   :maxdepth: 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   bnxt
 | 
					   bnxt
 | 
				
			||||||
 | 
					   ionic
 | 
				
			||||||
   mlx4
 | 
					   mlx4
 | 
				
			||||||
   mlx5
 | 
					   mlx5
 | 
				
			||||||
   mlxsw
 | 
					   mlxsw
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										29
									
								
								Documentation/networking/devlink/ionic.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								Documentation/networking/devlink/ionic.rst
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,29 @@
 | 
				
			||||||
 | 
					.. SPDX-License-Identifier: GPL-2.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=====================
 | 
				
			||||||
 | 
					ionic devlink support
 | 
				
			||||||
 | 
					=====================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This document describes the devlink features implemented by the ``ionic``
 | 
				
			||||||
 | 
					device driver.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Info versions
 | 
				
			||||||
 | 
					=============
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The ``ionic`` driver reports the following versions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. list-table:: devlink info versions implemented
 | 
				
			||||||
 | 
					   :widths: 5 5 90
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   * - Name
 | 
				
			||||||
 | 
					     - Type
 | 
				
			||||||
 | 
					     - Description
 | 
				
			||||||
 | 
					   * - ``fw``
 | 
				
			||||||
 | 
					     - running
 | 
				
			||||||
 | 
					     - Version of firmware running on the device
 | 
				
			||||||
 | 
					   * - ``asic.id``
 | 
				
			||||||
 | 
					     - fixed
 | 
				
			||||||
 | 
					     - The ASIC type for this device
 | 
				
			||||||
 | 
					   * - ``asic.rev``
 | 
				
			||||||
 | 
					     - fixed
 | 
				
			||||||
 | 
					     - The revision of the ASIC for this device
 | 
				
			||||||
		Loading…
	
		Reference in a new issue