OpenBSD CVS

CVS log for src/sys/altq/Attic/altq_priq.h


[BACK] Up to [local] / src / sys / altq

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sat Apr 19 16:08:14 2014 UTC (10 years, 1 month ago) by henning
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

bye bye

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 3 23:48:41 2011 UTC (12 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

g/c code to read/write the dscp field. with pf as classifier altq has no
business in mucking with it and since the _CLEARDSCP flags were never
possibly set that is effectively dead code

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 3 22:39:12 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

cdnr and rio disciplines are not being used or supported, clear a path
for new code.  ok henning

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Thu Feb 19 10:51:22 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.1.2.2: +1 -2 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 14 08:42:23 2004 UTC (20 years, 4 months ago) by kjc
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

eliminate the predefined special qids so that qids become simple
identifiers without embedded meanings.

this also allows us to make the semantics of the qid assignment in line
with the tag assignment in the next step.

ok, henning@

Revision 1.1.6.1 / (download) - annotate - [select for diffs], Mon May 19 21:50:54 2003 UTC (21 years ago) by tedu
Branch: UBC
Changes since 1.1: +11 -69 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

sync

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue May 13 19:21:26 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.1.2.1: +2 -1 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Sync the SMP branch to -current. This includes moving to ELF.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 3 14:31:02 2003 UTC (21 years, 2 months ago) by henning
Branch: MAIN
CVS Tags: UBC_SYNC_A, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

until now, the queue ID and the priority were tied together with PRIQ. this
diff changes that.
with PRIQ, the queues are in an array, with the priority as key. removing
the tie means we cannot access the array with (queueID - 1) as key any
more but need to traverse the array until the queue ID matches. As the array
has a maximum of 16 entries, traversing linear is okay.
a new queue ID allocation algorithm coming soon will require this.

ok dhartmei@ kjc@

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Thu Mar 27 22:28:25 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.1: +10 -69 lines
Diff to previous 1.1 (colored)

Sync the SMP branch with 3.3

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 16 17:27:20 2002 UTC (21 years, 5 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

major KNF, Take 2

ok kjc@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 16 09:18:05 2002 UTC (21 years, 5 months ago) by kjc
Branch: MAIN
Changes since 1.2: +6 -65 lines
Diff to previous 1.2 (colored)

switchover to pf-based altq.
 - remove files which are no longer used, or we don't have plans to support
   in pf in the near future.
 - remove altq ioctl related stuff.
 - convert the PRIQ, HFSC and RIO modules to pf-based altq.
   (these are not enabled in GENERIC, CDNR is not converted yet.)

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 26 01:03:34 2002 UTC (21 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

KNF

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 27 05:28:35 2001 UTC (22 years, 11 months ago) by kjc
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_BASE, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC, SMP

import ALTQ, alternate queueing support, from KAME.
ALTQ allows to switch various queueing disciplines on output network
interfaces.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.