Date: Thu, 12 Dec 2024 17:48:31 +0000 From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 263783] USB MBIM: Support for LTE/4G USB modems (MBIM) Message-ID: <bug-263783-19105-YUsJwsGsGC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263783-19105@https.bugs.freebsd.org/bugzilla/> References: <bug-263783-19105@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263783 Pierre Pronchery <khorben@defora.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #255765|0 |1 is obsolete| | --- Comment #49 from Pierre Pronchery <khorben@defora.org> --- Created attachment 255811 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D255811&action= =3Dedit 0001-Introduce-the-USB-umb-4-network-driver.patch (In reply to mike from comment #48) I suppose the same applies to handling incoming packets, which means adding CURVNET_SET_QUIET(vnet0);/CURVNET_RESTORE(); around ifp->if_input(ifp, m); = as per the updated patch. (Right after/before unlocking/locking) Note that in the meantime I have started looking at how to reflect the medi= a in ifconfig(8) (e.g., GPRS/EDGE/LTE...) which explains the presence of new cha= nges in sys/net/if_media.* and lib/libifconfig; this bit is in progress, you can ignore it for now. (It should not harm anything either way) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263783-19105-YUsJwsGsGC>