ylliX - Online Advertising Network

mellanox kernel bypass(LD_preload) TCP/IP Socket write performance optimization

we are doing some profiling with socket send time and found out the “send” takes around 5-7us, the packet size is 215 bytes. Profiling code enter image description here using VMA_stat, we confirm that everything sent are already “offloaded”, so, I assume the send(xxx,xxx,xxx,xxx) are using mellanox library instead of <sys/socket.h> ? question Any optimization […]