Re: [PATCH 1/1] tun: TUNGETIFF interface to query name and flags

2008-08-13 Thread Rusty Russell
On Thursday 14 August 2008 00:30:16 Mark McLoughlin wrote: > A very simple approach is attached; I did consider doing a TUNGETFLAGS > that would return tun->flags, but I think it's nicer to have a companion > to TUNGETIFF since it also allows one to query the interface name from > the file descript

Re: SR-IOV: patches are available for Linux kernel [4/4]

2008-08-13 Thread Greg KH
On Wed, Aug 13, 2008 at 01:09:16PM -0700, Randy Dunlap wrote: > On Tue, 12 Aug 2008 16:46:39 +0800 Zhao, Yu wrote: > > > [PATCH 4/4] PCI: document SR-IOV > > > > SR-IOV Documentation. > > > > Signed-off-by: Yu Zhao <[EMAIL PROTECTED]> > > Signed-off-by: Eddie Dong <[EMAIL PROTECTED]> > > > > -

Re: SR-IOV: patches are available for Linux kernel [4/4]

2008-08-13 Thread Randy Dunlap
On Tue, 12 Aug 2008 16:46:39 +0800 Zhao, Yu wrote: > [PATCH 4/4] PCI: document SR-IOV > > SR-IOV Documentation. > > Signed-off-by: Yu Zhao <[EMAIL PROTECTED]> > Signed-off-by: Eddie Dong <[EMAIL PROTECTED]> > > --- > Documentation/ABI/testing/sysfs-bus-pci | 13 ++ > Documentation/PCI/00-IN

Re: RFC: I/O bandwidth controller

2008-08-13 Thread Andrea Righi
Dong-Jae Kang wrote: > Hi, > > 2008/8/13 Andrea Righi <[EMAIL PROTECTED]>: >> Fernando Luis Vázquez Cao wrote: >>> On Tue, 2008-08-12 at 22:29 +0900, Andrea Righi wrote: Andrea Righi wrote: > Hirokazu Takahashi wrote: >>> 3. & 4. & 5. - I/O bandwidth shaping & General design aspec

Re: RFC: I/O bandwidth controller

2008-08-13 Thread Dong-Jae Kang
Hi, 2008/8/13 Andrea Righi <[EMAIL PROTECTED]>: > Fernando Luis Vázquez Cao wrote: >> On Tue, 2008-08-12 at 22:29 +0900, Andrea Righi wrote: >>> Andrea Righi wrote: Hirokazu Takahashi wrote: >> 3. & 4. & 5. - I/O bandwidth shaping & General design aspects >> >> The imp

Re: [Xen-devel] Re: Announcing: Open OVF project source code availibility

2008-08-13 Thread Ian Jackson
Daniel P. Berrange writes ("[Xen-devel] Re: Announcing: Open OVF project source code availibility"): > Building an XML-RPC > interface just to call into functions for manipulating OVF files is > rather overkill. Also it is far from clear whether merely changing the concrete representation of th

Re: RFC: I/O bandwidth controller

2008-08-13 Thread 강동재
Hi, Takahashi-san, Thank you for your comments > Hi, > >> > Fernando Luis Vázquez Cao wrote: >> > >>> This seems to be the easiest part, but the current cgroups >> > >>> infrastructure has some limitations when it comes to dealing with block >> > >>> devices: impossibility of creating/removing cer

[PATCH 1/1] tun: TUNGETIFF interface to query name and flags

2008-08-13 Thread Mark McLoughlin
Rusty/Max, While adding support to KVM for IFF_VNET_HDR it became apparent that we need some way of querying a file descriptor for whether IFF_VNET_HDR has been set. Basically, some apps like libvirt open the tap fd, connect the interface to the appropriate bridge and pass the fd to kvm via the c