Niranjan Madhavan D

Results 8 comments of Niranjan Madhavan D

![image](https://user-images.githubusercontent.com/33183357/79638223-272a7380-81a2-11ea-88ab-5822ce06069c.png) This is the system setup, except I'm using MoonGen instead of pktgen. @emmericp

@sarsanaee No it actually doesn't. :/ I tried setting the values manually to 1 at some places like (args.txQueues in device.lua), (txQueues value in devmgr.lua configure function),(commenting out the parts...

@sarsanaee I tried moongen-simple script only. The same command that I had mentioned earlier. ./moongen-simple start load-latency:0:1:rate:10Mp/s --dpdk-config=libmoon/dpdk-conf.lua

Thanks for the pointers @sarsanaee I tried setting the number of queues to 3 like you said. `--vdev","net_virtio_user1,path=/var/run/openvswitch/vhost-user1,queues=3"` I had already set the disableoffloads option to true manually in device.lua...

@sarsanaee @emmericp @NetronomeMoongen I reinstalled MoonGen with the dpdk-19.05 branch and it installed perfectly well in the docker. And the only things i manually hardcoded was setting disable_offloads option to...

@emmericp @sarsanaee Thanks for getting back so soon with such good pointers. I tried going through the related files and I'm not really sure how to turn off ARP and...

@sarsanaee @emmericp @NetronomeMoongen Thanks for the pointers. Like @sarsanaee said, I hardcoded the destination virtual port's MAC address and source virtual port's MAC address too in **libmoon/lua/protocol/arp.lua** like > args[hwSrc]...

@sarsanaee @emmericp @NetronomeMoongen Can someone please take a look at this and tell me where I'm going wrong please?