Re: [ovs-discuss] Rule Table Entries

2016-06-16 Thread Tooba Ahsen
...@hotmail.com > > > > On Jun 15, 2016, at 11:24 PM, Tooba Ahsen wrote: > > > > Is there a way to determine exactly how much memory a flow table rules > > takes up in the openvswitch? > > I've read quite a lot that it takes a few hundred bytes but ho

[ovs-discuss] Rule Table Entries

2016-06-15 Thread Tooba Ahsen
Hi, Is there a way to determine exactly how much memory a flow table rules takes up in the openvswitch? I've read quite a lot that it takes a few hundred bytes but how would you determine this exactly? Regards, Tooba

[ovs-discuss] Need to access packet sequence numbers

2016-05-31 Thread Tooba Ahsen
Hi, I need to alter the code for the select group implementation in ovs. I need to access the sequence numbers of the packets that come in. I haven't been successful so far, so can someone tell me how I should go about doing so? Regards, Tooba ___

[ovs-discuss] changing OpenVSwitch files

2016-05-21 Thread Tooba Ahsen
Hi, I need to change a small amount of code on the ofproto folder that exists in openvswitch. I try to run the ./configure and make commands afterwards but it doesn't really seem to be working because the new version of the functions arent being used. Is there some other way to compile the chan