From bba2e4b4de668db525cbfdfc35292e5a0b51671a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Feb 2024 17:21:11 +0100 Subject: New upstream version 1.46.0 --- docs/libnm/html/NMSettingSriov.html | 298 +++++++++++++++++++++++++++++++++++- 1 file changed, 295 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMSettingSriov.html') diff --git a/docs/libnm/html/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html index 4d24ab1e..d7386945 100644 --- a/docs/libnm/html/NMSettingSriov.html +++ b/docs/libnm/html/NMSettingSriov.html @@ -114,6 +114,30 @@ +NMSriovEswitchMode + + +nm_setting_sriov_get_eswitch_mode () + + + + +NMSriovEswitchInlineMode + + +nm_setting_sriov_get_eswitch_inline_mode () + + + + +NMSriovEswitchEncapMode + + +nm_setting_sriov_get_eswitch_encap_mode () + + + + gboolean @@ -275,6 +299,18 @@ #define +NM_SETTING_SRIOV_ESWITCH_MODE + + +#define +NM_SETTING_SRIOV_ESWITCH_INLINE_MODE + + +#define +NM_SETTING_SRIOV_ESWITCH_ENCAP_MODE + + +#define NM_SRIOV_VF_ATTRIBUTE_MAC @@ -297,6 +333,18 @@ enum NMSriovVFVlanProtocol + +enum +NMSriovEswitchMode + + +enum +NMSriovEswitchInlineMode + + +enum +NMSriovEswitchEncapMode + @@ -305,6 +353,9 @@
    GBoxed
     ╰── NMSriovVF
     GEnum
+    ├── NMSriovEswitchEncapMode
+    ├── NMSriovEswitchInlineMode
+    ├── NMSriovEswitchMode
     ╰── NMSriovVFVlanProtocol
 
@@ -574,6 +625,86 @@ property.


+

nm_setting_sriov_get_eswitch_mode ()

+
NMSriovEswitchMode
+nm_setting_sriov_get_eswitch_mode (NMSettingSriov *setting);
+
+

Parameters

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

setting

the NMSettingSriov

 
+
+
+

Returns

+

the value contained in the “eswitch-mode” property.

+
+

Since: 1.46

+
+
+
+

nm_setting_sriov_get_eswitch_inline_mode ()

+
NMSriovEswitchInlineMode
+nm_setting_sriov_get_eswitch_inline_mode
+                               (NMSettingSriov *setting);
+
+

Parameters

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

setting

the NMSettingSriov

 
+
+
+

Returns

+

the value contained in the “eswitch-inline-mode” property.

+
+

Since: 1.46

+
+
+
+

nm_setting_sriov_get_eswitch_encap_mode ()

+
NMSriovEswitchEncapMode
+nm_setting_sriov_get_eswitch_encap_mode
+                               (NMSettingSriov *setting);
+
+

Parameters

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

setting

the NMSettingSriov

 
+
+
+

Returns

+

the value contained in the “eswitch-encap-mode” property.

+
+

Since: 1.46

+
+
+

nm_sriov_vf_add_vlan ()

gboolean
 nm_sriov_vf_add_vlan (NMSriovVF *vf,
@@ -1162,19 +1293,37 @@ the value is of the correct type and well-formed.


NM_SETTING_SRIOV_TOTAL_VFS

-
#define NM_SETTING_SRIOV_TOTAL_VFS         "total-vfs"
+
#define NM_SETTING_SRIOV_TOTAL_VFS           "total-vfs"
 

NM_SETTING_SRIOV_VFS

-
#define NM_SETTING_SRIOV_VFS               "vfs"
+
#define NM_SETTING_SRIOV_VFS                 "vfs"
 

NM_SETTING_SRIOV_AUTOPROBE_DRIVERS

-
#define NM_SETTING_SRIOV_AUTOPROBE_DRIVERS "autoprobe-drivers"
+
#define NM_SETTING_SRIOV_AUTOPROBE_DRIVERS   "autoprobe-drivers"
+
+
+
+
+

NM_SETTING_SRIOV_ESWITCH_MODE

+
#define NM_SETTING_SRIOV_ESWITCH_MODE        "eswitch-mode"
+
+
+
+
+

NM_SETTING_SRIOV_ESWITCH_INLINE_MODE

+
#define NM_SETTING_SRIOV_ESWITCH_INLINE_MODE "eswitch-inline-mode"
+
+
+
+
+

NM_SETTING_SRIOV_ESWITCH_ENCAP_MODE

+
#define NM_SETTING_SRIOV_ESWITCH_ENCAP_MODE  "eswitch-encap-mode"
 

@@ -1239,6 +1388,149 @@ the value is of the correct type and well-formed.

Since: 1.14

+
+
+

enum NMSriovEswitchMode

+
+

Members

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

NM_SRIOV_ESWITCH_MODE_PRESERVE

+

don't modify current eswitch mode

+
 

NM_SRIOV_ESWITCH_MODE_UNKNOWN

  

NM_SRIOV_ESWITCH_MODE_LEGACY

+

use legacy SRIOV

+
 

NM_SRIOV_ESWITCH_MODE_SWITCHDEV

+

use switchdev mode

+
 
+
+

Since: 1.46

+
+
+
+

enum NMSriovEswitchInlineMode

+
+

Members

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

NM_SRIOV_ESWITCH_INLINE_MODE_PRESERVE

+

don't modify current inline-mode

+
 

NM_SRIOV_ESWITCH_INLINE_MODE_UNKNOWN

  

NM_SRIOV_ESWITCH_INLINE_MODE_NONE

+

don't use inline mode

+
 

NM_SRIOV_ESWITCH_INLINE_MODE_LINK

+

L2 mode

+
 

NM_SRIOV_ESWITCH_INLINE_MODE_NETWORK

+

L3 mode

+
 

NM_SRIOV_ESWITCH_INLINE_MODE_TRANSPORT

+

L4 mode

+
 
+
+

Since: 1.46

+
+
+
+

enum NMSriovEswitchEncapMode

+
+

Members

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

NM_SRIOV_ESWITCH_ENCAP_MODE_PRESERVE

+

don't modify current encap-mode

+
 

NM_SRIOV_ESWITCH_ENCAP_MODE_UNKNOWN

  

NM_SRIOV_ESWITCH_ENCAP_MODE_NONE

+

disable encapsulation mode

+
 

NM_SRIOV_ESWITCH_ENCAP_MODE_BASIC

+

enable encapsulation mode

+
 
+
+

Since: 1.46

+