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

Unify talker_manager and listener_manager within InterfaceManager #32

Open
xtor opened this issue Aug 12, 2024 · 0 comments
Open

Unify talker_manager and listener_manager within InterfaceManager #32

xtor opened this issue Aug 12, 2024 · 0 comments
Assignees

Comments

@xtor
Copy link
Collaborator

xtor commented Aug 12, 2024

Manager's add_talker and add_listener create their own InterfaceManager instances. We should have a single InterfaceManager instance that encapsulates the Tx and Rx resources needed on both directions.

For example, the following items should be considered as "per interface settings" that the unified InterfaceManager would need to control:

  • VLAN interfaces
  • Sockets
  • Mappings (in some cases Rx and Tx mappings might differ, we would handle that once it occurs)
  • ethtool channels configuration
  • . . .
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

2 participants