-option ALTQ
authorhenning <henning@openbsd.org>
Sat, 19 Apr 2014 10:07:44 +0000 (10:07 +0000)
committerhenning <henning@openbsd.org>
Sat, 19 Apr 2014 10:07:44 +0000 (10:07 +0000)
ALTQ has served us well for years and was extremely important not just for
us, but for the entire bandwidth management arena. Back when we got altq,
the subject was not yet well researched and understood, which is why altq
is the framework with pluggable schedulers it is. Kenjiro Cho (kjc@) did an
amazing job there.
Now, more than 10 years later, we do have a good understanding and can use
a simpler framework with just one priority queueing and one bandwidth
shaping mechanism each - the new queueing subsystem. Last not least because
it is incredibly painful to maintain both in parallel, it is time for altq
to depart. Farewell, thanks for many years of good service. Everybody
using any form of "not just fifo" queueing owes Kenjiro a lot. At least
buy him a beer when you meet him.
And, allow me this personal note, thanks Kenjiro, working with you on the
topic has always been a great pleasure and I learned a lot from you. Thanks!

sys/conf/GENERIC

index 16e4c81..c519d9f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.208 2014/03/05 18:59:13 chris Exp $
+#      $OpenBSD: GENERIC,v 1.209 2014/04/19 10:07:44 henning Exp $
 #
 #      Machine-independent option; used by all architectures for their
 #      GENERIC kernel
@@ -55,7 +55,6 @@ option                TCP_SIGNATURE   # TCP MD5 Signatures, for BGP routing sessions
 #option                TCP_FACK        # Forward Acknowledgements for TCP
 
 option         INET            # IP + ICMP + TCP + UDP
-option         ALTQ            # ALTQ base
 option         INET6           # IPv6 (needs INET)
 option         IPSEC           # IPsec
 #option                KEY             # PF_KEY (implied by IPSEC)