sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
rohitksingh has quit [Client Quit]
stekern has quit [Ping timeout: 264 seconds]
stekern has joined #m-labs
<_florent_> sb0: that could be worth giving a try to the full design with serwb on your boards, but i think there is still something i need to figure out
<travis-ci> batonius/smoltcp#106 (icmp_socket_passthru - 827f962 : Egor Karavaev): The build passed.
<travis-ci> batonius/smoltcp#107 (icmp_socket_passthru - 6d55140 : Egor Karavaev): The build has errored.
<travis-ci> batonius/smoltcp#108 (icmp_socket_passthru - 2cfa089 : Egor Karavaev): The build passed.
<GitHub0> [smoltcp] batonius opened pull request #78: Don't end ICMP packet processing with ICMP sockets. (master...icmp_socket_passthru) https://git.io/vFr3F
<cr1901_modern> https://hackaday.com/2015/08/27/learning-verilog-for-fpgas-hardware-at-last/#comment-2692491 "and in a *lot* of cases, the tool is just monumentally stupid for what you’re trying to do: because *there’s no way to tell it* what you’re trying to do."
<cr1901_modern> I wonder how true this is, having not actually really used the GUI
mumptai has joined #m-labs
<GitHub110> [smoltcp] dlrobertson commented on pull request #78 2cfa089: Might be more readable to just write this out https://git.io/vFrGK
<GitHub188> [smoltcp] dlrobertson commented on pull request #78 2cfa089: This IP is used multiple times. Might be worthwhile to make this a variable that is used. https://git.io/vFrG6
<travis-ci> batonius/smoltcp#109 (ignored_arps - 3f7c347 : Egor Karavaev): The build passed.
<GitHub196> [smoltcp] batonius opened pull request #79: Make socket errors in `socket_egress` non-critical. (master...ignored_arps) https://git.io/vFrcm
<travis-ci> batonius/smoltcp#110 (ignored_arps - e5b8a05 : Egor Karavaev): The build passed.
<GitHub130> [smoltcp] batonius commented on pull request #78 844641f: Agree. https://git.io/vFrc1
<travis-ci> batonius/smoltcp#111 (icmp_socket_passthru - 844641f : Egor Karavaev): The build passed.
dlrobertson has joined #m-labs
<GitHub196> [smoltcp] batonius commented on issue #79: False alarm, the issue is with ICMP sockets not setting `device_result` in `socket_egress`, `Error::Unaddressable` in `device_result` is already being ignored. Will add the fix to #78. https://git.io/vFrBW
<GitHub159> [smoltcp] batonius closed pull request #79: Make socket errors in `socket_egress` non-critical. (master...ignored_arps) https://git.io/vFrcm
dlrobertson has quit [Quit: WeeChat 1.9.1]
mumptai has quit [Quit: Verlassend]
<travis-ci> batonius/smoltcp#112 (icmp_socket_passthru - df1c204 : Egor Karavaev): The build passed.
<GitHub118> [smoltcp] batonius commented on issue #78: **Problem 2**: ICMP sockets don't update `device_result` in `socket_egress`, so their `Error::Unaddressable` isn't ignored, resulting in early returns from `socket_egress` and `poll`, preventing the second from processing ARP responses, which results in ARP flood until the socket is open.... https://git.io/vFrRe
<GitHub61> [smoltcp] batonius commented on issue #78: **Problem 2**: ICMP sockets don't update `device_result` in `socket_egress`, so their `Error::Unaddressable` isn't ignored, resulting in early returns from `socket_egress` and `poll`, preventing the second from processing ARP responses, which results in ARP flood while the socket is open.... https://git.io/vFrRe
<GitHub38> [smoltcp] batonius commented on issue #78: @whitequark By the way, why do we break from the loop in `socket_egress` on `Error::Unaddressable`? There could be other sockets left with endpoints resolved, and by breaking here we prevent them from sending packets until all the sockets before them have their destinations resolved. https://git.io/vFrRo