Difference between revisions of "ESXi - 6.7 rdma"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(Created page with "= rdma = Operations that pertain to remote direct memory access (RDMA) protocol stack on an ESX host.<br> == device == list === protocol === list === stats === get === vmknic === list == iser == add delete")
 
Line 2: Line 2:
Operations that pertain to remote direct memory access (RDMA) protocol stack on an ESX host.<br>
Operations that pertain to remote direct memory access (RDMA) protocol stack on an ESX host.<br>
== device ==
== device ==
list
* '''list'''
: List the logical RDMA devices currently registered on the system.
:* <code>esxcli rdma device list</code>
 
=== protocol ===
=== protocol ===
list
* '''list'''
: List the enabled RDMA protocols.
:* <code>esxcli rdma device protocol list</code>
 
=== stats ===
=== stats ===
get
* '''get'''
: Get statistics for a given RDMA device.
:* <code>esxcli rdma device stats get</code>
 
=== vmknic ===
=== vmknic ===
list
* '''list'''
: List the vmknics associated with RDMA devices.
:* <code>esxcli rdma device vmknic list</code>
 
== iser ==
== iser ==
add
add


delete
delete

Revision as of 18:54, 10 February 2022

rdma

Operations that pertain to remote direct memory access (RDMA) protocol stack on an ESX host.

device

  • list
List the logical RDMA devices currently registered on the system.
  • esxcli rdma device list

protocol

  • list
List the enabled RDMA protocols.
  • esxcli rdma device protocol list

stats

  • get
Get statistics for a given RDMA device.
  • esxcli rdma device stats get

vmknic

  • list
List the vmknics associated with RDMA devices.
  • esxcli rdma device vmknic list

iser

add

delete