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

Add VLAN priority support to echo-client and zeth #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jukkar
Copy link
Member

@jukkar jukkar commented Jun 8, 2020

Add -c option to echo-client. This option will randomly assign socket priority to the sent packet. Add also commands that map the socket priority to VLAN priority so that the recipient application (echo-server) is able to place packets to different RX queues. This will allow testing of RX queing.

jukkar added 2 commits April 27, 2021 13:59
Add -c option which tells the echo-client to set the socket
priority so that the system can set the VLAN priority of the
sent packet. This requires that net-setup.sh is started with
VLAN support and the system is set to map socket priority to
VLAN priority. One such config file is zeth-vlan-priority.conf
file found in this project.

Signed-off-by: Jukka Rissanen <[email protected]>
The zeth-vlan-priority.conf file contains commands that setup
socket priority to VLAN priority mapping.

Signed-off-by: Jukka Rissanen <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants