Re: [ovs-discuss] [question] Write ovs database failed with "no space left on device"

2013-02-28 Thread likunyun
Signed-off-by: likunyun > Date: Tue, 26 Feb 2013 08:22:43 -0800 > From: b...@nicira.com > To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > Subject: Re: [ovs-discuss] [question] Write ovs database failed with "no > space left on device" > > Can yo

Re: [ovs-discuss] [question] Write ovs database failed with "no space left on device"

2013-02-26 Thread likunyun
gt; Date: Mon, 25 Feb 2013 07:38:58 -0800 > From: b...@nicira.com > To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > Subject: Re: [ovs-discuss] [question] Write ovs database failed with "no > space left on device" > > On Thu, Feb 21, 2013 at 03:47:43PM +000

[ovs-discuss] [question] Write ovs database failed with "no space left on device"

2013-02-21 Thread likunyun
Hello everybody: There is a problem when I was testing with ovs . Some actions (such as add a port) would be failed when my disk is full, the error is "no space left on device" and write ovs database file failed. Then I delete some files and make sure there is enough space on my disk.

[ovs-discuss] Promble about supporting 8021p

2012-03-03 Thread likunyun
Hi, all Recently I did some test about supporting 8021p. Because of the NIC driver, I have to set the physical NIC's vlan-splinter to be true. The frame's vlan priorty si set to be 0 while it being send out by the physical NIC. I check the code in ofproto-dpif.c, in function compose_output_

Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-19 Thread likunyun
t; From: je...@nicira.com > Date: Thu, 15 Dec 2011 18:57:05 -0800 > Subject: Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5 > To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > > 2011/12/15 likunyun : > >> The URL that you provided requires a username and password

Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-16 Thread likunyun
t; To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > > 2011/12/15 likunyun : > >> The URL that you provided requires a username and password to login. > > The account is owned by my company, Maybe I could send the code after I was > > allowed taking the code home, it will

Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-15 Thread likunyun
cuss@openvswitch.org > > 2011/12/7 likunyun : > > > > > >> From: je...@nicira.com > >> Date: Tue, 6 Dec 2011 09:52:46 -0800 > >> Subject: Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5 > >> To: kunyu...@hotmail.com > >> CC: discuss@

Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-07 Thread likunyun
> From: je...@nicira.com > Date: Tue, 6 Dec 2011 09:52:46 -0800 > Subject: Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5 > To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > > 2011/12/6 likunyun : > >> 1. Some questions a

Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-06 Thread likunyun
> 1. Some questions about checksum in OVS (likunyun) > > > -- > > Message: 1 > Date: Sat, 3 Dec 2011 12:28:32 + > From: likunyun > Subject: [ovs-discuss] Some questions about checksum

[ovs-discuss] Some questions about checksum in OVS

2011-12-03 Thread likunyun
Hello, Recently I did the rate test about open vswitch based on xen. When I did the test about VM-to-Native,there are some problem. VM could ping the Native. When VM sends UDP packet to Native(A computer without virtualization), VM sends millions packet but Native only get 200 packets. When