From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [patch net 5/9] mlxsw: spectrum: Add missing packet traps Date: Mon, 15 Aug 2016 22:56:31 +0300 Message-ID: <20160815195631.GA29013@splinter> References: <1471271873-4389-1-git-send-email-jiri@resnulli.us> <1471271873-4389-6-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Pirko , "netdev@vger.kernel.org" , "davem@davemloft.net" , Ido Schimmel , Elad Raz , Yotam Gigi , Nogah Frankel , Or Gerlitz To: Ilan Tayari Return-path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35833 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753248AbcHOT4g (ORCPT ); Mon, 15 Aug 2016 15:56:36 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Aug 15, 2016 at 02:51:20PM +0000, 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 expired. This allows traceroute to work > > properly. > > > > 3) OSPF packets. > > Don't you need LBERROR as well? Yep. Will send v2 tomorrow morning. Thanks!