]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/pkt_sched.h
dev_vdbg(), available with -DVERBOSE_DEBUG
[karo-tx-linux.git] / include / linux / pkt_sched.h
index d10f35338507021c219bac8ce1d235b8a0c05b30..268c51599eb8dc9343ffcdc6ef76e161858f6772 100644 (file)
@@ -101,6 +101,15 @@ struct tc_prio_qopt
        __u8    priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
 };
 
+enum
+{
+       TCA_PRIO_UNSPEC,
+       TCA_PRIO_MQ,
+       __TCA_PRIO_MAX
+};
+
+#define TCA_PRIO_MAX    (__TCA_PRIO_MAX - 1)
+
 /* TBF section */
 
 struct tc_tbf_qopt