sb0 changed the topic of #m-labs to: https://m-labs.hk :: Mattermost https://chat.m-labs.hk :: Logs http://irclog.whitequark.org/m-labs
attie has joined #m-labs
attie has quit [Ping timeout: 265 seconds]
<_whitenotifier> [smoltcp] jhwgh1968 commented on pull request #309: Revert to prevous ordering of TCP options - https://git.io/JezRW
jryans has quit [*.net *.split]
jayaura has quit [*.net *.split]
kmehall has quit [*.net *.split]
_whitenotifier has quit [*.net *.split]
awygle has quit [*.net *.split]
jayaura has joined #m-labs
_whitenotifier has joined #m-labs
kmehall has joined #m-labs
jryans has joined #m-labs
awygle has joined #m-labs
jryans has joined #m-labs
jryans has quit [Changing host]
harryho has joined #m-labs
cr1901_modern1 has joined #m-labs
cr1901_modern has quit [Ping timeout: 245 seconds]
cr1901_modern1 has quit [Client Quit]
cr1901_modern has joined #m-labs
<mtrbot-ml> [mattermost] <sb10q> whitequark: should there be a new smoltcp release on crates.io shortly?
<mtrbot-ml> [mattermost] <sb10q> @rjo are you opposed to adding a 1-line cargosha256.nix file to stabilizer (and other stm32 projects)?
<Astro-_> if stabilizer is in a private repo, I don't think I have access to it
<mtrbot-ml> [mattermost] <sb10q> not a private repos, https://github.com/quartiq/stabilizer
_whitelogger has joined #m-labs
_whitelogger has joined #m-labs
<harryho> Astro-_ @astro: For testing purposes, I'm gonna use the zc706 IP on a Kasli for around an hour, is that fine?
attie has joined #m-labs
<cr1901_modern> Astro-_: Could you please push stm32-eth 0.1.2 to Github when you get the chance?
Getorix has quit [Ping timeout: 265 seconds]
attie has quit [Ping timeout: 240 seconds]
Getorix has joined #m-labs
_whitelogger has joined #m-labs
kuldeep has joined #m-labs
attie has joined #m-labs
harryho has quit [Remote host closed the connection]
mumptai has joined #m-labs
cedric has quit [Ping timeout: 250 seconds]
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
<whitequark> sb: I can take care of that, yes
<mtrbot-ml> [mattermost] <sb10q> whitequark: of?
<mtrbot-ml> [mattermost] <sb10q> ipsec AH?
<whitequark> smoltcp release
proteus-guy has joined #m-labs
attie has quit [Ping timeout: 240 seconds]
attie has joined #m-labs
Stormwind_mobile has joined #m-labs
attie has quit [Ping timeout: 240 seconds]
<rjo> sb0: that's fine. go ahead if the diffs are manageable and someone maintains it.
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 268 seconds]
X-Scale` is now known as X-Scale
Stormwind_mobile has quit [Ping timeout: 240 seconds]
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 250 seconds]
X-Scale` is now known as X-Scale
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 252 seconds]
Stormwind_mobile has joined #m-labs
<Astro-_> cr1901_modern: oops. thank you for the nudge.
proteus-guy has quit [Ping timeout: 245 seconds]
lkcl has joined #m-labs
proteus-guy has joined #m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
<Astro-_> @sb10q I'd really like to have tcpdump permissions on rpi-4 or nixbld for a mac address of your choice
<Astro-_> I'm running smoltcp on the zc706 with buffers in ddr but there still seems to be corruption.
Stormwind_mobile has quit [Ping timeout: 250 seconds]
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 240 seconds]
<cr1901_modern> Astro-_: Excellent, thanks. I refactored a bit so I can easily add my port. Now, I just need to, well, port my board :P. I'll do that now.
<cr1901_modern> And if you don't like my changes you can just yell at me in the PR
proteus-guy has quit [Ping timeout: 265 seconds]
zignig has quit [Ping timeout: 245 seconds]
zignig has joined #m-labs
Stormwind_mobile has joined #m-labs
attie has joined #m-labs
attie has quit [Ping timeout: 240 seconds]
Stormwind_mobile has quit [Ping timeout: 268 seconds]
lkcl has quit [Ping timeout: 245 seconds]
Stormwind_mobile has joined #m-labs
<cr1901_modern> Astro-_: I'm able to get Link detected on the f746zg. However, pktgen panics. I can't find the _exact_ code on Github in the stm32f4/f7 crates because the whole stm32-rs repo is autogenerated hell, but the short version is... >>
<cr1901_modern> Peripherals::steal() on line 216 has an assert that checks whether it was called again before a previous call completes in stm32f7 device crates, and on other device crates it doesn't
<cr1901_modern> I'm guessing since it's unsafe, you deliberate call Peripherals::steal() without regard to whether the previous call to Peripherals::steal() finished?