[ovs-dev] Does openvswitch support routing entries

2013-07-02 Thread shiva m
Hi, How does openvswitch handle router functionality??? I see whenever we do dump-flows its shows all the flows belong to same subnet if it is with one interface. Can we ping to machines connected to 2 different subnets via openvswitch ?? I mean does it store routing entries and acts as a L3 switc

[ovs-dev] flow disappering in dump-flows

2012-03-25 Thread shiva m
Hi, I am pinging some other machine in my network, the flow is visible is ovs-dpctl dump-flows but after sometime even though my ping is running, flow is disappearing from ovs-dpctl dump-flows. Why flow is disappearing from ovs-dpctl dump-flows even though my flow is running?? Could you please an

Re: [ovs-dev] Inserting new modules

2011-12-26 Thread shiva m
.ko module with OVS1.0.0. But i am not able to figure out where to add my *shiva.ko*module to load/start with OVS1.2.2 daemon. Regards, Shiva > On Mon, Dec 26, 2011 at 9:12 PM, Ben Pfaff wrote: > On Mon, Dec 26, 2011 at 01:09:11PM +0530, shiva m wrote: > > I installed OVS1.2.2 on

[ovs-dev] Inserting new modules

2011-12-25 Thread shiva m
Hi, I installed OVS1.2.2 on Xenserver. In OVS1.0.0, to install other modules, there is a option *function insert_modules_if_required* in OVS1.0.0/xenserver/etc_init.d_openvswitch. But in OVS1.2.2, OVS1.2.2/xenserver/etc_init.d_openvswitch is very different, there is no such option. Could you ple

Re: [ovs-dev] adding my own .c file

2011-12-21 Thread shiva m
ec 22, 2011 at 11:07 AM, Ben Pfaff wrote: > We have tried. You do not understand our suggestions (e.g. "send a > patch") well enough to follow them. > > Please find a friend or colleague with more experience in software > development to help you out. > > On Thu, De

Re: [ovs-dev] adding my own .c file

2011-12-21 Thread shiva m
21, 2011 at 3:02 PM, shiva m wrote: > Thank you for your reply. > > I changed to "ofproto.h" still it giving same compilation > error. > > It seems its not generating shiva.o file, could you please let me know why > its not generating .o files for my independent .c

Re: [ovs-dev] adding my own .c file

2011-12-21 Thread shiva m
file, only change i made is calling test() > function from ofproto.c. > > Thanks & Regards, > Shiva > > On Wed, Dec 21, 2011 at 11:53 AM, Ben Pfaff wrote: > > The problem isn't obvious, please send your changes as a patch that can > be applied with "git ap

Re: [ovs-dev] adding my own .c file

2011-12-20 Thread shiva m
quot;. > > On Wed, Dec 21, 2011 at 11:56:31AM +0530, shiva m wrote: > > Hi. > > > > Sorry i did not notice. > > > > It seems for my shiva.c file its not generating shiva.o file and this > can > > be verified by observing > > /usr/src/redhat/BUI

Re: [ovs-dev] adding my own .c file

2011-12-20 Thread shiva m
. > > On Wed, Dec 21, 2011 at 11:35:44AM +0530, shiva m wrote: > > Hi Ben, > > > > I changed the following files > > > > 1 ofprot/automake.mk > > > > noinst_LIBRARIES += ofproto/libofproto.a > > ofproto_libofproto_a_SOURCES = \ > >

[ovs-dev] adding my own .c file

2011-12-19 Thread shiva m
Hi All, I have openvswitch 1.2.2 on xen server 6.0. I added my *test.c* file in * ofproto* folder, included function prototype in ofproto.h and * test.c*file in ofproto/automake.mk, but i am not able to compile. Could you please let me know how to add my test.c file to openvswitch 1.2.2 and compi