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

Oleksandr Tymoshenko gonzo at bluezbox.com
Mon Sep 2 17:53:34 UTC 2019


Hans Petter Selasky (hps at selasky.org) wrote:
> 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

Thanks for a quick fix. Can confirm that latest HEAD boots fine now with
NFS root.

-- 
gonzo


More information about the svn-src-all mailing list