Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-14 Thread niti Rohilla
openvswitch.ko in your linux system: - /sbin/modinfo openvswitch 3) Replace the file in step 2 with file in step 1. For example, cp datapath/linux/openvswitch.ko /lib/modules/3.2.0-57-generic-pae/updates/dkms/openvswitch.ko 4) make modules_install Hope it helps. Thanks Niti Rohilla On

Re: [ovs-dev] Regarding OVS GTP implementation

2016-09-13 Thread niti Rohilla
iated. > > Best Regards, > Ashish Kurian > > On Tue, Sep 6, 2016 at 6:28 AM, niti Rohilla wrote: > >> Hi Ashish, >> >> I have moved out of this project long time back. I would recommend you to >> send a mail to the opensource community so that the current sta

Re: [ovs-dev] Query regarding the implementation of Packet Type aware pipeline [EXT-112]

2016-02-26 Thread niti Rohilla
posted on github as a base to start working on EXT-112. Please provide me your feedback or anything that I should add to code from your point of view. If you have any objection then please let me know. Thanks Niti Rohilla On Fri, Feb 26, 2016 at 2:02 PM, Lori Jakab wrote: > Hi Niti, > > T

[ovs-dev] Query regarding the implementation of Packet Type aware pipeline [EXT-112]

2016-02-25 Thread niti Rohilla
layer 2 or layer 3 packet, which is prerequisite for the implementation of "Packet Type aware pipeline [EXT-112]". Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Openflow 1.5 - Enable setting all pipeline fields in packet-out [EXT-427]

2016-02-25 Thread niti Rohilla
Hi, I want to implement and contribute Enable setting all pipeline fields in packet-out [EXT-427], Openflow 1.5 feature to OpenVSwitch. If anybody has already started working on it then please let us know. Thanks Niti Rohilla ___ dev mailing list dev

[ovs-dev] Openflow 1.5 - Packet Type aware pipeline [EXT-112]

2016-02-25 Thread niti Rohilla
Hi, I want to implement and contribute Packet Type aware pipeline [EXT-112], Openflow 1.5 feature to OpenVSwitch. If anybody has already started working on it then please let us know. Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http

[ovs-dev] [PATCH v1] Basic GTP-U tunnel implementation in ovs

2016-02-05 Thread Niti Rohilla
GPRS Tunneling Protocol (GTP) is a group of IP-based communications protocols used to carry general packet radio service (GPRS) within GSM, UMTS and LTE networks. GTP-U is used for carrying user data within the GPRS core network and between the radio access network and the core network. In case of

[ovs-dev] Fwd: Query Regarding Packet aware pipeline processing (EXT-112)

2016-02-05 Thread niti Rohilla
Hi, Please help me to solve this query. Thanks Niti Rohilla -- Forwarded message -- From: niti Rohilla Date: Thu, Jan 14, 2016 at 7:29 PM Subject: Query Regarding Packet aware pipeline processing (EXT-112) To: dev@openvswitch.org Cc: partha.da...@tcs.com, deepankar.gu

Re: [ovs-dev] Query regarding tunnel parameters

2016-01-19 Thread niti Rohilla
there is no corresponding OXM field. So to configure the tunnels from ODL we have to use the "Port based" configuration. Please validate my understanding. Thanks Niti On Tue, Jan 19, 2016 at 05:24:49PM +0530, niti Rohilla wrote: > I have a query regarding tunneling in OVS. > >

[ovs-dev] Query regarding tunnel parameters

2016-01-19 Thread niti Rohilla
Hi, I have a query regarding tunneling in OVS. I want to connect ovs with ODL (SDN Controller). I want to add flows from the odl to ovs to set tun_src and tun_dst parameters. Can somebody please help to understand which corresponding parameters should be sent from odl. Thanks Niti __

[ovs-dev] Query Regarding Packet aware pipeline processing (EXT-112)

2016-01-14 Thread niti Rohilla
t; Header types strcuture are defined that describes the namespace and ns_type for packet type match field. Can somebody please help me to understand how to find the canonical header type. Thanks Niti Rohilla ___ dev mailing list dev@openvswitc

Re: [ovs-dev] [PATCH 1/2] ofctl: This patch add support for setting the first egress table for egress processing.

