HomeFreeBSD

Merge ip_input.c:1.311 from HEAD to RELENG_6:
rS155623Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Merge ip_input.c:1.311 from HEAD to RELENG_6:

Modify the IP fragment reassembly code so that it uses a new UMA zone,
ipq_zone, to allocate fragment headers from, rather than using cast mbuf
storage.  This was one of the few remaining uses of mbuf storage for
local data structures that relied on dtom().  Implement the resource
limit on ipq's using UMA zone limits, but preserve current sysctl
semantics using a sysctl proc.

Approved by: re (scottl)

Details

Provenance
rwatsonAuthored on
Parents
rS155622: MFC ip_input.c:1.310:
Branches
Unknown
Tags
Unknown

Event Timeline