zephyrproject-rtos / net-tools

Network tools for testing with Qemu
33 stars 33 forks source link

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

Open jukkar opened 4 years ago

jukkar commented 4 years ago

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.