Searched hist:262763 (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-11.0-release/sys/netinet/
H A Dtcp_subr.cdiff 262763 Wed Mar 05 01:25:47 MST 2014 glebius - Remove rt_metrics_lite and simply put its members into rtentry.
- Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This
removes another cache trashing ++ from packet forwarding path.
- Create zini/fini methods for the rtentry UMA zone. Via initialize
mutex and counter in them.
- Fix reporting of rmx_pksent to routing socket.
- Fix netstat(1) to report "Use" both in kvm(3) and sysctl(3) mode.

The change is mostly targeted for stable/10 merge. For head,
rt_pksent is expected to just disappear.

Discussed with: melifaro
Sponsored by: Netflix
Sponsored by: Nginx, Inc.

Completed in 122 milliseconds

12