search for: ix2

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

Did you mean: 0x2
2010 Jul 19
1
packet loss on ixgbe using vlans and ipv6
...ny packets loss. If I do not use vlans, I don't see packet loss with ipv6 either. pciconf -l of the ethernet cards: ix0@pci0:129:0:0: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 ix1@pci0:129:0:1: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 ix2@pci0:131:0:0: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 ix3@pci0:131:0:1: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 dmesg of the first ethernet card. The others look the same, except for the memory and irq values: ix0: <Intel(R) PRO/10G...
2003 Jul 15
0
Multivariate regression method
...umbers ### selecting the conditioning columns of X for the ### conditioning variable X1 (implies complementary set of ### columns of X for the variable X2 whose conditional ### distribution (X2 | X1=x1) is to be found). iX1<-ixX(S, ... ); iX2<-!iX1; s11<-solve(S[iX1,iX1,drop=FALSE]); s12<-S[iX1,iX2,drop=FALSE]; s21<-S[iX2,iX1,drop=FALSE]; s22<-S[iX2,iX2,drop=FALSE]; mu1<-mu[,iX1,drop=FALSE]; mu2<-mu[,iX2,drop=FALSE]; Cmu <- (x1%.+%(-mu1))%*%s11%*%s12 %.+% mu2; Cvar <- s22 - s21%*%s11%*%s12; list(...
2009 Sep 19
1
Re-order columns
...t;"),names(tg)) soi <- c(grep("O",names(tg),fixed=T),grep("S",names(tg),fixed=T)) oi <- data.frame(t(data.frame(strsplit(names(tg)[soi],"\\."),stringsAsFactors=F)),stringsAsFactors=F) names(oi) <- c("par","ix1","ix2");row.names(oi) <- NULL oi$cnm <- sub("^\\s+((.*\\S)\\s+)?$", "\\2", paste(" ",paste(oi$par,oi$ix1,oi$ix2," ",sep="."),sep="")) oi1 <- oi[order(oi$par,as.integer(oi$ix1),as.integer(oi$ix2)),] return(list(oi1=oi...
2010 Jun 12
2
Logic with regexps
...ch match ## rex1 AND do not match rex1: X <- c( "abcdefg", # Yes "abchijk", # No "mnopqrs", # No "ijkpqrs", # No "abcpqrs" ) # Yes rex1 <- "abc" rex2 <- "ijk" ix1<- grep(rex1,X) ix2<- grep(rex2,X) X[ix1[!(ix1 %in% ix2)]] ## [1] "abcdefg" "abcpqrs" Question: is there a way to construct 'rex' from 'rex1' and 'rex2' such that X[grep(rex,X)] would given the same result? I've not managed to find anything helpful in desciption...
2013 Apr 16
2
efficiently diff two data frames
Dear all, What is the quickest and most efficient way to diff two data frames, so as to obtain a vector of indices (or logical) for rows/columns that differ in the two data frames? For example, > Xe <- head(mtcars) > Xf <- head(mtcars) > Xf[2:4,3:5] <- 55 > all.equal(Xe, Xf) [1] "Component 3: Mean relative difference: 0.6863118" [2] "Component 4: Mean relative
2003 Jul 14
2
Subsetting a matrix
I'd welcome some comments or advice regarding the situation described below. The following illustrates what seems to me to be an inconsistency in the behaviour of matrix subsetting: > Z<-matrix(c(1.1,2.1,3.1,1.2,2.2,3.2,1.3,2.3,3.3),nrow=3) > Z [,1] [,2] [,3] [1,] 1.1 1.2 1.3 [2,] 2.1 2.2 2.3 [3,] 3.1 3.2 3.3 > dim(Z) [1] 3 3 >
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
...be useful if you have accidently remoded a lot of files in a ext2/ext3 file system like with a "rm -rf /" command, or if you accidently reformatted the file system via an mkfs/mke2fs command, or if your harddisk had severe hardware problems. The filenames will be "ix1-" or "ix2-" followed by the block number of the indirect or double indirect block number that defined the main part of the file. In this way salvage may be used to repair, rescue, recover or undelete files. If a file already exists in the current directory, and is not writable, salvage will skip writin...
2013 May 15
1
still mbuf leak in 9.0 / 9.1?
...O4,VLAN_HWTSO> ether 00:1b:21:cc:12:8a inet 10.254.254.254 netmask 0xfffffffc broadcast 10.254.254.255 inet6 fe80::21b:21ff:fecc:128a%ix1 prefixlen 64 scopeid 0xc nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (10Gbase-Twinax <full-duplex>) status: active ix2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9000 options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO> ether 00:1b:21:cc:12:b3 inet 10.254.254.246 netmask 0xfffffffc broadcast 10.254.254.247 inet6 fe80::21b:21ff:fecc:12b3%ix2...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking