Leonardo Lai
Leonardo Lai
@ph12073396 > [port0] mac_addr=00:11:22:33:44:50 ip_addr=127.0.0.1 The IP looks wrong, you set it to localhost. You should select the IP of the interface you use with DPDK.
@ertza > INIT: Port 0 is invalid (out of range or not attached) INIT: Cannot initialize RX port 0 Is the DPDK port properly configured and working? How is your...
@dkuo123 > same "Waiting to initialize IPC.." when using igb_uio.ko driver in AWS EC2 box. is it supported? Not officially supported because I don't have HW to test it atm,...
Hi @plaublin, thanks for the fix and the Rust bindings, awesome work! I will try to test the changes as soon as I get hardware to do it :)
> There are a few of posts concerning this behaviour. I have looked at the code but I do not understand it well. Nevertheless I have managed to implement a...
Hello Fuji, I see some issues in your config.ini: - The destination mac_addr is commented out - The destination ip_addr should not be in config.ini (indeed, the logs print "Do...
> I didn't usw pdump to catch packets, can you shed some light on that? As far as I know, tcpdump doesn't work with DPDK because DPDK takes full control...
> Now I can't receive udp packets using pktgen, it seems like the code is stuck in "udpdk_recvfrom()" function and isn't proceeding. Can you shed on light what could be...
The above solution by herebebeasties does not work for me: `uv lock` does not raise any error, but for some reason the generated `uv.lock` does not contain any of the...
Closing, the current structure is indeed the correct one according to the specification.