Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
lemonzest has quit [Quit: Quitting]
phipli has quit [Ping timeout: 260 seconds]
BenG83_ has quit [Quit: Leaving]
BenG83 has quit [Ping timeout: 240 seconds]
ninolein_ has quit [Ping timeout: 246 seconds]
ninolein has joined #linux-sunxi
<kilobyte> pmpp: finally got around to benchmark nbd vs aoe. Turns out there is a difference in speed after all. And a big one. In every test.
<kilobyte> for example, "btrfs scrub" takes 5m48s (median of 5) on aoe vs 2m30s on nbd
<kilobyte> raw linear block device speed: 103MB/s nbd vs 46MB/s aoe (exactly same read and write -- even spinning rust can more than saturate a GBe link)
<kilobyte> client: Pine64 on 4.13-rc1, server: QNAP 253a (amd64) on 4.9, both Debian. Backing device is spinning rust.
lurchi__ is now known as lurchi_
<kilobyte> pmpp: it's that slow from an amd64 on the same network, too
<kilobyte> in case I'm doing something wrong, theoretical comparison is: aoe: packet payload capped to 1024 bytes, overhead: ethernet 42 bytes + unknown aoe (at least 24-bit major:minor and some kind of sequence number); nbd: packets up to full MTU; overhead: ethernet 42 bytes + IPv6 40 bytes + TCP 20 bytes
cnxsoft has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
lurchi_ is now known as lurchi__
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
lkcl has joined #linux-sunxi
chlorine has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 268 seconds]
lurchi__ has quit [Ping timeout: 255 seconds]
ganbold has quit [Remote host closed the connection]
ganbold has joined #linux-sunxi
fkluknav has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
jernej has joined #linux-sunxi
sunxi_fan1 has joined #linux-sunxi
sunxi_fan has quit [Ping timeout: 240 seconds]
dave0x6d has quit [Quit: Connection closed for inactivity]
jernej has quit [Ping timeout: 255 seconds]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
|Jeroen| has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
fkluknav has quit [Ping timeout: 240 seconds]
sunxi_fan has joined #linux-sunxi
sunxi_fan1 has quit [Ping timeout: 240 seconds]
Andy-D_ has joined #linux-sunxi
Andy-D has quit [Ping timeout: 248 seconds]
jstein has joined #linux-sunxi
<diego71> kilobyte: may be the TCP congestion control, help to use the right bandwidth
jernej has joined #linux-sunxi
leviathan_ has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
BenG83 has joined #linux-sunxi
<pmpp> kilobyte: interesting results what were the nbd server software and aoe ( vblade or kvblade ) ?
marble_visions has joined #linux-sunxi
jstein has quit [Remote host closed the connection]
marble_visions has left #linux-sunxi [#linux-sunxi]
marble_visions has joined #linux-sunxi
marble_visions has left #linux-sunxi [#linux-sunxi]
fkluknav has joined #linux-sunxi
bonbons has joined #linux-sunxi
sunxi_fan1 has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
sunxi_fan has quit [Ping timeout: 260 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 4.9.2, revision: git-7099-gca80ee628, build type: debug, sources date: 20160102, built on: 2017-03-12 14:49:35 UTC git-7099-gca80ee628 http://www.kvirc.net/]
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
leviathan_ has quit [Ping timeout: 240 seconds]
vishnup has joined #linux-sunxi
vishnup has quit [Client Quit]
mzki has quit [Quit: leaving]
mzki has joined #linux-sunxi
fkluknav has quit [Ping timeout: 268 seconds]
Wizzup has quit [Quit: leaving]
jernej has quit [Ping timeout: 240 seconds]
sunxi_fan has joined #linux-sunxi
sunxi_fan1 has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
Wizzup has joined #linux-sunxi
Gerwin_J has quit [Read error: Connection reset by peer]
Gerwin_J has joined #linux-sunxi
jernej has joined #linux-sunxi
|Jeroen| has quit [Quit: dada]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 246 seconds]
jernej has quit [Ping timeout: 246 seconds]
chrisf_ has joined #linux-sunxi
fkluknav has joined #linux-sunxi
chrisf__ has quit [Ping timeout: 255 seconds]
phipli has joined #linux-sunxi
\\Mr_C\\ has quit [Quit: .]
lemonzest has joined #linux-sunxi
<MoeIcenowy> qschulz: I found a problem when trying to add H3 support to sun4i-gpadc-iio
<MoeIcenowy> For the first thermal reading
<MoeIcenowy> the regmap_read operation is performed *before* runtime_resume is executed
<MoeIcenowy> so it read out 0
<MoeIcenowy> and for H3 the scale is negative, and 0 will mean a extremely high tempature (216 degree C)
<MoeIcenowy> could you verify whether this problem exists on A33?
<MoeIcenowy> (P.S. for thermal reading after booting the readout is normal)
perr has joined #linux-sunxi
perr has joined #linux-sunxi
perr has quit [Changing host]
<MoeIcenowy> (On H3 if trip points are added, the system will consider the chip is 216 degree when first read, as critical trip point is ~105 degree the system will emergency halt)
<MoeIcenowy> (This problem may be hidden on A33 as on A33 0 will mean a very low temperature, and low temperatures won't trigger trip points, and when you run thermal reading once more after booting the new thermal reading will be okay
Gerwin_J has quit [Ping timeout: 258 seconds]
Gerwin_J has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 268 seconds]
lurchi_ has joined #linux-sunxi
<MoeIcenowy> my temporary hack of this problem is let the sun4i_gpadc_temp_read function return -EINVAL when the raw val read out is 0 (seems very problematic)
lurchi_ is now known as lurchi__
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
lurchi__ is now known as lurchi_
Andy-D__ has joined #linux-sunxi
jstein_ has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 255 seconds]
jstein_ is now known as jstein
LargePrime has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
dave0x6d has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
indy has quit [Ping timeout: 255 seconds]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
<kilobyte> pmpp: official nbd-server, vblade; both with default settings
<kilobyte> pmpp: looks like kvblade still hasn't been merged despite all the years, and it's not packaged in Debian either, so I have some doubts wrt trusting its stability
indy has joined #linux-sunxi
<kilobyte> (this probably goes too off-topic for -sunxi: discussing alternatives to local SD was okay, platform-independent issues with aoe not really. Let's continue on another channel?)
perr has quit [Quit: Leaving]
lurchi_ is now known as lurchi__
<KotCzarny> kilobyte: you can always come to #h3droid
lurchi__ is now known as lurchi_
MXfive has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
MXfive has quit [Quit: Sleep Quit.]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
pfeerick has quit [Ping timeout: 240 seconds]
scream has joined #linux-sunxi
fdcx has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
fdcx has joined #linux-sunxi
vagrantc has joined #linux-sunxi
pfeerick has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
leviathan_ has joined #linux-sunxi
MXfive has joined #linux-sunxi
lkcl has quit [Ping timeout: 255 seconds]
GrimKriegor has quit [Ping timeout: 255 seconds]
GrimKriegor has joined #linux-sunxi
reinforce has joined #linux-sunxi
lurchi_ is now known as lurchi__
MXfive has quit [Quit: Sleep Quit.]
mozzwald has quit [Ping timeout: 240 seconds]
TheSeven has quit [Ping timeout: 276 seconds]
TheSeven has joined #linux-sunxi
chlorine has joined #linux-sunxi
popolon has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
Ntemis has joined #linux-sunxi
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
dave0x6d has quit [Quit: Connection closed for inactivity]
IgorPec has joined #linux-sunxi
phipli has quit [Quit: Leaving]
jernej has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
Andy-D_ has joined #linux-sunxi
Andy-D__ has quit [Ping timeout: 260 seconds]
jstein has quit [Remote host closed the connection]
mozzwald has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 4.9.2, revision: git-7099-gca80ee628, build type: debug, sources date: 20160102, built on: 2017-03-12 14:49:35 UTC git-7099-gca80ee628 http://www.kvirc.net/]
Andy-D__ has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 255 seconds]
lkcl has joined #linux-sunxi
jstein_ has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
jstein_ is now known as jstein
IgorPec has quit [Read error: Connection reset by peer]
fkluknav has quit [Ping timeout: 248 seconds]
leviathan_ has quit [Read error: Connection reset by peer]
jernej has quit [Ping timeout: 268 seconds]
leviathan_ has joined #linux-sunxi
lurchi__ is now known as lurchi_
jernej has joined #linux-sunxi
phipli has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
f0xx has joined #linux-sunxi
jernej has quit [Ping timeout: 260 seconds]
lurchi_ has quit [Quit: Konversation terminated!]
bonbons has quit [Quit: Leaving]
lurchi_ has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
leviathan_ has quit [Remote host closed the connection]
f0xx has quit [Ping timeout: 240 seconds]
<lurchi_> Have I overlooked something, or is the current A64 dtsi (up to "for-next" branch) missing the DT nodes for SPI0/1?
lkcl has quit [Ping timeout: 268 seconds]
<lurchi_> H5 imports it from arm/sunxi-h3-h5.dtsi
scream has quit [Remote host closed the connection]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
reinforce has quit [Quit: Leaving.]
jstein has quit [Read error: Connection reset by peer]
iamfrankenstein has quit [Quit: iamfrankenstein]
jmcneill has quit [Quit: leaving]
Ntemis has quit [Remote host closed the connection]
aballier has quit [Ping timeout: 260 seconds]
aballier has joined #linux-sunxi
lurchi_ is now known as lurchi__
jbrown has quit [Remote host closed the connection]
jemk has quit [Remote host closed the connection]
vagrantc has joined #linux-sunxi
popolon has quit [Quit: WeeChat 1.9]
a|3x has quit [Remote host closed the connection]
kivutar has quit [Ping timeout: 240 seconds]
kivutar has joined #linux-sunxi
kivutar has quit [Excess Flood]
kivutar has joined #linux-sunxi