Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754548AbcJUKJR (ORCPT ); Fri, 21 Oct 2016 06:09:17 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:43754 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583AbcJUKJP (ORCPT ); Fri, 21 Oct 2016 06:09:15 -0400 X-IronPort-AV: E=Sophos;i="5.31,375,1473120000"; d="scan'208";a="393858918" Date: Fri, 21 Oct 2016 11:09:09 +0100 From: Wei Liu To: Jarod Wilson CC: , , , "K. Y. Srinivasan" , Haiyang Zhang , "Michael S. Tsirkin" , Shrikrishna Khare , "VMware, Inc." , Wei Liu , Paul Durrant , David Kershner Subject: Re: [PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers Message-ID: <20161021100909.GS2639@citrix.com> References: <20161019023333.15760-1-jarod@redhat.com> <20161020175524.6184-1-jarod@redhat.com> <20161020175524.6184-7-jarod@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20161020175524.6184-7-jarod@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 34 On Thu, Oct 20, 2016 at 01:55:21PM -0400, Jarod Wilson wrote: > hyperv_net: > - set min/max_mtu, per Haiyang, after rndis_filter_device_add > > virtio_net: > - set min/max_mtu > - remove virtnet_change_mtu > > vmxnet3: > - set min/max_mtu > > xen-netback: > - min_mtu = 0, max_mtu = 65517 > > xen-netfront: > - min_mtu = 0, max_mtu = 65535 > > unisys/visor: > - clean up defines a little to not clash with network core or add > redundat definitions > > CC: netdev@vger.kernel.org > CC: virtualization@lists.linux-foundation.org > CC: "K. Y. Srinivasan" > CC: Haiyang Zhang > CC: "Michael S. Tsirkin" > CC: Shrikrishna Khare > CC: "VMware, Inc." > CC: Wei Liu > CC: Paul Durrant > CC: David Kershner > Signed-off-by: Jarod Wilson Acked-by: Wei Liu