svn commit: r351616 - head/sys/dev/usb/net

Hans Petter Selasky hps at selasky.org
Mon Sep 2 08:33:00 UTC 2019


On 2019-09-02 02:29, Oleksandr Tymoshenko wrote:
> Gleb Smirnoff (glebius at FreeBSD.org) wrote:
>> Author: glebius
>> Date: Fri Aug 30 00:05:04 2019
>> New Revision: 351616
>> URL: https://svnweb.freebsd.org/changeset/base/351616
>>
>> Log:
>>    Use mbuf queue instead of ifqueue in USB network drivers.
> 
> Hi Gleb,
> 
> This change broke NFS root on RPi. I suspect it's not just NFS root
> but USB ethernet functionality in general. Patch below fixes it for me.
> The same patch probably should also be applied to if_axe and if_axge.
> 

Hi,

1) axe and axge use the common code, so no patch needed there from what 
I can see.

2) This queue should be unlimited.

See:
https://svnweb.freebsd.org/changeset/base/351692

--HPS


More information about the svn-src-head mailing list