Branch: refs/heads/new-tx Home: https://github.com/fabbione/kronosnet Commit: 4d8c843d09fab59deafc606a73c0ae478e2846b8 https://github.com/fabbione/kronosnet/commit/4d8c843d09fab59deafc606a73c0ae4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths: M libknet/transport_common.c
Log Message: ----------- [transport] define value only once
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f357bd679c841c78cc81d93a8c398bd78ca0960e https://github.com/fabbione/kronosnet/commit/f357bd679c841c78cc81d93a8c398bd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-02-06 (Mon, 06 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@redhat.com
Compare: https://github.com/fabbione/kronosnet/compare/4d8c843d09fa%5E...f357bd679c84