Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d2d937b6825158fd1cdbfa5e5423a6017b588185
https://github.com/fabbione/kronosnet/commit/d2d937b6825158fd1cdbfa5e5423a6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-16 (Wed, 16 Dec 2015)
Changed paths:
M TODO
M libknet/handle.c
M libknet/host.c
M libknet/internals.h
M libknet/threads_dsthandler.c
M libknet/threads_send_recv.c
Log Message:
-----------
[internal] switch from pipe to socketpairs for consistency
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 54e8b63dc668c78e5bf885c427fbb4016e97a282
https://github.com/fabbione/kronosnet/commit/54e8b63dc668c78e5bf885c427fbb4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-16 (Wed, 16 Dec 2015)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] add support for recvmmsg on local socket
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4ba9c0fa25f07f785a5955419a2e87c7dd292cc3
https://github.com/fabbione/kronosnet/commit/4ba9c0fa25f07f785a5955419a2e87…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] save some more times dealing with unreachable hosts for mcast pckts
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 03442f330046ada38de538d37678e455e1ec4ea1
https://github.com/fabbione/kronosnet/commit/03442f330046ada38de538d37678e4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] rework commit 1de7acb8 a bit
on the exit thread, kh_node is knet_h->host_id, no point
to convert it N times per packet/frag.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 77b416826e9ea77518af39ba6324374a6bd5edc9
https://github.com/fabbione/kronosnet/commit/77b416826e9ea77518af39ba632437…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] drop too verbose log message and fix comment
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 588700ac01459da31fa0e7621cc4a3cc91c9d506
https://github.com/fabbione/kronosnet/commit/588700ac01459da31fa0e7621cc4a3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] remove TODO comment
splitting frags across multiple links is not worth the complexity of
the code or the complexity in re-assemblying the packet if links
are at different speed/status
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>