RE: [PATCH net] smsc95xx: Configure pause time to 0xffff when tx flow control enabled

2017-09-08 Thread Nisar.Sayed
> On Thu, Sep 07, 2017 at 06:51:37AM +, nisar.sa...@microchip.com > wrote: > > From: Nisar Sayed > > > > Configure pause time to 0x when tx flow control enabled > > Hi Nisar > > You should explain the 'Why' in the commit message. Why do we want a > pause time of 0x? > > Andrew

Re: [PATCH net] smsc95xx: Configure pause time to 0xffff when tx flow control enabled

2017-09-07 Thread Andrew Lunn
On Thu, Sep 07, 2017 at 06:51:37AM +, nisar.sa...@microchip.com wrote: > From: Nisar Sayed > > Configure pause time to 0x when tx flow control enabled Hi Nisar You should explain the 'Why' in the commit message. Why do we want a pause time of 0x? Andrew

[PATCH net] smsc95xx: Configure pause time to 0xffff when tx flow control enabled

2017-09-06 Thread Nisar.Sayed
From: Nisar Sayed Configure pause time to 0x when tx flow control enabled Signed-off-by: Nisar Sayed --- drivers/net/usb/smsc95xx.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c index 340c134..309b88a