NM.SettingOvsDpdk¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingOvsDpdk(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
OvsDpdk Link Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingOvsDpdk
object- Return type:
Creates a new
NM.SettingOvsDpdk
object with default values.New in version 1.20.
- get_devargs()¶
- Returns:
the
NM.SettingOvsDpdk
:devargs
property of the setting- Return type:
New in version 1.20.
- get_n_rxq()¶
- Returns:
the
NM.SettingOvsDpdk
:n-rxq
property of the setting- Return type:
New in version 1.36.
- get_n_rxq_desc()¶
- Returns:
the
NM.SettingOvsDpdk
:n-rxq-desc
property of the setting- Return type:
New in version 1.42.
- get_n_txq_desc()¶
- Returns:
the
NM.SettingOvsDpdk
:n-txq-desc
property of the setting- Return type:
New in version 1.42.
Property Details¶
- NM.SettingOvsDpdk.props.devargs¶
- Name:
devargs
- Type:
- Default Value:
- Flags:
Open vSwitch DPDK device arguments.
New in version 1.20.
- NM.SettingOvsDpdk.props.n_rxq¶
- Name:
n-rxq
- Type:
- Default Value:
0
- Flags:
Open vSwitch DPDK number of rx queues. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures one queue.
New in version 1.36.
- NM.SettingOvsDpdk.props.n_rxq_desc¶
- Name:
n-rxq-desc
- Type:
- Default Value:
0
- Flags:
The rx queue size (number of rx descriptors) for DPDK ports. Must be zero or a power of 2 between 1 and 4096, and supported by the hardware. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures 2048 descriptors.
New in version 1.42.
- NM.SettingOvsDpdk.props.n_txq_desc¶
- Name:
n-txq-desc
- Type:
- Default Value:
0
- Flags:
The tx queue size (number of tx descriptors) for DPDK ports. Must be zero or a power of 2 between 1 and 4096, and supported by the hardware. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures 2048 descriptors.
New in version 1.42.