search for: virto

Displaying 20 results from an estimated 26 matches for "virto".

Did you mean: virtio
2018 Jun 19
2
Paquete dismo, cálculo coeficiente de variación
...algo. En el manual del paquete ( > > https://cran.r-project.org/web/packages/dismo/dismo.pdf), no explica como > > calcula el indice de variaci?n ?Hay alguna forma de rebuscar en dentro de > > biovars para saber que est? haciendo? > > > > Muchas gracias. -- -- Jorge Virto Moreno Dpt. Economia Aplicada III Facultad de Econom?a y Empresa UPV-EHU Avda. Lehendakari Agirre, 83 48015 Bilbao Spain Tel: 94 601 3851 Fax: 94 601 3754 eman ta zabal zazu _ _ | \___ |___\-\_ | ___] __ | | | [_ __...
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...bond device? It doesn't really fit with the notion I had. I think there may have been a bit of a disconnect as I have been out for the last week or so for the holidays. My thought on this was that the feature bit should be spawning a new para-virtual bond device and that bond should have the virto and the VF as slaves. Also I thought there was some discussion about trying to reuse as much of the netvsc code as possible for this so that we could avoid duplication of effort and have the two drivers use the same approach. It seems like it should be pretty straight forward since you would have t...
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...bond device? It doesn't really fit with the notion I had. I think there may have been a bit of a disconnect as I have been out for the last week or so for the holidays. My thought on this was that the feature bit should be spawning a new para-virtual bond device and that bond should have the virto and the VF as slaves. Also I thought there was some discussion about trying to reuse as much of the netvsc code as possible for this so that we could avoid duplication of effort and have the two drivers use the same approach. It seems like it should be pretty straight forward since you would have t...
2012 Jun 14
3
mapa provincial de España con googleVis
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120614/518ed68f/attachment.html>
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...#39;t really fit with the notion I had. I think there may have > been a bit of a disconnect as I have been out for the last week or so > for the holidays. > > My thought on this was that the feature bit should be spawning a new > para-virtual bond device and that bond should have the virto and the > VF as slaves. Also I thought there was some discussion about trying to > reuse as much of the netvsc code as possible for this so that we could > avoid duplication of effort and have the two drivers use the same > approach. It seems like it should be pretty straight forward si...
2018 Jan 03
0
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...h the notion I had. I think there may have >> been a bit of a disconnect as I have been out for the last week or so >> for the holidays. >> >> My thought on this was that the feature bit should be spawning a new >> para-virtual bond device and that bond should have the virto and the >> VF as slaves. Also I thought there was some discussion about trying to >> reuse as much of the netvsc code as possible for this so that we could >> avoid duplication of effort and have the two drivers use the same >> approach. It seems like it should be pretty str...
2012 Feb 21
3
boxplot de las columnas de un data.frame
Buenas. Alguien sabe como representar juntos , de forma fácil, los boxplot de todas las columnas de un data.frame. A mí lo único que se me ha ocurrido es unir las columnas en un vector numérico y crear un factor que me diga a que columna pertenece cada uno . ¿hay alguna forma más fácil? indice <- rep(1:ncol(datos),each=nrow(datos)) indice <- factor(indice) levels(indice) <-
2008 Mar 26
1
[kvm-ppc-devel] virtio network traffic issues
...t /proc/cpuinfo" cat /proc/cpuinfo processor : 0 cpu : unknown (00000000) clock : 666.666660MHz revision : 0.0 (pvr 0000 0000) bogomips : 2490.36 timebase : 666666660 platform : Bamboo That means once we found the reason for that staving virto-net device we should have a basic working linux guest. P.S. added virtualization at lists.linux-foundation.org (this time) to get any virtio-net related suggestions from there too -- Gr?sse / regards, Christian Ehrhardt IBM Linux Technology Center, Open Virtualization -------------- next part...
2008 Mar 26
1
[kvm-ppc-devel] virtio network traffic issues
...t /proc/cpuinfo" cat /proc/cpuinfo processor : 0 cpu : unknown (00000000) clock : 666.666660MHz revision : 0.0 (pvr 0000 0000) bogomips : 2490.36 timebase : 666666660 platform : Bamboo That means once we found the reason for that staving virto-net device we should have a basic working linux guest. P.S. added virtualization at lists.linux-foundation.org (this time) to get any virtio-net related suggestions from there too -- Gr?sse / regards, Christian Ehrhardt IBM Linux Technology Center, Open Virtualization -------------- next part...
2012 Feb 02
9
Modelo senoidal de datos temporales de radiación y prueba de Thom
Hola a todos: Estoy intentado realizar un modelo senoidal de unos datos de radiación solar con el fin de afrontar el relleno de la serie y aplicar la prueba de Thom para verificar su homogeneidad [0]. De momento me encuentro con los siguientes problemas: 1- ¿Existe la prueba de Thom en R? ¿O debo crearme mi propia función? 2- Para la realización del modelo senoidal estoy siguiendo los pasos
2013 Oct 28
1
bridged networking using VLAN : guest with 2 NIC
...default MAc Address : xxxxxxxxxxxxxx NIC2 ------------------> Virtual Network Interface Source Device : Specify Shared Device Name Bridge name : guest1-lan Device Model : virto MAc Address : xxxxxxxxxxxxxx HOST MACHINE : brctl show has br0 for bridge and virbr0 with 192.168.122.x address (created by default virtual network NAT) /etc/sysconfig/network-scripts/ 1) Bridge BR0 (cat ifcfg-br0) DEVICE="br0" TYPE="Bridge" O...
2018 Jan 22
0
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...t;> so >>>>>>>>> for the holidays. >>>>>>>>> >>>>>>>>> My thought on this was that the feature bit should be spawning a new >>>>>>>>> para-virtual bond device and that bond should have the virto and the >>>>>>>>> VF as slaves. Also I thought there was some discussion about trying >>>>>>>>> to >>>>>>>>> reuse as much of the netvsc code as possible for this so that we >>>>>>>>> could &...
2009 Sep 01
1
[RFC] Virtual Machine Device Queues(VMDq) support on KVM
...raditional file operations, a copying of payload contents from/to the kernel DMA address to/from a user buffer is needed. That's what the copying we want to save. The proposed framework is like this: A TUN/TAP device is bound to a traditional NIC adapter or a tx/rx queue pair in host side. KVM virto-net Backend service, the user space program submits asynchronous read/write I/O requests to the host kernel through TUN/TAP device. The requests are corresponding to the vqueue elements include both transmission & receive. They can be queued in one AIO request and later, the completion will be...
2009 Sep 01
1
[RFC] Virtual Machine Device Queues(VMDq) support on KVM
...raditional file operations, a copying of payload contents from/to the kernel DMA address to/from a user buffer is needed. That's what the copying we want to save. The proposed framework is like this: A TUN/TAP device is bound to a traditional NIC adapter or a tx/rx queue pair in host side. KVM virto-net Backend service, the user space program submits asynchronous read/write I/O requests to the host kernel through TUN/TAP device. The requests are corresponding to the vqueue elements include both transmission & receive. They can be queued in one AIO request and later, the completion will be...
2012 Mar 07
2
Plot por factores
hola a todos y todas, Estoy haciendo un estudio sobre las mareas y tengo dos variables que quiero relacionar, la altura del mar y el tipo de marea viva, muerta o intermedia. Unos datos simulados podrían ser: > datos <- data.frame(v1=sin(1:50), v2= rep(c("a","b","c"), each = 5, > len = 50)) Ahora mi pregunta, si dibujo la altura de la marea sería:
2011 Feb 17
2
Regresión lineal para una serie temporal
Hola a todos Estoy intentando hacer un análisis rápido de una serie temporal de datos diarios pero me encuentro con algunos problemas. Me gustaría en primera instancia hacer una regresión lineal pero no encuentro la forma. Tras leer los datos diarios creo un objeto de la clase zoo y sobre éste no puedo utilizar lm(). He leído algo sobre dynlm pero no encuentro la forma. Se agradece
2012 Jul 26
4
[PATCH 0/2] virtio-scsi fixes for 3.6
James, patch 1 fixes scanning of LUNs whose number is greater than 255. QEMU passes a max_lun of 16383 (because it uses SAM numbering) but in Linux it must become 32768 (because LUNs above 255 are "relocated" to 16640). Patch 2 is a resubmission of the patch for online resizing of virtio-scsi LUNs, which needs to be rebased. LUNs above 255 now work for all of scanning, hotplug,
2012 Jul 26
4
[PATCH 0/2] virtio-scsi fixes for 3.6
James, patch 1 fixes scanning of LUNs whose number is greater than 255. QEMU passes a max_lun of 16383 (because it uses SAM numbering) but in Linux it must become 32768 (because LUNs above 255 are "relocated" to 16640). Patch 2 is a resubmission of the patch for online resizing of virtio-scsi LUNs, which needs to be rebased. LUNs above 255 now work for all of scanning, hotplug,
2018 Jan 03
6
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
This patch series enables virtio to switch over to a VF datapath when a VF netdev is present with the same MAC address. It allows live migration of a VM with a direct attached VF without the need to setup a bond/team between a VF and virtio net device in the guest. The hypervisor needs to unplug the VF device from the guest on the source host and reset the MAC filter of the VF to initiate
2018 Jan 03
6
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
This patch series enables virtio to switch over to a VF datapath when a VF netdev is present with the same MAC address. It allows live migration of a VM with a direct attached VF without the need to setup a bond/team between a VF and virtio net device in the guest. The hypervisor needs to unplug the VF device from the guest on the source host and reset the MAC filter of the VF to initiate