Re: [patch net 5/9] mlxsw: spectrum: Add missing packet traps

2016-08-15 Thread Ido Schimmel
On Mon, Aug 15, 2016 at 02:51:20PM +, Ilan Tayari wrote: > > Add the following traps: > > > > 1) MTU Error: Trap packets whose size is bigger than the egress RIF's MTU. > > If DF > > bit isn't set, traffic will continue to be routed in slow path. > > > > 2) TTL Error: Trap packets whose TTL

RE: [patch net 5/9] mlxsw: spectrum: Add missing packet traps

2016-08-15 Thread Ilan Tayari
> Add the following traps: > > 1) MTU Error: Trap packets whose size is bigger than the egress RIF's MTU. If > DF > bit isn't set, traffic will continue to be routed in slow path. > > 2) TTL Error: Trap packets whose TTL expired. This allows traceroute to work > properly. > > 3) OSPF packets.

[patch net 5/9] mlxsw: spectrum: Add missing packet traps

2016-08-15 Thread Jiri Pirko
From: Elad Raz Add the following traps: 1) MTU Error: Trap packets whose size is bigger than the egress RIF's MTU. If DF bit isn't set, traffic will continue to be routed in slow path. 2) TTL Error: Trap packets whose TTL expired. This allows traceroute to work properly. 3) OSPF packets. Fixe