SettingOvsDpdk
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_ovs_dpdk_get_type ()" ) ]
public class SettingOvsDpdk :
Setting
Content:
Constants:
Properties:
- public string devargs { owned get; set; }
Open vSwitch DPDK device arguments.
- public int lsc_interrupt { get; set; }
Configures the Link State Change (LSC) detection mode for the OVS DPDK
interface.
- public uint n_rxq { get; set; }
Open vSwitch DPDK number of rx queues.
- public uint n_rxq_desc { get; set; }
The rx queue size (number of rx descriptors) for DPDK ports.
- public uint n_txq_desc { get; set; }
The tx queue size (number of tx descriptors) for DPDK ports.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object