Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.38 KB

VnicEthInterruptSettings.md

File metadata and controls

14 lines (10 loc) · 1.38 KB

VnicEthInterruptSettings

Interrupt settings for the virtual ethernet interface.

Properties

Name Type Description Notes
coalescing_time int The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field. [optional]
coalescing_type str Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field. [optional] [default to 'MIN']
count int The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources. [optional]
mode str Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option. [optional] [default to 'MSIx']

[Back to Model list] [Back to API list] [Back to README]