Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753927AbdHUO3o (ORCPT ); Mon, 21 Aug 2017 10:29:44 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:37209 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753446AbdHUO3n (ORCPT ); Mon, 21 Aug 2017 10:29:43 -0400 Date: Mon, 21 Aug 2017 16:29:39 +0200 From: Andrew Lunn To: Salil Mehta Cc: davem@davemloft.net, yisen.zhuang@huawei.com, lipeng321@huawei.com, mehta.salil.lnk@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH V3 net-next] net: hns3: Add support to change MTU in HNS3 hardware Message-ID: <20170821142939.GG1703@lunn.ch> References: <20170821101223.111852-1-salil.mehta@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170821101223.111852-1-salil.mehta@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 475 Lines: 16 On Mon, Aug 21, 2017 at 11:12:23AM +0100, Salil Mehta wrote: > This patch adds the following support to the HNS3 driver: > 1. Support to change the Maximum Transmission Unit of a > of a port in the HNS NIC hardware. > 2. Initializes the supported MTU range for the netdevice. > > Signed-off-by: lipeng > Signed-off-by: Salil Mehta Hi Salil Apart from Leon comments. Reviewed-by: Andrew Lunn Andrew