]> git.proxmox.com Git - mirror_iproute2.git/commit
ATM cell alignment.
authorJesper Dangaard Brouer <hawk@diku.dk>
Wed, 9 Apr 2008 21:01:01 +0000 (23:01 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 17 Apr 2008 17:04:31 +0000 (10:04 -0700)
commit292f29b42c3444375b5ae7086484c99da7129d94
tree542ee0309c802424b5bdfaa90c965b9aaeb89e5f
parent1a5bd776a21044744d9229a6cee508691510da60
ATM cell alignment.

Introducing the function that does the ATM cell alignment, and
modifying tc_calc_rtable() to use this based upon a linklayer
parameter.

Modified from original to use constants from atm.h and
fix all the usages of rtable in same patch.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
12 files changed:
include/linux/atm.h [new file with mode: 0644]
include/linux/atmapi.h [new file with mode: 0644]
include/linux/atmioc.h [new file with mode: 0644]
include/linux/atmsap.h [new file with mode: 0644]
tc/m_police.c
tc/q_cbq.c
tc/q_htb.c
tc/q_tbf.c
tc/tc_core.c
tc/tc_core.h
tc/tc_util.c
tc/tc_util.h