[ovs-discuss] OvS testing questions

2016-09-07 Thread Eyal Cidon
et. Is there a way to get this data? Can it be done with vlogging? Thanks for the help! Eyal ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] 4 byte long port numbers

2015-02-12 Thread Eyal Nissim
rt number Is there any intension to change ofport_request type to unsigned integer in the future? Thanks Eyal [Description: cid:image002.png@01D0463D.98EF18A0] This email message and any attachments are intended solely for the use of the addressees hereof. This message and any attachments may c

Re: [ovs-discuss] can't load openvswitch.ko for Unknown symbol problem

2015-02-11 Thread eyal
Hey,thanks, works !Eyal. From: al...@nicira.com Date: Fri, 6 Feb 2015 09:33:20 -0800 Subject: Re: [ovs-discuss] can't load openvswitch.ko for Unknown symbol problem To: eya...@hotmail.com CC: discuss@openvswitch.org Hey, Have you tried with this commit? Should be fine now, c

[ovs-discuss] can't load openvswitch.ko for Unknown symbol problem

2015-02-06 Thread eyal
OS: Centos7kernel: latest - 3.10.0-123.20.1.el7.x86_64OVS : 2.3.90 . the latest master - openvswitch-ovs-4d9226a The H file datapath/linux/compat/include/net/vxlan.h has :IFNDEF HAVE_VXLAN_METADATA Which define prototype rpl_vxlan_xmit_skb. However the c file datapath/linux/compat/vxlan.cDoesn

[ovs-discuss] packet ins and packet outs in relation to LLDP

2014-07-29 Thread Eyal Nissim
they've been created But where should I create the packet-ins themselves? (the HW doesn't send the packets in packet-in format) Is it after handle_upcalls? Before handle_upcalls ? I'm confused (please point me to possible options) Thanks Eyal This email messa

[ovs-discuss] FW: saving rules into the database

2014-07-21 Thread Eyal Nissim
Later on, when the controller sends FLOWS to vswitch the add flow command also contain parameters which attach the flow to interfaces ports Queues and other things That's how the connection between the previous configurations and the actual flows is done Thanks -Original Message

[ovs-discuss] add flow and flow dump

2014-07-20 Thread Eyal Nissim
y, seems best for me in the sense that I would have to make no changes once you make a new release). Do you have intensions to add something like ofproto->ofproto_class->validate() in the future? Do you have other ideas for me? Thanks Eyal This email message a

Re: [ovs-discuss] saving rules into the database

2014-07-20 Thread Eyal Nissim
also responsible for saving the rules in the database? or is the database not meant to save any rules/flows? Thanks Eyal -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Thursday, July 17, 2014 7:48 PM To: Eyal Nissim Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] s

Re: [ovs-discuss] configuring a new flow originated from remote controller to network processor via vswitchd thread directly

2014-07-20 Thread Eyal Nissim
t; ARRAY_SIZE(base_dpif_classes); i++) { dp_register_provider(base_dpif_classes[i]); } or do you have another idea? -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Thursday, July 17, 2014 8:50 PM To: Eyal Nissim Cc: discuss@openvswitch.org Subject: Re

[ovs-discuss] saving rules into the database

2014-07-17 Thread Eyal Nissim
Hi, When running vswitch I noticed that the rules are NOT written to the database (I executed the following command: ovsdb-client dump -format=list -data=json) So all my configurations are lost after reset Any ideas what can be done about it? Thanks Eyal This email message and any attachments

[ovs-discuss] configuring a new flow originated from remote controller to network processor via vswitchd thread directly

2014-07-17 Thread Eyal Nissim
e no contradictions (related to my application) b. writing to memory (of vswitchd) c. set - to network processor Thanks Eyal This email message and any attachments are intended solely for the use of the addressees hereof. This message and any attachments may contain information th

[ovs-discuss] which function calls actually call the datapath when ovs-ofctl add-flow command is invoked?

2014-07-15 Thread Eyal Nissim
Hi, I'm using vswitchd and ovs-ofctl add-flow command, (trying to understand the flow) , getting a breakpoint at flow_add as expected I was expecting the datapath to be configured with the new flow, so I put several breakpoints At dpif-netdev.c file as well as dpif-linux.c file. But there wa