Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index

CONFIG_NET_SCH_CBQ: Class Based Queueing (CBQ)

General informations

The Linux kernel configuration item CONFIG_NET_SCH_CBQ has multiple definitions:

Class Based Queueing (CBQ) found in net/sched/Kconfig

The configuration item CONFIG_NET_SCH_CBQ:

Help text

Say Y here if you want to use the Class-Based Queueing (CBQ) packet scheduling algorithm. This algorithm classifies the waiting packets into a tree-like hierarchy of classes; the leaves of this tree are in turn scheduled by separate algorithms.

See the top of net/sched/sch_cbq.c for more details.

CBQ is a commonly used scheduler, so if you're unsure, you should say Y here. Then say Y to all the queueing algorithms below that you want to use as leaf disciplines.

To compile this code as a module, choose M here: the module will be called sch_cbq.

CBQ packet scheduler found in net/sched/Kconfig

The configuration item CONFIG_NET_SCH_CBQ:

Help text

Say Y here if you want to use the Class-Based Queueing (CBQ) packet scheduling algorithm for some of your network devices. This algorithm classifies the waiting packets into a tree-like hierarchy of classes; the leaves of this tree are in turn scheduled by separate algorithms (called "disciplines" in this context).

See the top of net/sched/sch_cbq.c for references about the CBQ algorithm.

CBQ is a commonly used scheduler, so if you're unsure, you should say Y here. Then say Y to all the queueing algorithms below that you want to use as CBQ disciplines. Then say Y to "Packet classifier API" and say Y to all the classifiers you want to use; a classifier is a routine that allows you to sort your outgoing traffic into classes based on a certain criterion.

To compile this code as a module, choose M here: the module will be called sch_cbq.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index

Automatically generated (in year 2024). See also LKDDb sources on GitLab