skynet2 has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<owrt-images-builds> Build [#35](https://buildbot.openwrt.org/images/#/builders/58/builds/35) of `master_ipq40xx/generic` failed.
jeff___m has joined #openwrt-devel
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
slh has joined #openwrt-devel
vincejv has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
dansan has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
quinq has joined #openwrt-devel
jeff___m has quit [Remote host closed the connection]
vincejv has joined #openwrt-devel
<owrt-images-builds> Build [#35](https://buildbot.openwrt.org/images/#/builders/198/builds/35) of `master_ath79/mikrotik` failed.
robimarko has joined #openwrt-devel
rsalvaterra has joined #openwrt-devel
<\x> robimarko: ipq60xx time to shine this 2024?
<robimarko> \x: I guess so
<\x> we have 256MB profile / mode 2 working well, thats what we use. so I guess 256MB devices can be supported or no?
<\x> w7 already coming in based
<robimarko> I personally dont want to touch 256MB devices
Piraty has quit []
<rmilecki> robimarko: Rob and Miquel are discussing nvmem layouts again
<robimarko> rmilecki: Not again
<rmilecki> it turns out Rob doesn't like the way nvmem layouts ended up
<rmilecki> it's a mess
<robimarko> Rob has a really rigid view on the view
xback has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
xback has joined #openwrt-devel
<Ansuel> \x wifi is still very fked up for ipq60xx so....
<robimarko> Ansuel: Can you merge the ipq807x affinity script?
<Ansuel> thanks for remembering me
<owrt-images-builds> Build [#36](https://buildbot.openwrt.org/images/#/builders/58/builds/36) of `master_ipq40xx/generic` completed successfully.
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
noltari has quit [Read error: Connection reset by peer]
noltari has joined #openwrt-devel
<owrt-images-builds> Build [#35](https://buildbot.openwrt.org/images/#/builders/45/builds/35) of `master_sunxi/cortexa7` failed.
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
<Ansuel> /dev/root on /rom type erofs (ro,relatime,cache_strategy=readaround)
<Ansuel> eheheh
<robimarko> You intentionally using EROFS?
<Ansuel> the increase is just 700kb
<Ansuel> do you see any problem in using erofs as a replacement for squashfs ?
<robimarko> What would be the benefits?
<Ansuel> From some 2022 bench better io perf at the cost of really low size increase https://sigma-star.at/blog/2022/07/squashfs-erofs/
<Ansuel> the microlzma is not experimental anymore and is supported by default in 6.1
xback has quit [Ping timeout: 480 seconds]
xback has joined #openwrt-devel
<f00b4r0> Ansuel: erofs cares about disk block i/o boundary
<f00b4r0> there is no such thing with flash storage. At least not in a meaningful way as far as read ops are concerned
<Ansuel> Required thing is this https://github.com/openwrt/openwrt/pull/14457
<Ansuel> (hoping I didn't forged something in moving things from my working and bloated repository
<f00b4r0> i honestly don't see the benefit. That's just one more thing to maintain and one more possible cause for breakage
<f00b4r0> but since you ignored my argument above, i rest my case
<Ansuel> it's just a proposal and about maintaining, erofs is upstream and is getting better more and more (also is what is used on android)
<Slimey> *side effects may include ionizing radiation, bricking for no reason or becoming self-aware and enslaving humanity.
<Ansuel> :O
<xback> "bricking for no reason looks like the worst" .. as the impact there is immediately noticible :-p
<robimarko> Honestly, I dont see any reason to switch to EROFS
<robimarko> SquashFS is upstream as well
Tapper has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
skynet2 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Rondom has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
jeff___m has joined #openwrt-devel
Rondom has quit [Remote host closed the connection]
zer0def has quit [Ping timeout: 480 seconds]
zer0def has joined #openwrt-devel
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
jeff___m has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
<Ansuel> same but i bet it's just some problem with the ssdk trying to guess the starting phy
<Ansuel> since i assume the phy driver are very close on getting upstream maybe we should consider implementing the new way directly
<robimarko> Could be, its rather weird to me
jeff___m has joined #openwrt-devel
<Ansuel> btw net-next is still not open right?
<robimarko> It should be open as the merge window has passed
<Ansuel> ehh will see tomorrow... would love to start the PHY package discussion very fast since I already know it will be controversial
<Ansuel> (and quic guy now base evrything on my phy repo soo there is also that)
<robimarko> There seems to be understanding of the netdev guys that this is kinda needed
<robimarko> As more and more multi PHY devices are on the market
<Ansuel> yes main problem is all the reset and clock handling...
<Ansuel> quic idea is to put them in the phy package node... but that will make rob very angry IMHO
<robimarko> Which is what I dont understand
<robimarko> As they quite literaly belong to the whole package
<robimarko> and not just individual PHY-s
<robimarko> The only issue Rob has raised is the fact that MDIO bus requires an address but the package itself has none
jeff___m has quit [Ping timeout: 480 seconds]
<Ansuel> if Rob likes the ranges way to define regs then the package will have one and will reflect just the first PHY package... each subnode will have the reg set to an offset to it... detaching effectively the PHY package from the mdio bus...
<robimarko> Well, that is another possibility
<robimarko> You could as well just put the package node outside of any bus definition
<robimarko> And just reference the bus as the package property
<robimarko> This is a rather big complication just for the sake of definitions
<robimarko> Not to mention that most of the DSA and other switch nodes essentially have a fake MDIO adress just to pass validation
goliath has joined #openwrt-devel
<Ansuel> they probably read PHY and pretend it must be something very dumb... saddly it's not like that anymore from when 2.5g has been introduced
<robimarko> Take the MV88E6XXX for example, you can put whatever the reg property you want
<robimarko> As it using the compatible to get the base address
<robimarko> From which it can read the actual model
<robimarko> Its quite literaly just to pass validation
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Borromini has joined #openwrt-devel
mcbridematt has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
jeff___m has joined #openwrt-devel
gladiac is now known as Guest14961
gladiac has joined #openwrt-devel
Guest14961 has quit [Ping timeout: 480 seconds]
fakuivan has quit [Write error: connection closed]
fakuivan has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jeff___m has quit [Remote host closed the connection]
<owrt-images-builds> Build [#36](https://buildbot.openwrt.org/images/#/builders/45/builds/36) of `master_sunxi/cortexa7` completed successfully.