Home
last modified time | relevance | path

Searched hist:"02 d09f79015a15c21a46aa79d8ed99c5e6fbcac0" (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_dummynet.hdiff 02d09f79015a15c21a46aa79d8ed99c5e6fbcac0 Tue Oct 28 15:14:57 CET 2008 Oleg Bulyzhin <oleg@FreeBSD.org> Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.
This should fix q_time overflow, which happens after 2^32/(86400*hz) days of
uptime (~50days for hz = 1000).
q_time overflow cause following:
- traffic shaping may not work in 'fast' mode (not enabled by default).
- incorrect average queue length calculation in RED/GRED algorithm.

NB: due to ABI change this change is not applicable to stable.

PR: kern/128401
diff 02d09f79015a15c21a46aa79d8ed99c5e6fbcac0 Tue Oct 28 15:14:57 CET 2008 Oleg Bulyzhin <oleg@FreeBSD.org> Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.
This should fix q_time overflow, which happens after 2^32/(86400*hz) days of
uptime (~50days for hz = 1000).
q_time overflow cause following:
- traffic shaping may not work in 'fast' mode (not enabled by default).
- incorrect average queue length calculation in RED/GRED algorithm.

NB: due to ABI change this change is not applicable to stable.

PR: kern/128401
/freebsd/
H A DUPDATINGdiff 02d09f79015a15c21a46aa79d8ed99c5e6fbcac0 Tue Oct 28 15:14:57 CET 2008 Oleg Bulyzhin <oleg@FreeBSD.org> Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.
This should fix q_time overflow, which happens after 2^32/(86400*hz) days of
uptime (~50days for hz = 1000).
q_time overflow cause following:
- traffic shaping may not work in 'fast' mode (not enabled by default).
- incorrect average queue length calculation in RED/GRED algorithm.

NB: due to ABI change this change is not applicable to stable.

PR: kern/128401
diff 02d09f79015a15c21a46aa79d8ed99c5e6fbcac0 Tue Oct 28 15:14:57 CET 2008 Oleg Bulyzhin <oleg@FreeBSD.org> Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.
This should fix q_time overflow, which happens after 2^32/(86400*hz) days of
uptime (~50days for hz = 1000).
q_time overflow cause following:
- traffic shaping may not work in 'fast' mode (not enabled by default).
- incorrect average queue length calculation in RED/GRED algorithm.

NB: due to ABI change this change is not applicable to stable.

PR: kern/128401