Branch: refs/heads/onwire-upgrade Home: https://github.com/kronosnet/kronosnet Commit: 7b5c6d2ba95323a33a1515c7d3060184438d30f6 https://github.com/kronosnet/kronosnet/commit/7b5c6d2ba95323a33a1515c7d30601... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: 1be2288382a3aa3862bc4c2b7eb33ab3a192877b https://github.com/kronosnet/kronosnet/commit/1be2288382a3aa3862bc4c2b7eb33a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: dd0978852435b6e8d3441fd0a4b41b7539da1316 https://github.com/kronosnet/kronosnet/commit/dd0978852435b6e8d3441fd0a4b41b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: 0c5de7386fc701ec9f3925b0a623635bd2eb7402 https://github.com/kronosnet/kronosnet/commit/0c5de7386fc701ec9f3925b0a62363... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: 37dc13a6cae803c0b602a2b091a2ab63213d7755 https://github.com/kronosnet/kronosnet/commit/37dc13a6cae803c0b602a2b091a2ab... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: dd14f8206ed645ca364e4f090dc1a57662863aed https://github.com/kronosnet/kronosnet/commit/dd14f8206ed645ca364e4f090dc1a5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 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@redhat.com
Commit: a32d18dc9898eeae96a5d2767601a3ff7cd9ac76 https://github.com/kronosnet/kronosnet/commit/a32d18dc9898eeae96a5d2767601a3... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 Aug 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: 5bf134d6ec8e13e296f505ba043f56432610f5ac https://github.com/kronosnet/kronosnet/commit/5bf134d6ec8e13e296f505ba043f56... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths: M libknet/onwire.h
Log Message: ----------- [onwire] add notes on same packets details
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: a3faba4d27938bfb26409323934e90effcd8365d https://github.com/kronosnet/kronosnet/commit/a3faba4d27938bfb26409323934e90... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-31 (Mon, 31 Aug 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
Compare: https://github.com/kronosnet/kronosnet/compare/e0dfe432eabe...a3faba4d2793