2016-01-14 Thread niti Rohilla
anged to include one more parameter. It requires changing the definition of many functions. That is why I have used the global variable. Please suggest which approach should be followed. Thanks Niti Rohilla On Wed, Jan 13, 2016 at 10:46 PM, Ben Pfaff wrote: > On Wed, Jan 13, 2016 at 03:18:02PM +

Re: [ovs-dev] [PATCH 1/2] ofctl: This patch add support for setting the first egress table for egress processing.

2016-01-13 Thread niti Rohilla
set_output variable. Please suggest which approach should be followed for this. Thanks Niti Rohilla On Mon, Jan 11, 2016 at 11:57 PM, Ben Pfaff wrote: > On Wed, Dec 23, 2015 at 01:37:12PM +0530, niti1...@gmail.com wrote: > > From: Niti Rohilla > > > > "ovs-ofctl set-fi

[ovs-dev] Lisp tunnel creation problem

2015-10-01 Thread niti Rohilla
symbol ovs_vport_alloc (err 0) [287584.532484] vport_lisp: Unknown symbol ovs_vport_free (err 0) [287584.532492] vport_lisp: Unknown symbol ovs_vport_receive (err 0) Please help me in resolving the problem. Thanks in advance. Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2] ofctl: This patch add support for setting the first egress table for egress processing.

2015-09-11 Thread niti Rohilla
|WARN|vnet0 device has unknown hardware address family 65535 Please help me understand how I can resolve this or is this related to my code changes. Thanks Niti Rohilla On 10-Sep-2015 1:50 am, "Ben Pfaff" wrote: > On Wed, Sep 09, 2015 at 02:07:42PM +0530, niti1...@gmail.com wrote: &

Re: [ovs-dev] [PATCH v8] ofproto: Implement OF1.4 Group & Meter change notification messages

2015-09-09 Thread niti Rohilla
{ /* reason == OFPRFR_METER_MOD. */ struct { struct ofputil_meter_mod *meter_mod; struct ofpbuf bands; }; /* reason == OFPRFR_GROUP_MOD. */ struct ofputil_group_mod *group_mod; }; }; Kindly validate my understanding. Thanks & R

Re: [ovs-dev] [PATCH v7] ofproto: Implement OF1.4 Group & Meter change notification messages

2015-09-08 Thread niti Rohilla
Hi Ben, Greetings! This is in reference to the following patch which is under review: 1. [PATCH v7] ofproto: Implement OF1.4 Group & Meter change notification messages. Request to kindly provide inputs on the same(if any) or if any action is required from our end. Thanks Niti Rohilla On

Re: [ovs-dev] [PATCH v5 2/2] ofproto: Implement OF1.4 Group & Meter change notification messages

2015-08-24 Thread niti Rohilla
notification messages" rebased with the latest master. Thanks Niti Rohilla On Sat, Aug 22, 2015 at 3:51 AM, Ben Pfaff wrote: > On Wed, Aug 19, 2015 at 12:17:33PM +0530, niti1...@gmail.com wrote: > > From: Niti Rohilla > > > > This patch adds support for Openfl

Re: [ovs-dev] Query regarding OF1.5 Egress tables (EXT-306)

2015-08-19 Thread niti Rohilla
es we need to pass ofp_table_mod_prop_eviction and ofp_table_mod_prop_vacancy properties along with the messages. So how can we modify capabilities/config(OFPTC_*) using OFPTFC_MODIFY command? Kindly suggest if we are missing something regarding OFPTFC_MODIFY command. Thanks & Regards Niti Ro

Re: [ovs-dev] Query regarding OF1.5 Egress tables (EXT-306)

2015-08-18 Thread niti Rohilla
first egress table will be considered as egress tables. Thanks and Regards Niti Rohilla On Tue, Aug 18, 2015 at 6:08 AM, Jean Tourrilhes wrote: > niti Rohilla wrote : > > > > 2) Page no. 145 of Openflow Specification 1.5.1. > > The command OFPTFC_REPLACE configures the ent

[ovs-dev] Query regarding OF1.5 Egress tables (EXT-306)

2015-08-17 Thread niti Rohilla
pipleline processing is it necessary to configure either of these flags(OFPTFF_INGRESS_TABLE and OFPTFF_EGRESS_TABLE). In other words, if none of the flag is set then table cannot be part of pipeline processing? Please validate this understanding. Thanks Niti Rohilla __

Re: [ovs-dev] [PATCH v3 2/2] ofproto: Implement OF1.4 Group & Meter change notification messages

