Hi Antonio, 2022-03-20 16:35 (UTC+0100), Antonio Di Bacco: > I'm using a dpdk-replay application (that reads from pcap and sends to a > port) and I'm passing the parameter --vdev net_memif in order that the > application sends packets to the memif PMD interface. Before launching > dpdk-replay I launch the testpmd like this: > > dpdk-testpmd -l 4-5 --proc-type=primary --file-prefix=pmd1 --vdev=net_memif
Do applications connect successfully? Is dpdk-replay's memif configured with "role=server"? Memif prints connection errors by default, you can also rise log level: --log-level=pmd.net.memif:debug
