I have encountered a problem. I want to assign more cores since I need to test a NAT machine to find the bottleneck of it, which means I need to generate a huge amount flows and reach a really high generation rate.
But when I use the command below, it told me that the Virtio driver cannot support multi-queue.
root@left:~/trex/v2.43# ./t-rex-64 -i -c 4
WARNING: tried to configure 2048 hugepages for socket 0, but result is: 1431
Killing Scapy server... Scapy server is killed
Starting Scapy server..... Scapy server is started
The ports are bound/configured.
Starting TRex v2.43 please wait ...
set driver name net_virtio
driver capability :
Number of ports found: 2
Error: the number of cores should be 1 when the driver support only one tx queue and one rx queue. Please use -c 1
We are running Trex by using VM with Debian system. And actually, I think now Virito supports the multi-queueing. The machine using Moongen can send packets using this feature. Also, you can see the combined queues below.
Channel parameters for ens8:
Pre-set maximums:
RX: 0
TX: 0
Other: 0
Combined: 5
Current hardware settings:
RX: 0
TX: 0
Other: 0
Combined: 5
root@left:~# ethtool -l ens9
Channel parameters for ens9:
Pre-set maximums:
RX: 0
TX: 0
Other: 0
Combined: 5
Current hardware settings:
RX: 0
TX: 0
Other: 0
Combined: 5
Do you have any solution or suggestions for this? We are really confused about that. Thank you so much!
Regards
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/1e5345ea-8c27-48ea-a354-fb79a11cd515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/7e0aecac-dc11-481c-9a60-76c999d4ea65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/011344f4-a9f9-408a-9d15-8a5adf71aba5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/21de409d-76fd-4f41-84a8-0b3a33c7e0d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.