From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] nfp: flower: handle MTU changes Date: Fri, 30 Mar 2018 10:39:34 -0400 (EDT) Message-ID: <20180330.103934.1578922692535463237.davem@davemloft.net> References: <20180329015007.19496-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, oss-drivers@netronome.com To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:59720 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163AbeC3Ojg (ORCPT ); Fri, 30 Mar 2018 10:39:36 -0400 In-Reply-To: <20180329015007.19496-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Wed, 28 Mar 2018 18:50:05 -0700 > This set improves MTU handling for flower offload. The max MTU is > correctly capped and physical port MTU is communicated to the FW > (and indirectly HW). Series applied, thanks Jakub.