On Thu, Oct 10, 2019 at 8:34 PM Martin Varghese <martinvargheseno...@gmail.com> wrote: > > On Wed, Oct 09, 2019 at 08:29:51AM -0700, Pravin Shelar wrote: > > On Mon, Oct 7, 2019 at 9:41 PM Martin Varghese > > <martinvargheseno...@gmail.com> wrote: > > > > > > From: Martin Varghese <martin.vargh...@nokia.com> > > > > > > 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 <martinvargheseno...@gmail.com> > > > --- ... ... > > > case OVS_ACTION_ATTR_SET: > > > err = validate_set(a, key, sfa, > > > > I would also like to see patch that adds multi label MPLS unit test in > > system-traffic.at along with this patch. > > the same patch to d...@openvswitch.org along with the changes in > sytem-traffic.at ?
You can send two patches one for kernel space and other for userspace OVS including the unit test to ovs dev and netdev mailing list. Thanks, Pravin.