Displaying 20 results from an estimated 5000 matches similar to: "Use case on "Hotplug for Virtualization""
2007 Apr 18
0
Hotplug for virtualization use case (Draft)
This is the first draft of the use case on "Hotplug for Virtualization".
Please review and share your comments.
Next week (when Mary is back) we'll post this use case both off the
Hotplug SIG webpage and the use case page (mail will be sent to let you
know when it's posted).
There's also a new terminology page dedicated to virtualization specific
terms that are referred to in
2007 Apr 18
0
Hotplug for virtualization use case (Draft)
This is the first draft of the use case on "Hotplug for Virtualization".
Please review and share your comments.
Next week (when Mary is back) we'll post this use case both off the
Hotplug SIG webpage and the use case page (mail will be sent to let you
know when it's posted).
There's also a new terminology page dedicated to virtualization specific
terms that are referred to in
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available:
	http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz
Also, this (and future) releases are now signed, for key info read:
	http://developer.osdl.org/dev/iproute2/signature.html
[Stephen Hemminger]
	Fix uninitialized memory and leaks
	Add -batch option to ip.
	Update to 2.6.14 headers
[Arnaldo]
        Integrate
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello
You must add first:
vlan (tagged) to eth2
eth2 interface is not tagged by default and not know vlan-s .
It is like a cisco if you have 24 ports in cisco by default all ports 
are in vlan1. if you want to do trunk (with vlans) you myst add (vlans) 
to this ports (tagged or untagged)
So you can compare that all interfaces in linux by default are in one 
vlan(but not tagged). (only for
2007 Apr 18
1
[Bridge] bridge at start up
hi i have gone through the achieves but still could not get my bridge to suvive a reboot .
please can anyone help me am using fedora core 2
-----Original message-----
From: bridge-request@lists.osdl.org
Date: Fri, 28 Jan 2005 03:08:06 +0100
To: bridge@lists.osdl.org
Subject: Bridge Digest, Vol 17, Issue 25
>  Send Bridge mailing list submissions to
>  	bridge@lists.osdl.org
>  
> 
2005 Oct 07
1
[ANNOUNCE] iproute2 (051007)
Fix one serious bug (in libnetlink), and a couple of other minor
patches.
http://developer.osdl.org/dev/iproute2/download/iproute2-051007.tar.gz
Stephen Hemminger
	 Reenable ip mroute
Mike Frysinger
	Handle pfifo_fast that has no qopt without segfaulting
Mads Martin Joergensen
	Trivial netem ccopts
Jerome Borsboom
	Fix regression in ip addr (libnetlink) handling
-- 
Stephen Hemminger
2007 Apr 18
1
[Bridge] Google SoC proposal
Hello,
I am a student considering participating in Google Summer of Code program.
I came across Stephen Hemminger's idea of implementing a RSTP posted on
http://developer.osdl.org/dev/soc/ and found it interesting.
In attachment there's my proposal, which I just submitted to google.
Please share your comments.
-- 
tadeusz andrzej kad?ubowski
-------------- next part --------------
		
2006 Oct 02
2
[ANNOUNCE] iproute2-2.6.18-061002
This is a much delayed update to the iproute2 command set.
It can be downloaded from:
  http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061002.tar.gz
Repository:
  git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
For more info on iproute2 see:
  http://linux-net.osdl.org/index.php/Iproute2
The version number includes the kernel version to denote what
2005 Nov 08
6
[ANNOUNCE] iproute2 2.6.14-051107
Update to iproute2 is available.  Most of the changes were to repair the
things that broke with the introduction of the batch mode to the ip command.
	http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
For info on CVS ans other info see:
	http://linux-net.osdl.org/index.php/Iproute2
Masahide NAKAMURA
        * Updating for 2.6.14
        - Show UPD{SA,POLICY} message
2004 Jun 21
3
[Fwd: Re: /sbin/tc does not know about HTB]
> It seems that the official place to grab the source for iproute2 is
> http://developer.osdl.org/dev/iproute2/download/ but there are only
> sources for 2.2 and 2.6, where are the ones for 2.4?
Well I got mine from 
http://ftp.iasi.roedu.net/mirrors/ftp.inr.ac.ru/ip-routing/
but I didn''t even know about those 2.6 ones...  I''m using the latest 
2.4.7 with my 2.6.5
2007 Apr 18
2
[Bridge] how to configure RSTP (802.1w) on SUSE 10 (kernel 2.6.13-15)
Hi there,
I am a student and working on a project where i need to configure RSTP 
(802.1w) on SUSE 10  kernel 2.6 so that i can able to analyse efficient link 
fail-over time, i have found STP configuration at  ( 
http://linux-net.osdl.org/index.php/Bridge )  but coulnt find partticular 
RSTP configuration.
i would appriciate if you could help me in this regard.
cheers,
was
2007 Apr 18
1
[Bridge] Re: hang on PPC
On Sun, 27 Jun 2004 15:43:30 +0700
<arkady-parabel@ngs.ru> wrote:
> Hi.
> 
> I'm using a powerpc-based board (CPU - Motorolla 82855, 50
> Mhz) with 32 Mb of RAM, Big Endian.
> Linux kernel - 2.4.22, bridge - statically linked & as a
> module
> brctl - 0.9.6
> Ethernet - fec (arch/ppc/8xx_io/fec.c)
> All this was compiled with gcc version 3.2.2 20030217
2004 Sep 16
1
[PATCH] BUG on fsync/fdatasync with Ext3 data=journal
Hello,
We found that fsync and fdatasync syscalls sometimes don't sync
data in an ext3 file system under the following conditions.
1. Kernel version is 2.6.6 or later (including 2.6.8.1 and 2.6.9-rc2).
2. Ext3's journalling mode is "data=journal".
3. Create a file (whose size is 1Mbytes) and execute umount/mount.
4. lseek to a random position within the file, write 8192 bytes
 
2006 Jan 05
1
Adding dsmark qdisc fails
I ''m having a problem identical to one encountered on this list awhile
back: 
>I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and 
>tc from iproute2-2.6.11-050314. 
> 
> 
>I think I have some mismatch in my setup since adding dsmark qdisc 
>fails *unless* I specify "set_tc_index" argument which I believe should
>be optional: 
2006 Dec 14
1
[announce] iproute2 2.6.19-061214
This is an update to the iproute2 command set.
It can be downloaded from:
  http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061214.tar.gz
Repository:
  git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
For more info on iproute2 see:
  http://linux-net.osdl.org/index.php/Iproute2
The version number includes the kernel version to denote what features are
2004 Jun 17
2
[PATCH] (1/4) delay scheduler enqueue always succeeds.
If underlying fifo enqueue fails, return the status not 0.
Same patch should apply to both 2.6 and 2.4
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
diff -Nru a/net/sched/sch_delay.c b/net/sched/sch_delay.c
--- a/net/sched/sch_delay.c	2004-06-17 15:13:15 -07:00
+++ b/net/sched/sch_delay.c	2004-06-17 15:13:15 -07:00
@@ -69,7 +69,7 @@
 		sch->stats.bytes += skb->len;
 	
2007 Apr 18
1
[Bridge] [PATCH] (1/4) bridge: use jenkins hash
Replace the existing mac hash in the bridge code with the nice
inline jenkins hash. This should provide better distribution across
hash buckets and compiles to code that is similar in complexity.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
diff -Nru a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c
--- a/net/bridge/br_fdb.c	2005-03-10 15:05:11 -08:00
+++ b/net/bridge/br_fdb.c
2007 Apr 18
1
[Bridge] [PATCH] turn off debug error message in bridge ioctl
Trivial patch to turn off a debug message.  It seems some SNMP daemons just
periodically trying to look at MII state.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
 
diff -Nru a/net/bridge/br_ioctl.c b/net/bridge/br_ioctl.c
--- a/net/bridge/br_ioctl.c	2004-06-22 16:28:20 -07:00
+++ b/net/bridge/br_ioctl.c	2004-06-22 16:28:20 -07:00
@@ -403,6 +403,6 @@
 
 	}
 
-	printk(KERN_DEBUG
2005 Jun 13
2
[PATCH] fix x86_64 initrd support
Looks like x86_64 never quite handled initrd''s.  This brings x86_64
in line with i386 in that it doesn''t check LOADER_TYPE (which will be
zero anyway).  Now initrd is working fine for me on x86_64.
Signed-off-by: Chris Wright <chrisw@osdl.org>
===== linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/setup.c 1.6 vs edited =====
---
2007 Apr 18
1
[PATCH 0/3] GDT virtualization performance
Three patches to clean up GDT access in Linux to make it friendly to
virtualization environments.  The basic problem is that the GDT must
be write protected, which causes spurious overhead when the GDT lies
on the same page as other data.  This problem exists both for VMware
and Xen; Xen actually requires page isolation, so we have implemented
the most general and compatible solution.
Patch 1