Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Tue Dec 24 08:35:28 UTC 2024

Modified Files:
        src/sys/altq: altq.h
        src/usr.sbin/altq/libaltq: altq_qop.h qop.c qop_cbq.c qop_cbq.h

Log Message:
altq, cbq: support 10 Gbps bandwidth

Mostly just s/u_int/uint64_t/ for bandwidth and rate variables.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/altq/altq.h
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/altq/libaltq/altq_qop.h
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/altq/libaltq/qop.c \
    src/usr.sbin/altq/libaltq/qop_cbq.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/altq/libaltq/qop_cbq.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index