ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.15k stars 322 forks source link

Packet loss rate between dpdk_udp_stability and linux-udp #104

Closed jihwanseo closed 5 years ago

jihwanseo commented 5 years ago

Hi. ANS Team.

I have some question about packet loss of the UDP When i try to send streaming data from server app base on dpdk_udp_stability to client app base on linux-udp. (1:1) Of course, I modified these Test App for the test. However, It seems like there are many packet loss in linux-udp receiver side. (There is no packet loss in kernel to kernel API in my PC) Anyone who know why? And Is there some way to increase translate rate?

jihwanseo commented 5 years ago

Anyone who know how to reduce packet loss for UDP over DPDK?

bluenet13 commented 5 years ago

No more inforamtion, no comments. You may tcpdump packets on linux side. You can check statis in ans by anscli.

jihwanseo commented 5 years ago

Thank a lot. your comment was instrumental to analyze this issue.

bluenet13 commented 5 years ago

What is the root cause of the issue? Could you share it?