Branch: refs/heads/onwire-upgrade Home: https://github.com/kronosnet/kronosnet Commit: 0616253bf3e5a52aab41580301371de818fe0e14 https://github.com/kronosnet/kronosnet/commit/0616253bf3e5a52aab41580301371d... 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: 28afb6b6495c996ce6a8b2d5b84ee3b28c1dc727 https://github.com/kronosnet/kronosnet/commit/28afb6b6495c996ce6a8b2d5b84ee3... 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: 5410916ce89119cccfae1276079768753e2cb92d https://github.com/kronosnet/kronosnet/commit/5410916ce89119cccfae1276079768... 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: ecd50612cbe3361ce6ee36025711a891538a006c https://github.com/kronosnet/kronosnet/commit/ecd50612cbe3361ce6ee36025711a8... 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: 2151c85448cde1e27efb0c95f5ea00489c6d6464 https://github.com/kronosnet/kronosnet/commit/2151c85448cde1e27efb0c95f5ea00... 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: 028eefc18af9933b29295df66af51c0f920fd2ef https://github.com/kronosnet/kronosnet/commit/028eefc18af9933b29295df66af51c... 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: 54458edbc3d0f5e7a2eb20484dfb9691e67d0236 https://github.com/kronosnet/kronosnet/commit/54458edbc3d0f5e7a2eb20484dfb96... 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: 5481a7be23a98f599c389a08227b958adcfa5a47 https://github.com/kronosnet/kronosnet/commit/5481a7be23a98f599c389a08227b95... 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: 231cb509af20a027113d082e56aafa5a351f09df https://github.com/kronosnet/kronosnet/commit/231cb509af20a027113d082e56aafa... 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: 32bc3f9f743e3ce8680d5cc67b0800cf7188c5ff https://github.com/kronosnet/kronosnet/commit/32bc3f9f743e3ce8680d5cc67b0800... 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: 19d54f250db85912990c9fb9272518607e1d837b https://github.com/kronosnet/kronosnet/commit/19d54f250db85912990c9fb9272518... 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] cleanup label and log subsystem when sending pongs
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: e33ea36cefae1773a0bcf6be73f6d4f22e1294de https://github.com/kronosnet/kronosnet/commit/e33ea36cefae1773a0bcf6be73f6d4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths: M libknet/threads_pmtud.c
Log Message: ----------- [pmtud] cleanup label and log subsystem
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/8d8d9b873165...e33ea36cefae