search for: 04i

Displaying 13 results from an estimated 13 matches for "04i".

Did you mean: 04
2007 Apr 19
0
Feature request for 'sprintf' optimization (PR#9621)
...irst, consider a data.frame with numeric (double) values: dat <- data.frame(year=as.numeric(rep(1970:2000,each=365)), yday=as.numeric(1:365)) nrow(dat) Consider using 'sprintf' in R with and without casting the arrays: wocast <- system.time(with(dat,sprintf("%04i-%03i",year,yday))) wcast <- system.time(with(dat,sprintf("%04i-%03i",as.integer(year), as.integer(yday)))) 100*wocast/wcast # as a percent comparison My results on a Debian VM with R-devel (r41236) have elapsed ratios of 63408%,...
2006 Apr 17
1
ksoftirqd
...;'DI($QT9"XQ+# J!@-5! ,3(U1H87=T M92!097)S;VYA;"!&<F5E;6%I;"!)<W-U:6YG($-!`@,/>ATP"08%*PX#`AH% M`*""`;PP& 8)*H9(AO<-`0D#,0L&"2J&2(;W#0$''`3 <!@DJADB&]PT!"04Q M#Q<-,#8P-#$W,3$R-#0P6C C!@DJADB&]PT!"00Q%@04I!%-1UQ.%IF\-+C? MM.Y-;RA _9PP9P8)*H9(AO<-`0D/,5HP6# *!@@JADB&]PT#!S .!@@JADB& M]PT#`@("`( P#08(*H9(AO<-`P("`4 P!P8%*PX#`@<P#08(*H9(AO<-`P(" M`2@P!P8%*PX#`AHP"@8(*H9(AO<-`@4P> 8)*P8!! &"-Q $,6LP:3!B,0LP M"08#500&$P):03$E,",&`U4$...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...;, __FILE__, __LINE__, tie->cmode); + printf("%s(%i): supported capabilities: %02x\n", __FILE__, __LINE__, tie->scap); + printf("%s(%i): configured capabilities: %02x\n", __FILE__, __LINE__, tie->ccap); + printf("%s(%i): supported no. of vsis: %04i\n", __FILE__, __LINE__, tie->svsi); + printf("%s(%i): configured no. of vsis: %04i\n", __FILE__, __LINE__, tie->cvsi); + printf("%s(%i): rte: %02i\n\n", __FILE__, __LINE__, tie->rte); +} + +/* + * evb_bld_cfg_tlv - build the EVB TLV + * @ed: the evb...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...;, __FILE__, __LINE__, tie->cmode); + printf("%s(%i): supported capabilities: %02x\n", __FILE__, __LINE__, tie->scap); + printf("%s(%i): configured capabilities: %02x\n", __FILE__, __LINE__, tie->ccap); + printf("%s(%i): supported no. of vsis: %04i\n", __FILE__, __LINE__, tie->svsi); + printf("%s(%i): configured no. of vsis: %04i\n", __FILE__, __LINE__, tie->cvsi); + printf("%s(%i): rte: %02i\n\n", __FILE__, __LINE__, tie->rte); +} + +/* + * evb_bld_cfg_tlv - build the EVB TLV + * @ed: the evb...
2010 Jul 23
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 Jul 23
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 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
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh). Lets say you have a stupid script that does while 1 do sleep 1 done Called foreverSleep on your remote host: rsh remotehost
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