Re: [ovs-dev] website credits in AUTHORS

2014-10-30 Thread roampune
On Oct 30, 2014, at 9:16 PM, Ben Pfaff wrote: We're starting to receive some contributions to the website repo. Some are from people who do not contribute code (notably, Scott Lowe). We don't currently have a way to acknowledge these contributions, which are in my opinion as valuable as any sim

Re: [ovs-dev] website credits in AUTHORS

2014-11-03 Thread roampune
You guys are awesome as always! but with so many patches flying around everyday it is tough to keep up these days :(. On Fri, Oct 31, 2014 at 9:45 AM, Ben Pfaff wrote: > On Thu, Oct 30, 2014 at 11:01:32PM -0700, roampune wrote: > > or maybe its time to move openvswitch.org to githu

[ovs-dev] [PATCH] INSTALL: Add db name to path in the example.

2013-06-26 Thread roampune
Signed-off-by: roampune --- INSTALL |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 28bc1a0..9ec4763 100644 --- a/INSTALL +++ b/INSTALL @@ -286,10 +286,10 @@ any managers specified in the database itself, and to use the SSL configuration

Re: [ovs-dev] [PATCH] INSTALL: Add db name to path in the example.

2013-06-26 Thread roampune
On Wed, Jun 26, 2013 at 3:53 PM, Ben Pfaff wrote: > On Wed, Jun 26, 2013 at 03:50:28PM -0700, Roam Pune wrote: > > On Wed, Jun 26, 2013 at 3:36 PM, Ben Pfaff wrote: > > > > > On Wed, Jun 26, 2013 at 03:32:16PM -0700, roampune wrote: > > > > Signed-off-by:

[ovs-dev] Regarding tun_id comparison in datapth.

2013-08-13 Thread roampune
Hi Guys, I am trying to trace the code for vxlan in datapath directory. I know how the skb traverse from udp socket as shown below. udp socket -> vxlan_udp_encap_recv -> vxlan_rcv -> ovs_vport_receive -> ovs_dp_process_received_packet -> ... but i don't quite understand where does the tun_id com

Re: [ovs-dev] Regarding tun_id comparison in datapth.

2013-08-13 Thread roampune
; attributes. > very true, but any chance you could point me to the code or file where this happens. i am still not familiar with the code yet. Regards. > > > On Tue, Aug 13, 2013 at 4:05 PM, roampune wrote: > >> Hi Guys, >> >> I am trying to trace the code for vxlan

Re: [ovs-dev] Regarding tun_id comparison in datapth.

2013-08-13 Thread roampune
actually found it, hidden way beneath.. ok so it is at: datapath/flow.c:53: update_range__ it update the ranges for tun_id and other parameters, basically called during flow-add as Andy mentioned below. Thanks guys for the help. Regards. On Tue, Aug 13, 2013 at 5:10 PM, roampune wrote