Branch: refs/heads/onwire-upgrade Home: https://github.com/kronosnet/kronosnet Commit: 689b3ef99163fe1cac485cccb025c3318ec0bca4 https://github.com/kronosnet/kronosnet/commit/689b3ef99163fe1cac485cccb025c3... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: 7e99d86fe68e775e50126437045cbff50e2e2c47 https://github.com/kronosnet/kronosnet/commit/7e99d86fe68e775e50126437045cbf... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: c198f7aa56941a786ccbf94ef6612ced9f65fe59 https://github.com/kronosnet/kronosnet/commit/c198f7aa56941a786ccbf94ef6612c... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: 2b7a643e6f6e7683ccc7640fdff77f3ee41ae60e https://github.com/kronosnet/kronosnet/commit/2b7a643e6f6e7683ccc7640fdff77f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: c09e87b3da4f8d62f3b0ac0aa6e8c0749d715a69 https://github.com/kronosnet/kronosnet/commit/c09e87b3da4f8d62f3b0ac0aa6e8c0... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: 58a638d3a85127968b7bfb207a7fbc81242b1583 https://github.com/kronosnet/kronosnet/commit/58a638d3a85127968b7bfb207a7fbc... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 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@redhat.com
Commit: d98a0f8621c8c3738bac723b33788ec224699be7 https://github.com/kronosnet/kronosnet/commit/d98a0f8621c8c3738bac723b33788e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/handle.c M libknet/internals.h M libknet/onwire.h M libknet/threads_heartbeat.c M libknet/threads_pmtud.c M libknet/threads_rx.c M libknet/threads_tx.c
Log Message: ----------- [onwire] fill in packets with dynamic information
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 43d8326a7c6f07f47cc4d622bd7b57b955d614b8 https://github.com/kronosnet/kronosnet/commit/43d8326a7c6f07f47cc4d622bd7b57... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/threads_rx.c
Log Message: ----------- [rx] make it easier to understand ping/pong link detection
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d02f65201107f376e96fabb19b3ff466c52f8f6b https://github.com/kronosnet/kronosnet/commit/d02f65201107f376e96fabb19b3ff4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/threads_rx.c
Log Message: ----------- [rx] move data rx handling in its own function
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 39fb44ce9021e73a95595a374ab32e4ed6250b9d https://github.com/kronosnet/kronosnet/commit/39fb44ce9021e73a95595a374ab32e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/onwire.h
Log Message: ----------- [onwire] cleanup and re-arrange onwire.h with extra docs
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: fd8f0b8c5bdc3148cf14cff597c62672b1d26248 https://github.com/kronosnet/kronosnet/commit/fd8f0b8c5bdc3148cf14cff597c626... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/threads_heartbeat.c M libknet/threads_pmtud.c
Log Message: ----------- [heartbeat/pmtud] cleanup label and log subsystem
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/ac943f3fc588...fd8f0b8c5bdc