peepsalot has quit [Read error: Connection reset by peer]
peepsalot has joined #litex
peepsalot has quit [Read error: Connection reset by peer]
peeps[zen] has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 260 seconds]
Degi_ is now known as Degi
FabM has joined #litex
FabM has joined #litex
FabM has quit [Changing host]
toshywoshy has quit [Ping timeout: 252 seconds]
toshywoshy has joined #litex
Xesxen has quit [Quit: Gone fishing]
Xesxen has joined #litex
peeps[zen] is now known as peepsalot
FabM has quit [Quit: Leaving]
zjason` has joined #litex
zjason has quit [Ping timeout: 248 seconds]
<sensille>
_florent_: i use liteeth in software mode (soc.add_ethernet()). i have the impression the sometimes the packet content changes while i'm processing it. i basically use udp.c, so ethmac_sram_writer_ev_pending_write(ETHMAC_EV_SRAM_WRITER) after process_frame()
<sensille>
do you think that is a possible liteeth issue? or am i just doing something wrong in software?
<sensille>
is my assumption correct that ...(ETHMAC_EV_SRAM_WRITER) makes the slot available again to the mac?
<sensille>
it might take 10s of millions of packets to happen