Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: b68f5c6f2739fd1f7c5eb0e73a4c7d7a594d693a
https://github.com/fabbione/kronosnet/commit/b68f5c6f2739fd1f7c5eb0e73a4c7d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libknet/threads_tx.c
Log Message:
-----------
[tx] map outgoing packet once per host vs once per host per link
- reduces memsets by 8x
- reduces complexity in resending packets on socket overload
by changing start mmsghdr vs remapping everything all over again
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>