Mellanox/sockperf

Sockperf ERROR on TCP RecvFrom, Same IP and Same port with 2+ sockets

igor-ivanov opened this issue · 2 comments

How to reproduce:

Prepare feed file with 2+ sockets, TCP, Same Ip same Port.
Server:
sockperf server -f -F r

Client:
sockperf ping-pong -f -F r -t 10

Server: OK
Client: FAIL
sockperf: Test end (interrupted by timer)
sockperf: Test ended
sockperf: [Total Run] RunTime=5.100 sec; SentMessages=2; ReceivedMessages=1
sockperf: ========= Printing statistics for Server No: 0
sockperf: ERROR: _seqN > m_maxSequenceNo (errno=4 Interrupted system call)

Hi

I faced the similar issue with sockperf , because while building the sockperf i just followed the steps below,
./autogen.sh
./configure
make
But here the issue is, "make" will just builds the sockperf tool ,it wont be installed properly with all dependencies.
To fix the issue, after running "make" command run "make install" also then all the dependency files will be linked and sockperf will be installed properly .

Megha A N

Hi @megha-an, I think you are describing something different. I do not see how installation impact on the original issue.