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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d6c40131288b06382ff4e713c28ce5f7b2e6e5b8
https://github.com/fabbione/kronosnet/commit/d6c40131288b06382ff4e713c28ce5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M libknet/host.c
M libknet/link.c
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] fix bcast data entry for hostinfo packets
this should address the issue Chrissie reported where
first data packet would vanish in void
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>