diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
commit | d9455273053bb69a94a338dff56330d3be50f14e (patch) | |
tree | 7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /cpu/ixp/npe/include/IxEthDBQoS.h | |
parent | ba94a1bba3600d387edba7eb451990d9891e1c2f (diff) | |
download | u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.zip u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.bz2 |
Minor cleanup.
Diffstat (limited to 'cpu/ixp/npe/include/IxEthDBQoS.h')
-rw-r--r-- | cpu/ixp/npe/include/IxEthDBQoS.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cpu/ixp/npe/include/IxEthDBQoS.h b/cpu/ixp/npe/include/IxEthDBQoS.h index 9fafa70..6d34889 100644 --- a/cpu/ixp/npe/include/IxEthDBQoS.h +++ b/cpu/ixp/npe/include/IxEthDBQoS.h @@ -120,16 +120,16 @@ UINT8 ixEthDBTrafficClassDefinitions[][3] = * @brief IEEE 802.1Q recommended QoS Priority => traffic class maps * * @verbatim - Number of available traffic classes
- 1 2 3 4 5 6 7 8
- QoS Priority
- 0 0 0 0 1 1 1 1 2
- 1 0 0 0 0 0 0 0 0
- 2 0 0 0 0 0 0 0 1
- 3 0 0 0 1 1 2 2 3
- 4 0 1 1 2 2 3 3 4
- 5 0 1 1 2 3 4 4 5
- 6 0 1 2 3 4 5 5 6
+ Number of available traffic classes + 1 2 3 4 5 6 7 8 + QoS Priority + 0 0 0 0 1 1 1 1 2 + 1 0 0 0 0 0 0 0 0 + 2 0 0 0 0 0 0 0 1 + 3 0 0 0 1 1 2 2 3 + 4 0 1 1 2 2 3 3 4 + 5 0 1 1 2 3 4 4 5 + 6 0 1 2 3 4 5 5 6 7 0 1 2 3 4 5 6 7 @endverbatim |