[dpdk-users] error running two instances of pktgen

Muhammad Zain-ul-Abideen zain2294 at gmail.com
Thu Jun 28 09:05:14 CEST 2018


I dont think that there is currently support of multi-instances. You
can make primary and secondary processes, for that you need to change
the memzone and mempool config.
You can launch pktgen with multiple interfaces in same app. if you
want to launch two instances, you may have to change the init(), e.g.
you can see multi_process->client_server_mp in examples.

I hope this helps


More information about the users mailing list