2014-10-28 02:14:39 +08:00
|
|
|
--- a/include/uapi/linux/atm.h
|
|
|
|
+++ b/include/uapi/linux/atm.h
|
2015-09-16 16:32:01 +08:00
|
|
|
@@ -154,6 +154,9 @@
|
|
|
|
unsigned int adtf :10; /* ACR Decrease Time Factor (10-bit) */
|
|
|
|
unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */
|
|
|
|
unsigned int spare :9; /* spare bits */
|
2014-10-28 02:14:39 +08:00
|
|
|
+ int scr; /* sustained rate in cells per second */
|
|
|
|
+ int mbs; /* maximum burst size (MBS) in cells */
|
|
|
|
+ int cdv; /* Cell delay varition */
|
2015-09-16 16:32:01 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
struct atm_qos {
|