Skip to content

PacketIn events and pcn_log messages are not synchronized #21

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

Open
acloudiator opened this issue Dec 18, 2018 · 0 comments
Open

PacketIn events and pcn_log messages are not synchronized #21

acloudiator opened this issue Dec 18, 2018 · 0 comments

Comments

@acloudiator
Copy link
Contributor

Packets going from the data path to the control plane (PacketIn events) and logging messages use different perf ring buffers, for this reason, they could be received on the control plane in a different order they were sent from the data path.

A possible solution to this problem would be to use the same perf ring buffer for both kinds of messages.

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

No branches or pull requests

2 participants