Alireza Sanaee
Alireza Sanaee
Hi @lastweek Thank you for the explanation, I have got my answer. I guess `Arty A7` should be what I need to consider. By the way, you might want to...
Yeah, that's right. I'm just interested in some similar objectives! Arty A7 100T should be sufficient thought! Maybe more than sufficient for initial development.
Does it work for you now?
Which script do you run? On 4/21/20 1:09 AM, Niranjan Madhavan wrote: > > @sarsanaee > No it actually doesn't. :/ > > I tried setting the values manually to...
Correct, the problem you have is with the number of queues, in the DPDK config, you have only requested 1 queue. However, it should be like `--vdev","net_virtio_user1,path=/var/run/openvswitch/vhost-user1,queues=3"` per vhost PMD...
There is a line in every moongen lua script that requests number of queues and that's hard coded in there.
I agree, I usually have both ARP and Timestamping off!
Hey, Do you know what ARP does? Figure that out first, and you will find what you should do. But short answer, just hard code your dest's MAC address in...
You absolutely shouldn't manipulate the internals of MoonGen and LibMoon. Please work with l2-load-latency only. All you need to do is not to spawn the slave processes responsible for tasks...
Hey, Thanks for the response, by increasing mempool, do you mean I should do something like this? `local bufs = mempool:bufArray(64)`, instead of the default line which is `local bufs...