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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c5d613dbe0b9b95d2e9260a9b6986ca4e42ce720
https://github.com/fabbione/kronosnet/commit/c5d613dbe0b9b95d2e9260a9b6986c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-12 (Sat, 12 Dec 2015)
Changed paths:
M TODO
M libknet/host.c
M libknet/host.h
M libknet/threads_send_recv.c
Log Message:
-----------
[host] cleanup circular buffer function names
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5cad8dd4ef1fa789d10a61707421d6e9d302daab
https://github.com/fabbione/kronosnet/commit/5cad8dd4ef1fa789d10a61707421d6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-12 (Sat, 12 Dec 2015)
Changed paths:
M TODO
M libknet/host.c
M libknet/internals.h
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads_send_recv.c
Log Message:
-----------
[host] add host status change callback notifications
API is also ready for further expansion (external and remote support),
but they are currently not implemented.
allow both notifications and polling of status via knet_host_get_status
use new notification and api polling in ping_test.c as unit test
use the new host status information in the TX thread to skip some
time consuming pckt processing if the destination host(s) is not
reachable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: f9f13d792b4fd3401392b5b51d01e215bf0ccfbc
https://github.com/fabbione/kronosnet/commit/f9f13d792b4fd3401392b5b51d01e2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-11 (Fri, 11 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] fix data len passed to dst host filter on the RX end
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 592f0ec326bafeb99a92f54ca0bda3e67a0c14f6
https://github.com/fabbione/kronosnet/commit/592f0ec326bafeb99a92f54ca0bda3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-10 (Thu, 10 Dec 2015)
Changed paths:
M kronosnetd/etherfilter.c
M kronosnetd/etherfilter.h
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/threads_send_recv.c
Log Message:
-----------
[filters] be consistent and provide private data for all notifications/callbacks
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 02eae82c6aec0d33dae1d4dbd4d7f4ccfc7bb215
https://github.com/fabbione/kronosnet/commit/02eae82c6aec0d33dae1d4dbd4d7f4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-09 (Wed, 09 Dec 2015)
Changed paths:
M kronosnetd/etherfilter.c
M kronosnetd/etherfilter.h
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] improve dst_host_filter API to include more data to determine destination
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>