Skip to content

Commit

Permalink
Fix code comment.
Browse files Browse the repository at this point in the history
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
  • Loading branch information
SuvarnaMeenakshi committed Aug 5, 2020
1 parent ce764d1 commit 661ffe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic_ax_impl/mibs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def init_sync_d_queue_tables(db_conn):
logger.debug("Queue name map:\n" + pprint.pformat(queue_name_map, indent=2))

# Parse the queue_name_map and create the following maps:
# port_queues_map -> {"if_index : queue_index" : sai_oid}
# port_queues_map -> {"if_name : queue_index" : sai_oid}
# queue_stat_map -> {"if_index : queue stat table name" : {counter name : value}}
# port_queue_list_map -> {if_index: [sorted queue list]}
port_queues_map = {}
Expand Down

0 comments on commit 661ffe9

Please sign in to comment.