Re: [ovs-dev] [PATCH 1/1] Encap & Decap actions for MPLS Packet Type.

2019-10-07 Thread 0-day Robot
Bleep bloop. Greetings Martin Varghese, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 84 characters long (recommended limit is 79) #246 FILE:

[ovs-dev] [PATCH 1/1] Encap & Decap actions for MPLS Packet Type.

2019-10-07 Thread Martin Varghese
Encap & Decap actions are extended to support MPLS packet type. The encap & decap adds and removes MPLS header at the start of packet. CLI syntax for Encap & Decap - encap(mpls(ether_type=0x8847)) - decap(packet_type(ns=x,type=y)) Signed-off-by: Martin Varghese ---