Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add remove queue port map function #1558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishnushetty
Copy link
Contributor

What I did
Added removeQueueMapPerPort() counter part of generateQueueMapPerPort()

Why I did it
Need this cleanup as part of port remove.

How I verified it
Verified the Queue counter map before and after port remove and create

Details if related
Used these command to verify the cleanup
redis-cli -n 2 hgetall COUNTERS_QUEUE_NAME_MAP > q_name_map.txt
redis-cli -n 2 hgetall COUNTERS_QUEUE_PORT_MAP > q_port_map.txt
redis-cli -n 2 hgetall COUNTERS_QUEUE_TYPE_MAP > q_type_map.txt
redis-cli -n 2 hgetall COUNTERS_QUEUE_INDEX_MAP > q_index_map.txt

@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2020

This pull request introduces 1 alert when merging e6c9ee6 into e1dd327 - view on LGTM.com

new alerts:

  • 1 for FIXME comment

@ben-gale
Copy link
Collaborator

@lguohan - pls help with review - thx

@lguohan lguohan added this to In progress in brcm upstream via automation Jan 20, 2021
@prsunny prsunny self-requested a review as a code owner September 2, 2022 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
brcm upstream
In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants