yugang
发件人: yewgang
发送时间: 2016-03-23 12:11
收件人: yugang
抄送: Chandran, Sugesh; yugangdeai; discuss
主题: Re: [ovs-discuss] 回复: Re: userspace openvswitch
2016-03-22 9:11 GMT+08:00 yugang :
Dear,
Here are the log:
2009-01-02T14:42:35Z|00043|hmap|DBG|lib/shash.c:112: 6 nodes in bucket (64
nodes,
2016-03-22 9:11 GMT+08:00 yugang :
> Dear,
> Here are the log:
>
> 2009-01-02T14:42:35Z|00043|hmap|DBG|lib/shash.c:112: 6 nodes in bucket (64
> nodes, 32 buckets)
>
> 2009-01-02T14:42:35Z|00044|hmap|DBG|lib/shash.c:112: 6 nodes in bucket (64
> nodes, 32 buckets)
>
> 2009-01-02T14:42:35Z|00045|netl
We have already done that.
root@DPTECH ~$ ovs-vsctl add-br br101 -- set bridge br101 datapath_type=netdev
ovs-vsctl: Error detected while setting up 'br101'. See ovs-vswitchd log for
details.
yugang
From: Ben Pfaff
Date: 2016-03-22 23:33
To: yugang
CC: Chandran, Sugesh; yugangdeai; discuss
Hi all,
I'm using the open vswitch which supports vxlan+gpe encapsulation. I add a
vxlan-gpe interface and configure the options:dst-port as 4790. But when I test
it, I find that the ovs can't receive the data packet, but I can capture the
packet on the pc. And I also try to configure options:d
Hi,
I for one would be happy to see your fix posted.
On Tue, Mar 22, 2016 at 10:17:04AM +, Balazs Nemeth wrote:
> Hi,
>
> We have a solution for enabling group deletion with type=indirect. Is there
> anybody working on the fix? We can send our patch to the dev mail list.
>
> Best regards,
[DPTECH-Developer-Shell]cat /proc/version
Linux version 2.6.32.9 (root@ubuntu-soft) (gcc version 4.4.7 (GCC) ) #8 SMP Fri
Mar 18 04:17:22 CST 2016
[DPTECH-Developer-Shell]
Best regards,
Yugang
yugang
发件人: Chandran, Sugesh
发送时间: 2016-03-22 21:34
收件人: yugang; yugangdeai; discuss
主题: RE: 回复: [
I looked within the last couple of months... most of them stick with stable
branches or are stale.
On Tue, Mar 22, 2016 at 1:04 PM, Russell Bryant wrote:
> Is anyone aware of an Ubuntu PPA based on the master branch of OVS?
> Someone is interested in using one for OVN testing,
>
> Thanks,
>
> --
Is anyone aware of an Ubuntu PPA based on the master branch of OVS?
Someone is interested in using one for OVN testing,
Thanks,
--
Russell Bryant
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
On 22 March 2016 at 11:53, Rajasekaran, Monica <
monica.rajaseka...@us.fujitsu.com> wrote:
> Hi Guru,
>
>
>
> I would like to add vlog_info messages for datapath/actions.c. I see that
> none of the files in datapath support vlog.
>
Everything inside the datapath/ directory is part of the Linux ke
Hi Guru,
I would like to add vlog_info messages for datapath/actions.c. I see that none
of the files in datapath support vlog.
I have added “#include ” and
“VLOG_DEFINE_THIS_MODULE(dpactions)” to datapath/actions.c. What other changes
do I need to make to perform a vlog/set to info for actions
On Mon, Mar 21, 2016 at 02:51:04PM -0400, Hoff, Adam wrote:
> I've just recently ported some changes from OVS version 2.0 to 2.5. In 2.0,
> I was able to basically copy the learn action, and modify the flow mod's
> command to use OFPFC_DELETE, which would then delete rules (even ones that
> weren't
I am posting here so if someone else is trying to add a new field to ovs
maybe this can help and save their time.
After debugging I solved my issue by adding the following to nx_put_raw()
in nx-match.c:
if( match->wc.masks.iot_addr){
nxm_put_32m(b, MFF_IOT_ADDR, oxm,
htonl(flow->iot_addr),
Hello,
I've just recently ported some changes from OVS version 2.0 to 2.5. In 2.0,
I was able to basically copy the learn action, and modify the flow mod's
command to use OFPFC_DELETE, which would then delete rules (even ones that
weren't learned by another learn action). However, in 2.5, this cha
On Tue, Mar 22, 2016 at 09:11:34AM +0800, yugang wrote:
> 2009-01-02T14:42:35Z|00056|dpif_netlink|ERR|Generic Netlink family
> 'ovs_datapath' does not exist. The Open vSwitch kernel module is probably not
> loaded.
> 2009-01-02T14:42:35Z|00057|dpif|WARN|failed to enumerate system datapaths: No
>
Thanks, I've sent out a patch for the FAQ.
On Tue, Mar 22, 2016 at 11:09:54AM +0300, Enas Ahmad wrote:
> I am posting here so if someone else is trying to add a new field to ovs
> maybe this can help and save their time.
> After debugging I solved my issue by adding the following to nx_put_raw()
>
On Tue, Mar 22, 2016 at 07:29:48AM +, Lixing (F) wrote:
> I am using ovs 2.3.2 version.
> I want to use learn action and controller action of openflow like this:
> ovs-ofctl add-flow br-test "table=0, priority=0
> actions=learn(table=0,hard_timeout=10, priority=20),CONTROLLER:65535"
>
> When
What kernel version are you using??
Regards
_Sugesh
From: yugang [mailto:yug...@dptechnology.net]
Sent: Tuesday, March 22, 2016 3:38 AM
To: Chandran, Sugesh ; yugangdeai
; discuss
Subject: 回复: 回复: [ovs-discuss] userspace openvswitch
yugang
发件人: yugang
Hi all,
I'm using the open vswitch which supports vxlan+gpe encapsulation. I add a
vxlan-gpe interface and configure the options:dst-port as 4790. But when I test
it, I find that the ovs can't receive the data packet, but I can capture the
packet on the pc. And I also try to configure options:d
Hi,
We have a solution for enabling group deletion with type=indirect. Is there
anybody working on the fix? We can send our patch to the dev mail list.
Best regards,
Balazs
-Original Message-
From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Simon Horman
Sent: 22 March
Hi All
I am using ovs 2.3.2 version.
I want to use learn action and controller action of openflow like this:
ovs-ofctl add-flow br-test "table=0, priority=0
actions=learn(table=0,hard_timeout=10, priority=20),CONTROLLER:65535"
When I snoop the br-test, I do not receive the packet-in packet.
I a
20 matches
Mail list logo