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

Display packet drop stats #310

Open
twood02 opened this issue Sep 3, 2021 · 1 comment · May be fixed by #311
Open

Display packet drop stats #310

twood02 opened this issue Sep 3, 2021 · 1 comment · May be fixed by #311
Assignees

Comments

@twood02
Copy link
Member

twood02 commented Sep 3, 2021

Feature Request

We should display statistics about how many packets are dropped by the NIC before they reach the manager.

We can get the stats here: https://doc.dpdk.org/api/structrte__event__eth__rx__adapter__stats.html#a7c2f568a81a574e072c66a0246044d56

This should be displayed as part of the manager's stats thread loop:
https://github.com/sdnfv/openNetVM/blob/master/onvm/onvm_mgr/onvm_stats.c#L313
You'll need to update the definitions found in:
https://github.com/sdnfv/openNetVM/blob/master/onvm/onvm_mgr/onvm_stats.h#L85-L87

@strongcourage
Copy link

Hi, I made this pull request #311. Thanks.

@twood02 twood02 linked a pull request Nov 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants