QOS Session feature implementation

Review Request #117 — Created Jan. 19, 2024 and submitted

pradeep
APV10
rel_apv_10_4_0_112_gail
279
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 IN

above 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 …

prajeshprajesh

any option to not to use this feature?

kduttakdutta

is there a impact on static QoS ?

prajeshprajesh

if (QOSD..)

prajeshprajesh

stick to snake case?

prajeshprajesh

define DYNAMIC_QUEUE_PREFIX qd_

prajeshprajesh

define filter prefix

prajeshprajesh
pradeep
prajesh
  1. 
      
  2. Should we have a control to only enable dynamic qos ?

    qos enable port4 IN

    Should it be be qos dynamic enable port4 IN?

    1. once we enable qos for interface, both static and dynamic qos can be enabled. we cant restrict for only dynamic qos.
      However we can have one CLI to enable/disable dynamic QOS. This check(flag) is useful. I will add in a separate ticket. it will be small change.

  3. 
      
pradeep
kdutta
  1. 
      
  2. any option to not to use this feature?

    1. we can have one CLI to enable/disable dynamic QOS. I will add in a separate ticket.

  3. 
      
prajesh
prajesh
  1. 
      
  2. define DYNAMIC_QUEUE_PREFIX qd_

  3. 
      
prajesh
pradeep
prajesh
  1. Ship It!
  2. 
      
kdutta
  1. Ship It!
  2. 
      
pradeep
pradeep
Review request changed

Status: Closed (submitted)

Loading...