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

Support >255 flows #740

Open
ahelsing opened this issue Apr 8, 2022 · 0 comments
Open

Support >255 flows #740

ahelsing opened this issue Apr 8, 2022 · 0 comments

Comments

@ahelsing
Copy link

ahelsing commented Apr 8, 2022

https://github.com/intel-go/nff-go/blob/master/flow/flow.go#L1161
Casting the uint flowNumber to uint8 limits us to 255 paths/flows. I'd love to support (many) more.

Has anyone tried doing this?

It looks like perhaps the fix is limited to flow.go? Perhaps simply changing the uint8 -> uint in that file?

Or am I missing something?

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