Re: [PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-22 Thread Martin Varghese
On Tue, Oct 22, 2019 at 08:59:46PM -0700, Pravin Shelar wrote: > On Tue, Oct 22, 2019 at 8:29 AM Martin Varghese > wrote: > > > > On Tue, Oct 22, 2019 at 12:03:49AM -0700, Pravin Shelar wrote: > > > On Sun, Oct 20, 2019 at 7:12 AM Martin Varghese > > > wrote: > > > > > > > > From: Martin Varghese

Re: [PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-22 Thread Pravin Shelar
On Tue, Oct 22, 2019 at 8:29 AM Martin Varghese wrote: > > On Tue, Oct 22, 2019 at 12:03:49AM -0700, Pravin Shelar wrote: > > On Sun, Oct 20, 2019 at 7:12 AM Martin Varghese > > wrote: > > > > > > From: Martin Varghese > > > > > > The openvswitch was supporting a MPLS label depth of 1 in the ing

Re: [PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-22 Thread Martin Varghese
On Tue, Oct 22, 2019 at 12:03:49AM -0700, Pravin Shelar wrote: > On Sun, Oct 20, 2019 at 7:12 AM Martin Varghese > wrote: > > > > From: Martin Varghese > > > > The openvswitch was supporting a MPLS label depth of 1 in the ingress > > direction though the userspace OVS supports a max depth of 3 la

Re: [PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-22 Thread Martin Varghese
On Tue, Oct 22, 2019 at 12:03:49AM -0700, Pravin Shelar wrote: > On Sun, Oct 20, 2019 at 7:12 AM Martin Varghese > wrote: > > > > From: Martin Varghese > > > > The openvswitch was supporting a MPLS label depth of 1 in the ingress > > direction though the userspace OVS supports a max depth of 3 la

Re: [PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-22 Thread Pravin Shelar
On Sun, Oct 20, 2019 at 7:12 AM Martin Varghese wrote: > > From: Martin Varghese > > The openvswitch was supporting a MPLS label depth of 1 in the ingress > direction though the userspace OVS supports a max depth of 3 labels. > This change enables openvswitch module to support a max depth of > 3

[PATCH v2] Change in Openvswitch to support MPLS label depth of 3 in ingress direction

2019-10-20 Thread Martin Varghese
From: Martin Varghese The openvswitch was supporting a MPLS label depth of 1 in the ingress direction though the userspace OVS supports a max depth of 3 labels. This change enables openvswitch module to support a max depth of 3 labels in the ingress. Signed-off-by: Martin Varghese --- Changes i