Re: [PATCH] net: alx: use custom skb allocator

2016-05-24 Thread Feng Tang
Hi Jarod, On Fri, May 20, 2016 at 02:26:57PM -0400, Jarod Wilson wrote: > On Fri, May 20, 2016 at 03:56:23PM +0800, Feng Tang wrote: > > Hi, > > > > Please ignore this patch. > > > > I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 > > on Lenovo Y580. > > > > After

Re: [PATCH] net: alx: use custom skb allocator

2016-05-24 Thread Feng Tang
Hi Jarod, On Fri, May 20, 2016 at 02:26:57PM -0400, Jarod Wilson wrote: > On Fri, May 20, 2016 at 03:56:23PM +0800, Feng Tang wrote: > > Hi, > > > > Please ignore this patch. > > > > I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 > > on Lenovo Y580. > > > > After

Re: [PATCH] net: alx: use custom skb allocator

2016-05-20 Thread Jarod Wilson
On Fri, May 20, 2016 at 03:56:23PM +0800, Feng Tang wrote: > Hi, > > Please ignore this patch. > > I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 > on Lenovo Y580. > > After submitting the patch, I tried to google the datasheet for > Atheros 8161 dev, and found there

Re: [PATCH] net: alx: use custom skb allocator

2016-05-20 Thread Jarod Wilson
On Fri, May 20, 2016 at 03:56:23PM +0800, Feng Tang wrote: > Hi, > > Please ignore this patch. > > I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 > on Lenovo Y580. > > After submitting the patch, I tried to google the datasheet for > Atheros 8161 dev, and found there

Re: [PATCH] net: alx: use custom skb allocator

2016-05-20 Thread Feng Tang
Hi, Please ignore this patch. I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 on Lenovo Y580. After submitting the patch, I tried to google the datasheet for Atheros 8161 dev, and found there was already a kernel bugzilla

Re: [PATCH] net: alx: use custom skb allocator

2016-05-20 Thread Feng Tang
Hi, Please ignore this patch. I found the problem and made the patch with kernel 4.4 with Ubuntu 12.04 on Lenovo Y580. After submitting the patch, I tried to google the datasheet for Atheros 8161 dev, and found there was already a kernel bugzilla

[PATCH] net: alx: use custom skb allocator

2016-05-19 Thread Feng Tang
This patch follows Eric Dumazet's commit 7b70176421 to fix one exactly same bug in alx driver, that the network link will be lost in 1-5 minutes after the device is up. Following is a git log from Eric's 7b70176421: "We had reports ( https://bugzilla.kernel.org/show_bug.cgi?id=54021 ) that using

[PATCH] net: alx: use custom skb allocator

2016-05-19 Thread Feng Tang
This patch follows Eric Dumazet's commit 7b70176421 to fix one exactly same bug in alx driver, that the network link will be lost in 1-5 minutes after the device is up. Following is a git log from Eric's 7b70176421: "We had reports ( https://bugzilla.kernel.org/show_bug.cgi?id=54021 ) that using