Re: panic: syncache: mbuf too small
- Reply: Drew Gallatin : "Re: panic: syncache: mbuf too small"
- In reply to: Adrian Chadd : "Re: panic: syncache: mbuf too small"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 17:09:57 UTC
Why not just allocate an mbuf cluster if the driver requires a huge amount of space for L2 headers? Or is it that we want to avoid the extra branch in the syncache path? Obviously a second allocation isn't ideal from a perf standpoint but if only weird WiFi drivers feel that pain I don't think it's that big of a deal, but perhaps I'm misunderstanding something.