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

2017-08-20 Thread Leon Romanovsky
(Yisen); lipeng (Y); > > mehta.salil@gmail.com; net...@vger.kernel.org; linux- > > ker...@vger.kernel.org; linux-r...@vger.kernel.org; Linuxarm > > Subject: Re: [PATCH V2 net-next] net: hns3: Add support to change MTU > > in HNS3 hardware > > > > On Fri, Au

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

2017-08-20 Thread Leon Romanovsky
(Yisen); lipeng (Y); > > mehta.salil@gmail.com; net...@vger.kernel.org; linux- > > ker...@vger.kernel.org; linux-r...@vger.kernel.org; Linuxarm > > Subject: Re: [PATCH V2 net-next] net: hns3: Add support to change MTU > > in HNS3 hardware > > > > On Fri, Au

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

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

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

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

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

2017-08-20 Thread Leon Romanovsky
On Fri, Aug 18, 2017 at 05:57:59PM +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 . Extra space before dot. > 2. Initializes the supported MTU range for the

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

2017-08-20 Thread Leon Romanovsky
On Fri, Aug 18, 2017 at 05:57:59PM +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 . Extra space before dot. > 2. Initializes the supported MTU range for the

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

2017-08-18 Thread Salil Mehta
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

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

2017-08-18 Thread Salil Mehta
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 --- PATCH V2: Addresses comments