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

Sending OFPPortStatsRequest() message fails for dpdk-type port of ovs. #177

Open
Fifate opened this issue Mar 1, 2023 · 0 comments
Open

Comments

@Fifate
Copy link

Fifate commented Mar 1, 2023

Config:

  • ovs version 2.13
  • dpdk version: 19.11.10
  • NIC: e1000
  • operation system: ubuntu 18.01

Problem:
image

Analyze:
When I send OFPPortStatsRequest() to ovs, I get a error from struct.uppack_from(). After analyzed, I found that the reason is in fucntion OFPPropCommonExperimenter4ByteData.parser() at ofproto_v1_4_parse.py:939, which unpack message by 4 bytes but dpdk-type portstatsreply message is not a multiple of 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant