Testing Done: |
|
|---|
QOS Session feature implementation
Review Request #117 — Created Jan. 19, 2024 and submitted
| Information | |
|---|---|
| pradeep | |
| APV10 | |
| rel_apv_10_4_0_112_gail | |
| 279 | |
| Reviewers | |
| kdutta, prajesh, roland, tanya, wli | |
QOS Session feature implementation. Provide dedicated bandwidth for each of the session as per the user configurations.
qos interface "port4" IN 1Gb
qos queue root “q_default_port4_in" "port4" IN 10Mb 1 UNBORROW DEFAULT
qos dynamic abc port4 10.10.10.5 0 0.0.0.0 0 5Mb IN
qos enable port4 INabove configuration enable to create a 5Mb bandwidth for each inbound sessions.
| Description | From | Last Updated |
|---|---|---|
|
Should we have a control to only enable dynamic qos ? qos enable port4 IN Should it be be qos … |
|
|
|
any option to not to use this feature? |
|
|
|
is there a impact on static QoS ? |
|
|
|
if (QOSD..) |
|
|
|
stick to snake case? |
|
|
|
define DYNAMIC_QUEUE_PREFIX qd_ |
|
|
|
define filter prefix |
|
-
-
branches/rel_apv_10_4_0_112_gail/usr/click/lib/libparser/commands.pm (Diff revision 2) any option to not to use this feature?
-
-
-
-
branches/rel_apv_10_4_0_112_gail/usr/src/sys/click/app/qos/qos_dynamic.c (Diff revision 2) stick to snake case?
-
-
branches/rel_apv_10_4_0_112_gail/usr/src/sys/click/app/qos/qos_subr.c (Diff revision 2) define DYNAMIC_QUEUE_PREFIX qd_
-
-
branches/rel_apv_10_4_0_112_gail/usr/src/sys/click/app/qos/qos_subr.c (Diff revision 2) define filter prefix
Diff: |
Revision 3 (+798 -10)
|
|---|
