Displaying 13 results from an estimated 13 matches for "ix1".
Did you mean:
0x1
2013 May 15
1
still mbuf leak in 9.0 / 9.1?
...O4,VLAN_HWTSO>
ether 00:1b:21:cc:12:8b
inet 10.254.254.242 netmask 0xfffffffc broadcast 10.254.254.243
inet6 fe80::21b:21ff:fecc:128b%ix0 prefixlen 64 scopeid 0xb
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet autoselect (10Gbase-Twinax <full-duplex>)
status: active
ix1: 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:8a
inet 10.254.254.254 netmask 0xfffffffc broadcast 10.254.254.255
inet6 fe80::21b:21ff:fecc:128a%ix1...
2010 Jul 19
1
packet loss on ixgbe using vlans and ipv6
...riginate the packets, for example
ping6 from the machine. Also ipv4 packets do not have any 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. T...
2003 Jul 15
0
Multivariate regression method
...tor or comma-list of numbers
### 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 - s2...
2010 Jun 12
2
Logic with regexps
...the elements of X which 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...
2013 Sep 03
2
Intel 10Gb network card
...: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.5.15> port
0xecc0-0xecdf mem 0xd9e80000-0xd9efffff,0xd9ff8000-0xd9ffbfff irq 40 at device
0.0 on pci4
ix0: Using MSIX interrupts with 9 vectors
ix0: Ethernet address: 90:e2:ba:29:c0:54
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.5.15> port
0xece0-0xecff mem 0xd9f00000-0xd9f7ffff,0xd9ffc000-0xd9ffffff irq 44 at device
0.1 on pci4
ix1: Using MSIX interrupts with 9 vectors
ix1: Ethernet address: 90:e2:ba:29:c0:55
ix1: PCI Express Bus: Speed 5.0GT/s Width x8...
2009 Sep 19
1
Re-order columns
...eq(lth),sep=""),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)),]
re...
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
>
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
2013 Feb 12
2
ix? / Intel(R) PRO/10GbE
...mem 0xd9e80000-0xd9efffff,0xd9ff8000-0xd9ffbfff irq 40 at device
0.0 on pci4
ix0: Using MSIX interrupts with 9 vectors
ix0: RX Descriptors exceed system mbuf max, using default instead!
ix0: Ethernet address: 90:e2:ba:29:c0:54
ix0: PCI Express Bus: Speed 5.0Gb/s Width x8
...
but it apperas as ix0/ix1, manuals only mention ixgb/e,
and ifconfig:
ix0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCS
UM,TSO4,VLAN_HWTSO>
ether 90:e2:ba:29:c0:54
nd6 options=21<PERFORMNUD,AUTO_LINKL...
2011 Mar 21
1
Lat Lon NetCDF subset
Hi,
I'm trying to read a subset of a netcdf file into R, but although I'm
relatively experienced using R, I'm still new to netCDF files, so this may
be a very simple/stupid question!
I've included an example of the type of file I'm looking at here.
www.met.reading.ac.uk/~swp06hg/ccd1983_01-dk1_20.nc (~7Mb)
It's a 2D array of the variable CCD along with its lat and
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
...98 0 67240K 39640K RUN 15 2:48 83.06% imap-login
15800 dovenull 98 0 63144K 38892K RUN 9 3:15 82.86% imap-login
20530 dovenull 98 0 63144K 38136K RUN 4 2:57 82.76% imap-login
12 root -92 - 0K 880K WAIT 0 6:16 82.47% intr{irq274: ix1:que }
12 root -92 - 0K 880K WAIT 1 6:16 82.37% intr{irq275: ix1:que }
12 root -92 - 0K 880K WAIT 7 6:05 82.28% intr{irq281: ix1:que }
12 root -92 - 0K 880K WAIT 2 6:00 82.28% intr{irq276: ix1:que }
12 root -92...
2006 Oct 17
2
Calculate NAs from known data: how to?
Hi
In a dataset I have length and age for cod. The age, however, is ony
given for 40-100% of the fish. What I need to do is to fill inn the NAs
in a correct way, so that age has a value for each length. This is to be
done for each sample seperately (there are 324 samples), meaning the NAs
for sampleno 1 shall be calculated from the known values from sampleno 1.
As for example length 55 cm
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
...1 0
salvage could 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,
salv...