Scenario 1: A simple C/C++ application sends data from one Linux PC to another PC running a simple C/C++ receiver application.
Result: Sender is able to send and receiver is able to receive data.
Scenario 2: A custom DPDK application in C/C++ sends data from one Linux PC to another PC running a simple C/C++ receiver application.
Result: Sender is able to send, but receiver is not able to receive the data.
Note: To verify from the sender side, we checked data in Wireshark. Data from the custom DPDK sender is received at Wireshark.
When we say simple C/C++ application, it means without using DPDK.
Kindly let me know what could be the issue at receiver side or sender side when we use DPDK based application.
Ragul V is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.