Re: [PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-22 Thread David Miller
From: Salil Mehta Date: Mon, 21 Aug 2017 17:05:24 +0100 > This patch adds the following support to the HNS3 driver: > 1. Support to change the Maximum Transmission Unit of a >port in the HNS NIC hardware. > 2. Initializes the supported MTU range for the netdevice. > > Signed-off-by: lipeng

[PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-21 Thread Salil Mehta
This patch adds the following support to the HNS3 driver: 1. Support to change the Maximum Transmission Unit 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 Reviewed-by: Andrew Lunn Reviewed-by: Leo

RE: [PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-21 Thread Salil Mehta
ger.kernel.org; linux-r...@vger.kernel.org; Linuxarm > Subject: Re: [PATCH V4 net-next] net: hns3: Add support to change MTU > in HNS3 hardware > > On Mon, Aug 21, 2017 at 03:40:03PM +0100, Salil Mehta wrote: > > This patch adds the following support to the HNS3 driver: > >

RE: [PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-21 Thread Salil Mehta
oft.net > Cc: Salil Mehta; Zhuangyuzeng (Yisen); lipeng (Y); > mehta.salil@gmail.com; netdev@vger.kernel.org; linux- > ker...@vger.kernel.org; linux-r...@vger.kernel.org; Linuxarm > Subject: [PATCH V4 net-next] net: hns3: Add support to change MTU in > HNS3 hardware > > This

Re: [PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-21 Thread Leon Romanovsky
On Mon, Aug 21, 2017 at 03:40:03PM +0100, Salil Mehta wrote: > This patch adds the following support to the HNS3 driver: > 1. Support to change the Maximum Transmission Unit of a >port in the HNS NIC hardware. > 2. Initializes the supported MTU range for the netdevice. > > Signed-off-by: lipeng

[PATCH V4 net-next] net: hns3: Add support to change MTU in HNS3 hardware

2017-08-21 Thread Salil Mehta
This patch adds the following support to the HNS3 driver: 1. Support to change the Maximum Transmission Unit 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 --- PATCH V4: Addressed some minor comment