Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-17 Thread Yang, Yi Y
:24 PM > To: Amar Padmanabhan ; Joe Stringer > ; Wieger IJntema > Cc: ovs dev ; Pablo Neira Ayuso > ; Harald Welte > Subject: Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream > datapath > > These are indeed two different use case. The pure termination of the &g

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-17 Thread Jan Scheurich
han ; Joe Stringer ; > Wieger IJntema > Cc: ovs dev ; Pablo Neira Ayuso ; > Harald Welte > Subject: Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath > > These are indeed two different use case. The pure termination of the GTP-u > tunnel can be done b

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-17 Thread Yang, Yi Y
switch.org > [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Amar Padmanabhan > Sent: Friday, 14 July, 2017 19:23 > To: Joe Stringer ; Wieger IJntema > > Cc: ovs dev ; Harald Welte > ; Pablo Neira Ayuso > Subject: Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream > d

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-17 Thread Jan Scheurich
switch.org] On Behalf Of Amar Padmanabhan > Sent: Friday, 14 July, 2017 19:23 > To: Joe Stringer ; Wieger IJntema > Cc: ovs dev ; Harald Welte ; > Pablo Neira Ayuso > Subject: Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath > > Yeah, we are looking at t

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-14 Thread Amar Padmanabhan
Yeah, we are looking at tunnel termination in OVS, i.e. GGSN or PGW. I think what you mention Weiger is about an on-path device that also does some classification like some of the 5G proposals. I think Yi is also looking at it but that is not directly related to this patch set. - Amar On 7/14/1

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-14 Thread Joe Stringer
On 14 July 2017 at 04:53, Wieger IJntema wrote: >> ovs-vsctl add-port br0 gtp-vport -- set interface gtp-vport \ >> ofport_request=2 type=gtp option:remote_ip=flow options:key=flow >> >> ovs-ofctl add-flow br0 >> "in_port=2,tun_src=192.168.60.141,tun_id=123, \ >> actions=set_field:02:0

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-14 Thread Joe Stringer
On 13 July 2017 at 18:38, Jiannan Ouyang wrote: > Hi Joe, > >> It's neat to see new tunnel implementations being introduced, and also >> quite cool that it doesn't require significant code changes to OVS to >> make this happen. Thanks for looking into this :-) > > Thanks :) > >> I mentioned on the

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-14 Thread Wieger IJntema
> > ovs-vsctl add-port br0 gtp-vport -- set interface gtp-vport \ > ofport_request=2 type=gtp option:remote_ip=flow options:key=flow > > ovs-ofctl add-flow br0 > "in_port=2,tun_src=192.168.60.141,tun_id=123, \ > actions=set_field:02:00:00:00:00:00->eth_src, \ > set_field:ff:ff:ff:ff

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-13 Thread Jiannan Ouyang
Hi Joe, > It's neat to see new tunnel implementations being introduced, and also > quite cool that it doesn't require significant code changes to OVS to > make this happen. Thanks for looking into this :-) Thanks :) > I mentioned on the netdev thread that we should work towards using the > rtnet

Re: [ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-13 Thread Joe Stringer
On 12 July 2017 at 17:45, Jiannan Ouyang wrote: > This patch series depends on the Linux net-next patch set > [PATCH net-next] Flow Based GTP Tunneling > > With flow based GTP tunneling supported in the upstream datapath, we can > create a gtp vport associated with a flow based GTP net_device. Thi

[ovs-dev] [PATCH v1 0/2] Add GTP vport based on upstream datapath

2017-07-12 Thread Jiannan Ouyang
This patch series depends on the Linux net-next patch set [PATCH net-next] Flow Based GTP Tunneling With flow based GTP tunneling supported in the upstream datapath, we can create a gtp vport associated with a flow based GTP net_device. This allows us to program GTP tunnels via ovs-vsctl. Example