2015-07-31 Thread niti Rohilla
Hi Ben, Thanks for the review. All the comments have been incorporated in Version 3 of the patch. Thanks Niti Rohilla On Tue, Jul 28, 2015 at 8:59 PM, Ben Pfaff wrote: > On Tue, Jul 28, 2015 at 05:22:25PM +0530, niti1...@gmail.com wrote: > > From: Niti Rohilla > > >

Re: [ovs-dev] [PATCH v1 2/2] ofproto: Implement OF1.4 Group & Meter change notification messages

2015-07-28 Thread niti Rohilla
Hi Ben, Thanks for the review. All the comments have been incorporated in Version 2 of the patch. Thanks Niti Rohilla On Tue, Jul 28, 2015 at 1:23 AM, Ben Pfaff wrote: > On Thu, Jul 23, 2015 at 05:06:36PM +0530, niti1...@gmail.com wrote: > > From: Niti Rohilla > > >

Re: [ovs-dev] [PATCH v1 0/2] OF1.4 Group and Meter change notification (EXT-235)

2015-07-27 Thread niti Rohilla
; Meter change notification messages. Request to kindly provide inputs on the same(if any) or if any action is required from our end. Thanks Niti Rohilla On Thu, Jul 23, 2015 at 5:05 PM, niti Rohilla wrote: > Hi Ben, > > This series of patches contains implementation of OF1.4 G

[ovs-dev] [PATCH v1 0/2] OF1.4 Group and Meter change notification (EXT-235)

2015-07-23 Thread niti Rohilla
the latest master. 2. [PATCH v1 2/2] : ofproto: Implement OF1.4 Group & Meter change notification messages. This is the first version of this patch. Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v1 0/3] OF1.4 Group and Meter change notification (EXT-235)

2015-07-23 Thread niti Rohilla
the latest master. 2. [PATCH v1 2/2] : ofproto: Implement OF1.4 Group & Meter change notification messages. This is the first version of this patch. Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Query related to OF1.4 Group and Meter change notification

2015-07-22 Thread niti Rohilla
Hi Ben, Thanks for the reply. We will send the whole message in OFPT_REQUESTFORWARD as suggested. Thanks Niti On Tue, Jul 21, 2015 at 8:53 PM, Ben Pfaff wrote: > On Tue, Jul 21, 2015 at 03:50:55PM +0530, niti Rohilla wrote: > > We are implementing Group and meter change not

[ovs-dev] Query related to OF1.4 Group and Meter change notification

2015-07-21 Thread niti Rohilla
t the size of ofp_requestforward_header mentioned in specification(16 bytes). Please suggest what should be included in 'request' in the request forward message. Thanks Niti Rohilla ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2] ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.

2015-07-16 Thread niti Rohilla
Hi Ben, Thanks for the review. All the comments have been incorporated in Version 3 of the patch. I am not having any issues with "make check". All the test cases in testsuite are executing successfully on the latest master code. Thanks Niti Rohilla On Wed, Jul 15, 2015 at 9:49 PM,

Re: [ovs-dev] [PATCH v1] ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.

2015-07-10 Thread niti Rohilla
Hi Ben, Thanks for the review. All the comments have been incorporated in Version 2 of the patch. Thanks Niti Rohilla On Thu, Jul 9, 2015 at 5:36 AM, Ben Pfaff wrote: > On Tue, Jul 07, 2015 at 01:17:36PM +0530, niti1...@gmail.com wrote: > > From: Niti > > > > This p

Re: [ovs-dev] Openflow1.4 Set/Get Async and Group and Meter change notification

2015-06-15 Thread niti Rohilla
Hi Ben, Thanks for the confirmation. TCS team will contribute these features to OpenVSwitch. Thanks & Regards Niti Rohilla Tata Consultancy Services On Fri, Jun 12, 2015 at 8:34 PM, Ben Pfaff wrote: > On Fri, Jun 12, 2015 at 05:22:19PM +0530, niti Rohilla wrote: > > I want to

[ovs-dev] Openflow1.4 Set/Get Async and Group and Meter change notification

2015-06-12 Thread niti Rohilla
Hi, I want to implement and contribute following Openflow 1.4 features to OpenVSwitch: - Set and Get Asynchronous messages - Group and Meter change notification If anybody has already started working on them then please let us know. Thanks & Regards Niti Rohilla Tata Consultancy Serv