]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Add IFB (Intermediate Functional Block) network device.
authorJamal Hadi Salim <hadi@cyberus.ca>
Mon, 9 Jan 2006 06:34:25 +0000 (22:34 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:16:23 +0000 (14:16 -0800)
commitfaae6f8a78c731c851e4a9a962890c2cacd737c4
tree65f93e5606e22b0608db2b7beb87fce22089ad52
parentdf0bf8e444dd3a1719ee1dfafd8dfdd3694cf3fc
[NET]: Add IFB (Intermediate Functional Block) network device.

A new device to do intermidiate functional block in a system shared
manner.  To use the new functionality, you need to turn on
qos/classifier actions.

The new functionality can be grouped as:

1) qdiscs/policies that are per device as opposed to system wide.  ifb
allows for a device which can be redirected to thus providing an
impression of sharing.

2) Allows for queueing incoming traffic for shaping instead of
dropping.

Packets are redirected to this device using tc/action mirred redirect
construct. If they are sent to it by plain routing instead then they
will merely be dropped and the stats would indicate that.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/ifb.c [new file with mode: 0644]