Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-06 Thread Raymond Burkholder
> > The link you provided says "page not found". If you have the PDF with you, > please do share. > > > https://www.usenix.org/system/files/conference/nsdi15/nsdi15-paper- > pfaff.pdf > https://www.usenix.org/sites/default/files/nsdi15_full_proceedings.pdf -- This message has been scanned f

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-06 Thread Rajasekaran, Monica
- From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of dsa...@cs.technion.ac.il Sent: Sunday, March 06, 2016 11:40 AM To: discuss@openvswitch.org Subject: Re: [ovs-discuss] Open vSwitch Source code walkthrough Hi Monica, If you want to start understanding the source code of OVS by following

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-06 Thread dsainz
Hi Monica, If you want to start understanding the source code of OVS by following how the switch receives packets, there are some things you need to take into account. -First, OVS (in Linux) relies on a kernel module for all the basic packet processing. This module is installed in the OS: this ke

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread Andy Zhou
Zhou [mailto:az...@ovn.org] > *Sent:* Friday, March 04, 2016 1:36 PM > *To:* André Mantas > *Cc:* Rajasekaran, Monica; discuss@openvswitch.org > > *Subject:* Re: [ovs-discuss] Open vSwitch Source code walkthrough > > > > Monica, you may want to trace through the co

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread Andy Zhou
ts to all the functions in >> ofproto.c and see how it goes when a packet comes in ? Or is there an >> alternative ? >> >> >> >> Thanks, >> >> Monica >> >> >> >> *From:* André Mantas [mailto:andremant...@gmail.com] >> *

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread André Mantas
gt; > > > Thanks, > > Monica > > > > *From:* André Mantas [mailto:andremant...@gmail.com] > *Sent:* Friday, March 04, 2016 11:33 AM > *To:* Rajasekaran, Monica; discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] Open vSwitch Source code walkthrough >

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread Rajasekaran, Monica
? Thanks, Monica From: André Mantas [mailto:andremant...@gmail.com] Sent: Friday, March 04, 2016 11:33 AM To: Rajasekaran, Monica; discuss@openvswitch.org Subject: Re: [ovs-discuss] Open vSwitch Source code walkthrough Have you tried ofproto/ofproto.c? Rajasekaran, Monica

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread André Mantas
Have you tried ofproto/ofproto.c? Rajasekaran, Monica escreveu no dia sexta, 4/03/2016 às 17:23: > Well, I can see how things work when we give commands using ofctl, vsctl > etc. But, I still don’t get which file is invoked first when *a packet > arrives to the switch.* > > > > Any help on this

Re: [ovs-discuss] Open vSwitch Source code walkthrough

2016-03-04 Thread Rajasekaran, Monica
Well, I can see how things work when we give commands using ofctl, vsctl etc. But, I still don't get which file is invoked first when a packet arrives to the switch. Any help on this ? From: Rajasekaran, Monica Sent: Wednesday, March 02, 2016 2:32 PM To: 'discuss@openvswitch.org' Subject: Open