RE: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-29 Thread Varghese, Martin (Nokia - IN/Bangalore)
On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: >Test different encapsulation modes of the bareudp module: Comprehensive tests. Thanks a lot William.

RE: [PATCH net] net/core: check length before updating Ethertype in skb_mpls_{push,pop}

2020-10-04 Thread Varghese, Martin (Nokia - IN/Bangalore)
On Fri, 2020-10-02 at 21:53 +0200, Guillaume Nault wrote: > Openvswitch allows to drop a packet's Ethernet header, therefore >skb_mpls_push() and skb_mpls_pop() might be called with ethernet=true and >mac_len=0. In that case the pointer passed to skb_mod_eth_type() >doesn't >point to an Ether

RE: [PATCH net-next] net: Enabled MPLS support for devices of type ARPHRD_NONE.

2020-07-26 Thread Varghese, Martin (Nokia - IN/Bangalore)
>> From: Martin Varghese >> >> This change enables forwarding of MPLS packets from bareudp tunnel >> device which is of type ARPHRD_NONE. >> >> Signed-off-by: Martin Varghese > This restriction looks just like a massive guessing game. > What is needed by MPLS by a device specifically, and ca