From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the “app-fcoe-flags” property of the setting the “app-fcoe-priority” property of the setting the “app-fcoe-mode” property of the setting the “app-iscsi-flags” property of the setting the “app-iscsi-priority” property of the setting the “app-fip-flags” property of the setting the “app-fip-priority” property of the setting
Returns
@@ -479,7 +478,6 @@ nm_setting_dcb_get_app_fcoe_priority (
Returns
@@ -505,7 +503,6 @@ nm_setting_dcb_get_app_fcoe_mode (
Returns
@@ -531,7 +528,6 @@ nm_setting_dcb_get_app_iscsi_flags (
Returns
@@ -557,7 +553,6 @@ nm_setting_dcb_get_app_iscsi_priority (
Returns
@@ -583,7 +578,6 @@ nm_setting_dcb_get_app_fip_flags (
Returns
@@ -609,7 +603,6 @@ nm_setting_dcb_get_app_fip_priority (
Returns
@@ -636,7 +629,6 @@ nm_setting_dcb_get_priority_flow_control_flags
@@ -673,7 +665,6 @@ nm_setting_dcb_get_priority_flow_control
TRUE if flow control is enabled for the given user_priority
,
FALSE if not enabled
@@ -738,7 +729,6 @@ nm_setting_dcb_get_priority_group_flags
@@ -775,7 +765,6 @@ nm_setting_dcb_get_priority_group_id (“priority-group-flags” includes the
NM_SETTING_DCB_FLAG_ENABLE flag.
NM_SETTING_DCB_FLAG_ENABLE flag.
-
“priority-group-flags” includes the
NM_SETTING_DCB_FLAG_ENABLE flag.
-
@@ -1005,7 +992,6 @@ nm_setting_dcb_get_priority_strict_bandwidth
may use all of the bandwidth allocated to its
assigned group, or FALSE if not. These values are only valid when
“priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.
-
@@ -1083,7 +1069,6 @@ nm_setting_dcb_get_priority_traffic_class
. These values are only
valid when “priority-group-flags” includes the
NM_SETTING_DCB_FLAG_ENABLE flag.
-
@@ -1094,8 +1079,6 @@ nm_setting_dcb_set_priority_traffic_class
(NMSettingDcb *setting,
guint user_priority,
guint traffic_class);
-
-
@@ -1104,8 +1087,6 @@ nm_setting_dcb_set_priority_traffic_class
NM_SETTING_DCB_SETTING_NAME
#define NM_SETTING_DCB_SETTING_NAME "dcb"
-
-
@@ -1172,120 +1153,90 @@ peer configuration advertisements
NM_SETTING_DCB_APP_FCOE_FLAGS
#define NM_SETTING_DCB_APP_FCOE_FLAGS "app-fcoe-flags"
-
-
NM_SETTING_DCB_APP_ISCSI_PRIORITY
#define NM_SETTING_DCB_APP_ISCSI_PRIORITY "app-iscsi-priority"
-
-
NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS
#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS "priority-flow-control-flags"
-
-
NM_SETTING_DCB_PRIORITY_FLOW_CONTROL
#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL "priority-flow-control"
-
-
NM_SETTING_DCB_PRIORITY_GROUP_FLAGS
#define NM_SETTING_DCB_PRIORITY_GROUP_FLAGS "priority-group-flags"
-
-
NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH
#define NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH "priority-group-bandwidth"
-
-
NM_SETTING_DCB_PRIORITY_BANDWIDTH
#define NM_SETTING_DCB_PRIORITY_BANDWIDTH "priority-bandwidth"
-
-
NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH
#define NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH "priority-strict-bandwidth"
-
-
NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS
#define NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS "priority-traffic-class"
-
-
@@ -1293,14 +1244,17 @@ peer configuration advertisements
The “app-fcoe-flags” property
“app-fcoe-flags” NMSettingDcbFlags
-
+Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may
+be any combination of NM_SETTING_DCB_FLAG_ENABLE,
+NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.
Flags: Read / Write
The “app-fcoe-mode” property
“app-fcoe-mode” gchar *
-
+The FCoE controller mode; either NM_SETTING_DCB_FCOE_MODE_FABRIC
+(default) or NM_SETTING_DCB_FCOE_MODE_VN2VN.
Flags: Read / Write / Construct
Default value: "fabric"
@@ -1308,7 +1262,9 @@ peer configuration advertisements
The “app-fcoe-priority” property
“app-fcoe-priority” gint
-
+The highest User Priority (0 - 7) which FCoE frames should use, or -1 for
+default priority. Only used when the “app-fcoe-flags”
+property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
Flags: Read / Write / Construct
Allowed values: [-1,7]
Default value: -1
@@ -1317,14 +1273,18 @@ peer configuration advertisements
The “app-fip-flags” property
“app-fip-flags” NMSettingDcbFlags
-
+Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may
+be any combination of NM_SETTING_DCB_FLAG_ENABLE,
+NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.
Flags: Read / Write
The “app-fip-priority” property
“app-fip-priority” gint
-
+The highest User Priority (0 - 7) which FIP frames should use, or -1 for
+default priority. Only used when the “app-fip-flags”
+property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
Flags: Read / Write / Construct
Allowed values: [-1,7]
Default value: -1
@@ -1333,14 +1293,18 @@ peer configuration advertisements
The “app-iscsi-flags” property
“app-iscsi-flags” NMSettingDcbFlags
-
+Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags
+may be any combination of NM_SETTING_DCB_FLAG_ENABLE,
+NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.
Flags: Read / Write
The “app-iscsi-priority” property
“app-iscsi-priority” gint
-
+The highest User Priority (0 - 7) which iSCSI frames should use, or -1
+for default priority. Only used when the “app-iscsi-flags”
+property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
Flags: Read / Write / Construct
Allowed values: [-1,7]
Default value: -1
@@ -1349,62 +1313,86 @@ peer configuration advertisements
The “priority-bandwidth” property
“priority-bandwidth” GArray *
-
+An array of 8 uint values, where the array index corresponds to the User
+Priority (0 - 7) and the value indicates the percentage of bandwidth of
+the priority's assigned group that the priority may use. The sum of all
+percentages for priorities which belong to the same group must total 100
+percent.
+Element-type: guint
Flags: Read / Write
The “priority-flow-control” property
“priority-flow-control” GArray *
-
+An array of 8 boolean values, where the array index corresponds to the User
+Priority (0 - 7) and the value indicates whether or not the corresponding
+priority should transmit priority pause.
+Element-type: gboolean
Flags: Read / Write
The “priority-flow-control-flags” property
“priority-flow-control-flags” NMSettingDcbFlags
-
+Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC).
+Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE,
+NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.
Flags: Read / Write
The “priority-group-bandwidth” property
“priority-group-bandwidth” GArray *
-
+An array of 8 uint values, where the array index corresponds to the
+Priority Group ID (0 - 7) and the value indicates the percentage of link
+bandwidth allocated to that group. Allowed values are 0 - 100, and the
+sum of all values must total 100 percent.
+Element-type: guint
Flags: Read / Write
The “priority-group-flags” property
“priority-group-flags” NMSettingDcbFlags
-
+Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be
+any combination of NM_SETTING_DCB_FLAG_ENABLE,
+NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.
Flags: Read / Write
The “priority-group-id” property
“priority-group-id” GArray *
-
+An array of 8 uint values, where the array index corresponds to the User
+Priority (0 - 7) and the value indicates the Priority Group ID. Allowed
+Priority Group ID values are 0 - 7 or 15 for the unrestricted group.
+Element-type: guint
Flags: Read / Write
The “priority-strict-bandwidth” property
“priority-strict-bandwidth” GArray *
-
+An array of 8 boolean values, where the array index corresponds to the User
+Priority (0 - 7) and the value indicates whether or not the priority may
+use all of the bandwidth allocated to its assigned group.
+Element-type: gboolean
Flags: Read / Write
+
Generated by GTK-Doc V1.24
\ No newline at end of file
--
cgit 1.3.0-6-gf8a5