<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?