Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-15 Thread Aaron Conole
Ashish Kurian writes: > Dear Developers, > > As Niti instructed me, I tried to locate the openvswitch.ko file in my OVS > directory and could not find it. Can you please help me in identifying why > I cannot locate that file on my OVS directory? You need to configure '--with-linux', and then you

Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-15 Thread Ashish Kurian
Dear Developers, As Niti instructed me, I tried to locate the openvswitch.ko file in my OVS directory and could not find it. Can you please help me in identifying why I cannot locate that file on my OVS directory? Best Regards, Ashish Kurian On Wed, Sep 14, 2016 at 1:32 PM, niti Rohilla wrote:

Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-14 Thread Ashish Kurian
Dear Niti, I tried to locate the file openvswitch.ko under OVS directory but such a file does not exist in my directory. I think the installation procedure that I followed to install OVS is different from what you used. Can you tell me what procedure did you follow for the installation of OVS on y

Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-14 Thread niti Rohilla
Hi Ashish, After compilation you have to load the ovs kernel module. U can follow these steps: 1) Find the location of openvswitch.ko file in your openvswitch directory. It might be in this location datapath/linux/openvswitch.ko in ovs directory. 2) Use the command to find the location of openvs

Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-13 Thread niti Rohilla
Hi Ashish, I would recommend you to refer the 3GPP GTP-U specifications. http://www.arib.or.jp/IMT-2000/V720Mar09/5_Appendix/Rel8/29/29281-800.pdf First you need to compile your code and load the openvswitch kernel module. U can use the following command to create a GTP-U tunnel: - ovs-v