From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/NMSettingOvsDpdk.html | 143 ++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/libnm/html/NMSettingOvsDpdk.html (limited to 'docs/libnm/html/NMSettingOvsDpdk.html') diff --git a/docs/libnm/html/NMSettingOvsDpdk.html b/docs/libnm/html/NMSettingOvsDpdk.html new file mode 100644 index 00000000..6c591347 --- /dev/null +++ b/docs/libnm/html/NMSettingOvsDpdk.html @@ -0,0 +1,143 @@ + + + + +NMSettingOvsDpdk: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOvsDpdk

+

NMSettingOvsDpdk — Describes connection properties for Open vSwitch DPDK interfaces.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_ovs_dpdk_new () +
const char * + +nm_setting_ovs_dpdk_get_devargs () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_OVS_DPDK_SETTING_NAME
#defineNM_SETTING_OVS_DPDK_DEVARGS
+
+
+

Description

+

The NMSettingOvsDpdk object is a NMSetting subclass that describes properties +necessary for Open vSwitch interfaces of type "dpdk".

+
+
+

Functions

+
+

nm_setting_ovs_dpdk_new ()

+
NMSetting *
+nm_setting_ovs_dpdk_new (void);
+

Creates a new NMSettingOvsDpdk object with default values.

+
+

Returns

+

the new empty NMSettingOvsDpdk object.

+

[transfer full]

+
+

Since: 1.20

+
+
+
+

nm_setting_ovs_dpdk_get_devargs ()

+
const char *
+nm_setting_ovs_dpdk_get_devargs (NMSettingOvsDpdk *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingOvsDpdk

 
+
+
+

Returns

+

the “devargs” property of the setting

+
+

Since: 1.20

+
+
+
+

Types and Values

+
+

NM_SETTING_OVS_DPDK_SETTING_NAME

+
#define NM_SETTING_OVS_DPDK_SETTING_NAME        "ovs-dpdk"
+
+
+
+
+

NM_SETTING_OVS_DPDK_DEVARGS

+
#define NM_SETTING_OVS_DPDK_DEVARGS             "devargs"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5