Re: rtwn0: rtwn_rx_copy_to_mbuf: could not allocate RX mbuf
- In reply to: Bjoern A. Zeeb: "Re: rtwn0: rtwn_rx_copy_to_mbuf: could not allocate RX mbuf"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Apr 2025 20:12:41 UTC
Hello,
> > Can you try backing out d5f5193e2db974576120b5e5f559970a6c15247d ?
> > See more infor there; Cc: adrian
>
> More likely 5c74aa3abd4e353ed7f8cb446c0527c8ebe15d1c as well; somehow I
> missed that both went in.
I reverted both in my src tree and problem persists:
```
commit 67981d736e9dabd8d3ea58054e5645703ce4c4f7 (HEAD -> main)
Author: Nuno Teixeira <eduardo@FreeBSD.org>
Date: Thu Apr 24 19:56:17 2025 +0100
Revert "rtwn: enable reception of BAR frames"
This reverts commit 5c74aa3abd4e353ed7f8cb446c0527c8ebe15d1c.
commit 401e9258c5429a793d805a084c1f2f52d80c1c72
Author: Nuno Teixeira <eduardo@FreeBSD.org>
Date: Thu Apr 24 13:19:31 2025 +0100
Revert "rtwn: don't treat UDP/TCP checksum failure as permanent failure"
This reverts commit d5f5193e2db974576120b5e5f559970a6c15247d.
commit ca4b046105f640ebcbdec7cb74a9eecb963264a6 (origin/main, origin/HEAD)
<snip>
```
Cheers,