HomeFreeBSD

MFC r335133:

Description

MFC r335133:

In m_megapullup() use m_getjcl() to allocate 9k or 16k mbuf when requested.

It is better to try allocate a big mbuf, than just silently drop a big
packet. A better solution could be reworking of libalias modules to be
able use m_copydata()/m_copyback() instead of requiring the single
contiguous buffer.

PR:		[[ https://bugs.freebsd.org/229006 | 229006 ]]

Details

Provenance
aeAuthored on
Parents
rS335472: MFC r335297:
Branches
Unknown
Tags
Unknown