Branch: refs/heads/onwire-upgrade
Home: https://github.com/kronosnet/kronosnet
Commit: 31741942e4a60a293aa299fe8cb787f16807e1ef
https://github.com/kronosnet/kronosnet/commit/31741942e4a60a293aa299fe8cb78…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/host.h
M libknet/internals.h
M libknet/onwire.h
M libknet/tests/pckt_test.c
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[cleanup] remove unused infrastructure to send HOSTINFO messages
those messages are unused in 1.x and if necessary they will be
reintroduced in 2.x
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 5d57f1af752b885e19c583b20f1c33d02705c0af
https://github.com/kronosnet/kronosnet/commit/5d57f1af752b885e19c583b20f1c3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_tx.c
Log Message:
-----------
[tx] local sockets are only sending data packets
drop unnecessary cases around packets that don´t exist
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 9a65ad0f4424db6962930d8897e6e6ca8f76bee2
https://github.com/kronosnet/kronosnet/commit/9a65ad0f4424db6962930d8897e6e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_tx.c
Log Message:
-----------
[tx] fill in header data closer to where they are currently used
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 399dc3998c545f634f19ca4c09ca6ad4d2414ce4
https://github.com/kronosnet/kronosnet/commit/399dc3998c545f634f19ca4c09ca6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_heartbeat.c
M libknet/threads_heartbeat.h
M libknet/threads_rx.c
Log Message:
-----------
[rx/heartbeat] move ping / pong processing to heartbeat.[c|h]
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 2b550769843f675cf5c2e5bd1e25bf6dd7b45702
https://github.com/kronosnet/kronosnet/commit/2b550769843f675cf5c2e5bd1e25b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_pmtud.c
M libknet/threads_pmtud.h
M libknet/threads_rx.c
Log Message:
-----------
[rx/heartbeat] move pmtu / pmtu_reply to pmtud.[c|h]
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 8c5bb898ff5250e7c074c0f1d0643d87488179af
https://github.com/kronosnet/kronosnet/commit/8c5bb898ff5250e7c074c0f1d0643…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_heartbeat.c
Log Message:
-----------
[heartbeat] move all packet data filling in the same chuck of code
and re-org code in the file a bit (no functional changes)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/fa0b4ce8dea3...8c5bb898ff52
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 0a5b0ef98f56c7bd875c2d58902cef923c5c0371
https://github.com/kronosnet/kronosnet/commit/0a5b0ef98f56c7bd875c2d58902ce…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M libknet/threads_rx.c
Log Message:
-----------
[rx] fix data stats on RX to match TX model
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/onwire-upgrade
Home: https://github.com/kronosnet/kronosnet
Commit: fa0b4ce8dea3bc44ecc6f07a06659dd92fe844fd
https://github.com/kronosnet/kronosnet/commit/fa0b4ce8dea3bc44ecc6f07a06659…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-08-25 (Tue, 25 Aug 2020)
Changed paths:
M libknet/threads_heartbeat.c
Log Message:
-----------
[heartbeat] move all packet data filling in the same chuck of code
and re-org code in the file a bit (no functional changes)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>