fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<rmilecki>
nbd: is there a chance to get some focus on https://github.com/openwrt/mt76/issues/865 ("mt7603: unstable traffic (stalls/hangs) under load (MT7603EN, MT7628AN)") ?
noahm has quit [Read error: Network is unreachable]
noahm has joined #openwrt-devel
bacnh has joined #openwrt-devel
bacnh has quit [Remote host closed the connection]
Mangix has joined #openwrt-devel
<mrkiko>
robimarko: regarding the mvebu kernel bump - it would be very nice to remove some uneeded code from the kernel - the one I've seen as an example is the turris support - turris_mox_*
<mrkiko>
robimarko: I guess the correct solution is to build it as a package and ship it with the devices that actually needed it, not to all devices
goliath has joined #openwrt-devel
<robimarko>
mrkiko: I am yet to look at that PR
<mrkiko>
robimarko: fine, just wanted your opinion - and if you happen to remember, once you might look at it, let me know. I can try to do that
<mrkiko>
not particularly happy to see these mesages in my dmesg
<mrkiko>
robimarko: do you think it's appropriate for me to say this in PRs comments?
Tapper has joined #openwrt-devel
<robimarko>
mrkiko: Well, that boils down to the question if it really matters for mvebu
<robimarko>
As there shouldnt really be size constaints
<mrkiko>
robimarko: I tend to agree but this is a slippery slope in my opinion
<mrkiko>
robimarko: I see it as a matter of connerctness - that change wasn't implemented at it should have been
<mrkiko>
I would have seen it differently if - for example - I see that turris_mox doesn't support being built as module
<robimarko>
What is the kernel symbol for Mox MCU driver?
<robimarko>
I see it as a improvement point, but wouldnt really tie it to the kernel bump
<robimarko>
As it should be version agnostic
<robimarko>
If its tristate then it should be easy to package as kmod instead
<mrkiko>
robimarko: oh no, I don't mean to tie it to the version bump absolutely
<mrkiko>
the symbol is target/linux/mvebu/cortexa53/config-6.1:CONFIG_TURRIS_MOX_RWTM=y
<robimarko>
Yeah, that is tristate and unless there is explicit need for it to load extremely early it looks convertable to kmod