search for: get_cfg

Displaying 9 results from an estimated 9 matches for "get_cfg".

2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
I''ve put together two patches. The first introduces a new dom0_op, set_max_vcpus, which with an associated variable and a check in the VCPUOP handler fixes [1]bug 288. Also included is a new VCPUOP, VCPUOP_create, which handles all of the vcpu creation tasks and leaves initialization and unpausing to VCPUOP_initialize. The separation allows for build-time allocation of vcpus which
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...->svsi = 0 /*LLDP_EVB_DEFAULT_SVSI*/; + ed->policy->rte = 0 /*LLDP_EVB_DEFAULT_RTE*/; + + /* pull forwarding mode into policy */ + snprintf(arg_path, sizeof(arg_path), "%s%08x.fmode", + TLVID_PREFIX, TLVID_8021Qbg(LLDP_EVB_SUBTYPE)); + + if (get_cfg(ed->ifname, arg_path, (void *) &param, CONFIG_TYPE_STRING)) { + printf("%s:%s: loading EVB policy for forwarding mode failed, using default.\n", + __func__, ed->ifname); + } else { + if (strcasestr(param, VAL_EVB_FMODE_BRID...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...->svsi = 0 /*LLDP_EVB_DEFAULT_SVSI*/; + ed->policy->rte = 0 /*LLDP_EVB_DEFAULT_RTE*/; + + /* pull forwarding mode into policy */ + snprintf(arg_path, sizeof(arg_path), "%s%08x.fmode", + TLVID_PREFIX, TLVID_8021Qbg(LLDP_EVB_SUBTYPE)); + + if (get_cfg(ed->ifname, arg_path, (void *) &param, CONFIG_TYPE_STRING)) { + printf("%s:%s: loading EVB policy for forwarding mode failed, using default.\n", + __func__, ed->ifname); + } else { + if (strcasestr(param, VAL_EVB_FMODE_BRID...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of