ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
rvalue has quit [Ping timeout: 264 seconds]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
rvalue has joined #armlinux
haritzondo is now known as haritz
haritz has quit [Changing host]
haritz has joined #armlinux
hanetzer has joined #armlinux
haritzondo has joined #armlinux
haritz has quit [Ping timeout: 252 seconds]
haritz has joined #armlinux
haritzondo has quit [Ping timeout: 256 seconds]
haritz has quit [Changing host]
haritz has joined #armlinux
qpla has quit [Read error: Connection reset by peer]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
apritzel has quit [Ping timeout: 268 seconds]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
basel_ has joined #armlinux
basel_ has quit [Quit: Leaving]
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #armlinux
amitk has quit [Ping timeout: 264 seconds]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
cbeznea has joined #armlinux
amitk has joined #armlinux
iivanov has joined #armlinux
mvaittin has joined #armlinux
iivanov has quit []
iivanov has joined #armlinux
iivanov_ has joined #armlinux
iivanov has quit [Read error: Connection reset by peer]
monstr has joined #armlinux
apritzel has joined #armlinux
apritzel has quit [Ping timeout: 245 seconds]
gclement has joined #armlinux
rgallaispou has joined #armlinux
a3f has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
shoragan has quit [Quit: quit]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
biju has joined #armlinux
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
<biju> I have a machine where arm64 udp performance is extremely worse on single processor compared dual core processor ( 89Mbps vs 940 Mbps) (with packet loss 91% vs 0.1%)
<biju> Any idea for this performance issue? Default ARM64 configuration is for SMP
<ukleinek> biju: I'd address the packet loss issue first. That might resolve the performance issue en passant.
<biju> Run time I am using cpuonline to make it OFF line CPU to make single core
<biju> All the condtions remaine same
<biju> echo 0 > /sys/devices/system/cpu/cpu1/online
<biju> This command for making it single core
<bjdooks> could the network part not notice a cpu offline and still try and delivery irqs there? otherwise sounds like a weird problem, maybe synchronisation still trying to talk to other cores?
headless has joined #armlinux
<ukleinek> or a race condition that trashes dma descriptors when feeding the network device from two CPUs?
<ukleinek> bjdooks: one cpu is the good case, not the bad one.
* ukleinek reread and no, bjdooks is right
frieder has joined #armlinux
<bjdooks> i'd say syncrhonisation issue then
<geertu> biju: Does it matter which CPU you offline?
<maz> spelling out the SoC and the network driver would help (this smells of Marvell stuff)
<bjdooks> I think marvell smell whatever
<ukleinek> ..ooOO(hey, other vendors do weird stuff, too)
<biju> [ 5] 0.00-35.69 sec 3.95 GBytes 951 Mbits/sec 0.007 ms 12384/2942559 (0.42%) receiver
<biju> echo 0 > /sys/devices/system/cpu/cpu0/online
<biju> [ 188.942701] psci: CPU0 killed (polled 0 ms)
<biju> [ 5] 0.00-57.26 sec 621 MBytes 91.0 Mbits/sec 0.029 ms 4271779/4721352 (90%) receiver
<maz> biju: please answer the above questions.
<bjdooks> also, doesn't cpu0 tend to be the one favoured for irq delivery?
<biju> geertu: Whatever the CPU, packet loss is 90%
<maz> also trying with maxcpus=1 would be interesting.
<ukleinek> broonie: for the renaming spi_master -> spi_controller, would you prefer replacing "struct spi_master *master" by "struct spi_controller *master" or "struct spi_controller *ctlr"?
<geertu> biju: Does sound like a problem with IRQ delivery, falling back to polling, and having missed lots of packets in the mean time
<geertu> Does /proc/interruots advance accordingly?
* ukleinek bets /proc/interruots doesn't change at all during all these tests :-)
<geertu> Let's try /proc/interrupts instead (and make sure CONFIG_PROC_FS=y, and /proc is mounted, and ... ;-)
<biju> maz: maxcpus=1 same packet loss(91%)
iivanov_ has quit [Read error: Connection reset by peer]
iivanov has joined #armlinux
<maz> very much looks like mvpp2 to me.
heat_ has joined #armlinux
heat has quit [Ping timeout: 260 seconds]
<ukleinek> biju: seeking for help here and not answering the resulting questions makes a rude impression.
<biju> ukleinek: I an checking cat /proc/interrups, I went out to drop my son to school
<ukleinek> biju: one of the key questions you missed is: "spelling out the SoC and the network driver would help (this smells of Marvell stuff)"
<biju> it is Renesas RAVB driver
<biju> and SoC is RZ/V2L
<biju> which is dual cortex a-55
<biju> geertu: it is ~ 1798107 vs 550168
<biju> for eth0 irq
<biju> higher number is for dual core
sszy has joined #armlinux
prabhakar has joined #armlinux
prabhakarlad has joined #armlinux
<biju> I see this IRQ is changed during udp testing on UP. IPI5: 237 IRQ work interrupts
sakman has joined #armlinux
<biju> on a single core machine why IPI is changing?
ezulian has joined #armlinux
headless has quit [Quit: Konversation terminated!]
russ has quit [Ping timeout: 256 seconds]
sakman has quit [Ping timeout: 246 seconds]
mripard has joined #armlinux
apritzel has joined #armlinux
russ has joined #armlinux
psydroid has joined #armlinux
ezulian has quit [Ping timeout: 252 seconds]
bjoto has quit [Ping timeout: 245 seconds]
bjoto has joined #armlinux
heat_ has quit [Remote host closed the connection]
heat_ has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
<biju> geertu: CPU: 0% usr 0% sys 0% nic 11% idle 0% io 5% irq 82% sirq
<biju> for UP case
<biju> geertu: CPU: 6% usr 42% sys 0% nic 0% idle 0% io 6% irq 44% sirq
<biju> for SMP case
apritzel has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
apritzel has joined #armlinux
a3f has joined #armlinux
shoragan has joined #armlinux
<deathcamel57> Anyone willing to take a look at my NOR flash issue from yesterday?
frieder has joined #armlinux
<apritzel> deathcamel57: which one? I couldn't find anything in the logs ...
<deathcamel57> I was wondering if anyone could give me some tips on how to debug why my NOR flash isn't working. I'm seeing the SPI controller for it being loaded and the version of it detected. However, the kernel never probes for the JEDEC ID. Here's some various configuration stuff for reference: https://gist.github.com/DeathCamel58/96cfb550cf27b01e520e5c57fb79fda5
bjoto has quit [Ping timeout: 264 seconds]
bjoto has joined #armlinux
<milkylainen> cfi cmdset?
<deathcamel57> Enabling CFI and all of the CFI command sets results in the same.
<deathcamel57> Looks like spi_nor_probe is never called
<bjdooks> is there a device tree entry?
<deathcamel57> I have the device tree part related to the NOR at the link
sakman has joined #armlinux
qpla has joined #armlinux
alpernebbi has quit [Ping timeout: 260 seconds]
<broonie> ukleinek: It's pointless to do the renaming without renaming associated variables.
<broonie> deathcamel57: Does the controller understand the chip select that got passed in properly? This will be something in the DT parsing stuff.
alpernebbi has joined #armlinux
<deathcamel57> Maybe? I'll look into it some. I'm using the `hisi-sfc-v3xx` driver in the kernel, which was ACPI only, but I added an `of_match_table` to allow my non-ACPI device to use it.
mvaittin has quit [Ping timeout: 256 seconds]
<deathcamel57> Looking into drivers>spi>spi-fsl-qspi.c, it doesn't look like the reference SPI driver cares about the chipselect. spi-hisi-sfc-v3xx doesn't seem to care either. Do SPI drivers care about that, or is that handled elsewhere?
bjoto has quit [Ping timeout: 255 seconds]
bjoto has joined #armlinux
iivanov has quit []
mvaittin has joined #armlinux
iivanov has joined #armlinux
<geertu> deathcamel57: drivers/spi/spi-hisi-sfc-v3xx.c does not procide lowlevel SPI ops, only mem_ops
<geertu> Also, the driver may rely on earlier initialization by ACPI.
<deathcamel57> Shouldn't that driver allow access to a mtd device it's connected to? I'm not seeing any uses of this driver to reference.
<ukleinek> broonie: ack
headless has joined #armlinux
mvaittin has quit [Ping timeout: 268 seconds]
amitk_ has joined #armlinux
lag has quit [Read error: Connection reset by peer]
lag has joined #armlinux
gclement has quit [Ping timeout: 256 seconds]
heat has joined #armlinux
heat_ has quit [Ping timeout: 276 seconds]
frieder has quit [Ping timeout: 245 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prabhakarlad has quit [Quit: Client closed]
torez has joined #armlinux
prabhakar has quit [Ping timeout: 264 seconds]
prabhakarlad has joined #armlinux
prabhakar has joined #armlinux
torez has quit [Quit: torez]
amitk_ has quit [Ping timeout: 245 seconds]
rgallaispou has left #armlinux [#armlinux]
prabhakarlad has quit [Quit: Client closed]
bjoto has quit [Ping timeout: 246 seconds]
bjoto has joined #armlinux
rvalue has quit [Ping timeout: 245 seconds]
rvalue has joined #armlinux
sakman has quit [Ping timeout: 264 seconds]
prabhakar has quit [Ping timeout: 252 seconds]
apritzel has quit [Ping timeout: 246 seconds]
prabhakarlad has joined #armlinux
prabhakar has joined #armlinux
prabhakarlad has quit [Ping timeout: 250 seconds]
prabhakar has quit [Ping timeout: 260 seconds]
sakman has joined #armlinux
cbeznea_ has joined #armlinux
cbeznea has quit [Ping timeout: 260 seconds]
apritzel has joined #armlinux
mag has quit [Ping timeout: 264 seconds]
mag has joined #armlinux
iivanov has quit [Remote host closed the connection]
amitk has quit [Ping timeout: 252 seconds]
cbeznea_ has quit [Ping timeout: 276 seconds]
biju has quit [Quit: Konversation terminated!]
headless has quit [Quit: Konversation terminated!]
prabhakarlad has joined #armlinux
prabhakar has joined #armlinux
psydroid has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
prabhakar has quit [Ping timeout: 252 seconds]
shawnguo has quit [Read error: Connection reset by peer]
shawnguo has joined #armlinux
tlwoerner_ has joined #armlinux
tlwoerner has quit [Ping timeout: 264 seconds]
vkoul| has quit [Ping timeout: 264 seconds]
npcomp has quit [Ping timeout: 264 seconds]
justache has quit [Ping timeout: 264 seconds]
tlwoerner_ has quit [*.net *.split]
alpernebbi has quit [*.net *.split]
lag has quit [*.net *.split]
qpla has quit [*.net *.split]
haritz has quit [*.net *.split]
MWelchUK has quit [*.net *.split]
marcan has quit [*.net *.split]
Lightsword has quit [*.net *.split]
agraf has quit [*.net *.split]
Lucanis has quit [*.net *.split]
gdd has quit [*.net *.split]
vireshk has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
nathanchance has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
ex-parrot has quit [*.net *.split]
marex has quit [*.net *.split]
roxell has quit [*.net *.split]
paulbarker has quit [*.net *.split]
marshmallow has quit [*.net *.split]
conchuod has quit [*.net *.split]
mturquette has quit [*.net *.split]
Sledge has quit [*.net *.split]
gpiccoli has quit [*.net *.split]
jclsn has quit [*.net *.split]
milkylainen has quit [*.net *.split]
jbowen has quit [*.net *.split]
abelloni has quit [*.net *.split]
nohit has quit [*.net *.split]
mriesch has quit [*.net *.split]
_alice has quit [*.net *.split]
zx2c4 has quit [*.net *.split]
ndesaulniers has quit [*.net *.split]
mkorpershoek has quit [*.net *.split]
sven has quit [*.net *.split]
suihkulokki has quit [*.net *.split]
cambrian_invader has quit [*.net *.split]
IgorPec has quit [*.net *.split]
iwamatsu has quit [*.net *.split]
ukleinek has quit [*.net *.split]
Esmil has quit [*.net *.split]
hays has quit [*.net *.split]
AlexM_ has quit [*.net *.split]
mraynal has quit [*.net *.split]
elastic_dog has quit [*.net *.split]
jn has quit [*.net *.split]
Perflosopher has quit [*.net *.split]
Misotauros has quit [*.net *.split]
Stary has quit [*.net *.split]
zkrx has quit [*.net *.split]
pivi has quit [*.net *.split]
narmstrong has quit [*.net *.split]
maennich has quit [*.net *.split]
tfiga has quit [*.net *.split]
CounterPillow has quit [*.net *.split]
Crofton has quit [*.net *.split]
jkridner has quit [*.net *.split]
deathcamel57 has quit [*.net *.split]
Emantor has quit [*.net *.split]
tscherer has quit [*.net *.split]
sboyd has quit [*.net *.split]
bjoto has quit [*.net *.split]
dougg3 has quit [*.net *.split]
pg12 has quit [*.net *.split]
phh has quit [*.net *.split]
georgem has quit [*.net *.split]
robclark has quit [*.net *.split]
Forty-Bot has quit [*.net *.split]
balrog has quit [*.net *.split]
cmarinas has quit [*.net *.split]
mwalle has quit [*.net *.split]
rfried has quit [*.net *.split]
wens has quit [*.net *.split]
ChanServ has quit [*.net *.split]
mag has quit [*.net *.split]
hanetzer has quit [*.net *.split]
rfs613 has quit [*.net *.split]
dliviu has quit [*.net *.split]
ajb-linaro has quit [*.net *.split]
abelvesa has quit [*.net *.split]
maz has quit [*.net *.split]
javierm has quit [*.net *.split]
vkoul has quit [*.net *.split]
[florian] has quit [*.net *.split]
vireshk- has quit [*.net *.split]
ajfriesen84737 has quit [*.net *.split]
mal`` has quit [*.net *.split]
robmur01 has quit [*.net *.split]
Norkle has quit [*.net *.split]
shawnguo has quit [*.net *.split]
sakman has quit [*.net *.split]
m5zs7k has quit [*.net *.split]
kristinam has quit [*.net *.split]
scosu has quit [*.net *.split]
hauke has quit [*.net *.split]
rbmarliere has quit [*.net *.split]
bencoh has quit [*.net *.split]
dormito has quit [*.net *.split]
Guest4308 has quit [*.net *.split]
khilman has quit [*.net *.split]
jekb has quit [*.net *.split]
mupuf has quit [*.net *.split]
robher has quit [*.net *.split]
mripard has quit [*.net *.split]
ungeskriptet has quit [*.net *.split]
geertu has quit [*.net *.split]
sudeepholla has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
jwerner has quit [*.net *.split]
sjg1 has quit [*.net *.split]
drewfustini has quit [*.net *.split]
HdkR has quit [*.net *.split]
mmind00 has quit [*.net *.split]
olofj has quit [*.net *.split]
palmer has quit [*.net *.split]
apritzel has quit [*.net *.split]
russ has quit [*.net *.split]
crummel has quit [*.net *.split]
ccaione has quit [*.net *.split]
Xogium has quit [*.net *.split]
mrutland has quit [*.net *.split]
pjw_ has quit [*.net *.split]
xisop has quit [*.net *.split]
rvalue has quit [*.net *.split]
heat has quit [*.net *.split]
shoragan has quit [*.net *.split]
punit has quit [*.net *.split]
vigneshr has quit [*.net *.split]
xdarklight has quit [*.net *.split]
qyousef_ has quit [*.net *.split]
dianders has quit [*.net *.split]
linusw__ has quit [*.net *.split]
jlinton has quit [*.net *.split]
unixsmurf has quit [*.net *.split]
Tartarus has quit [*.net *.split]
dtor has quit [*.net *.split]
j`ey has quit [*.net *.split]
sibis has quit [*.net *.split]
xvmt has quit [*.net *.split]
vingu has quit [*.net *.split]
jeeeun8 has quit [*.net *.split]
iokill has quit [*.net *.split]
Grimler has quit [*.net *.split]
puranjaymohan has quit [*.net *.split]
mcfrdy has quit [*.net *.split]
MWelchUK7 has quit [*.net *.split]
sicelo has quit [*.net *.split]
vup has quit [*.net *.split]
tagr has quit [*.net *.split]
sudeepholla_ has quit [*.net *.split]
kwilczynski has quit [*.net *.split]
Bitweasil has quit [*.net *.split]
leming has quit [*.net *.split]
ardb has quit [*.net *.split]
tmlind has quit [*.net *.split]
arnd has quit [*.net *.split]
patersonc has quit [*.net *.split]
jluthra has quit [*.net *.split]
steev has quit [*.net *.split]
strudl has quit [*.net *.split]
broonie has quit [*.net *.split]
jbru has quit [*.net *.split]
prabhakarlad has quit [*.net *.split]
rfs613 has joined #armlinux
mturquette has joined #armlinux
justache- has joined #armlinux
apritzel has joined #armlinux
vkoul| has joined #armlinux
rvalue has joined #armlinux
bjoto has joined #armlinux
heat has joined #armlinux
lag has joined #armlinux
alpernebbi has joined #armlinux
qpla has joined #armlinux
shoragan has joined #armlinux
russ has joined #armlinux
mripard has joined #armlinux
jclsn has joined #armlinux
haritz has joined #armlinux
deathcamel57 has joined #armlinux
hanetzer has joined #armlinux
vingu has joined #armlinux
mraynal has joined #armlinux
Lucanis has joined #armlinux
elastic_dog has joined #armlinux
ungeskriptet has joined #armlinux
Emantor has joined #armlinux
gdd has joined #armlinux
jn has joined #armlinux
sudeepholla_ has joined #armlinux
xvmt has joined #armlinux
ajfriesen84737 has joined #armlinux
Perflosopher has joined #armlinux
kwilczynski has joined #armlinux
milkylainen has joined #armlinux
vireshk has joined #armlinux
m5zs7k has joined #armlinux
agraf has joined #armlinux
Lightsword has joined #armlinux
tlwoerner_ has joined #armlinux
MWelchUK has joined #armlinux
marcan has joined #armlinux
prabhakarlad has joined #armlinux
shawnguo has joined #armlinux
conchuod has joined #armlinux
marshmallow has joined #armlinux
jeeeun8 has joined #armlinux
Stary has joined #armlinux
zkrx has joined #armlinux
ajb-linaro has joined #armlinux
cmarinas has joined #armlinux
iokill has joined #armlinux
gpiccoli has joined #armlinux
hauke has joined #armlinux
ex-parrot has joined #armlinux
marex has joined #armlinux
punit has joined #armlinux
geertu has joined #armlinux
dliviu has joined #armlinux
balrog has joined #armlinux
Misotauros has joined #armlinux
xisop has joined #armlinux
nathanchance has joined #armlinux
mag has joined #armlinux
sakman has joined #armlinux
Fridtjof has joined #armlinux
NishanthMenon has joined #armlinux
roxell has joined #armlinux
paulbarker has joined #armlinux
Sledge has joined #armlinux
scosu has joined #armlinux
kristinam has joined #armlinux
sudeepholla has joined #armlinux
rbmarliere has joined #armlinux
abelvesa has joined #armlinux
zx2c4 has joined #armlinux
sven has joined #armlinux
mal`` has joined #armlinux
mwalle has joined #armlinux
vigneshr has joined #armlinux
bencoh has joined #armlinux
jbowen has joined #armlinux
xdarklight has joined #armlinux
maz has joined #armlinux
pivi has joined #armlinux
Grimler has joined #armlinux
mriesch has joined #armlinux
mkorpershoek has joined #armlinux
sboyd has joined #armlinux
_alice has joined #armlinux
ndesaulniers has joined #armlinux
nohit has joined #armlinux
robmur01 has joined #armlinux
lvrp16 has joined #armlinux
jwerner has joined #armlinux
javierm has joined #armlinux
iwamatsu has joined #armlinux
dougg3 has joined #armlinux
pg12 has joined #armlinux
ukleinek has joined #armlinux
arnd has joined #armlinux
ccaione has joined #armlinux
suihkulokki has joined #armlinux
unixsmurf has joined #armlinux
ardb has joined #armlinux
[florian] has joined #armlinux
ChanServ has joined #armlinux
dormito has joined #armlinux
mrutland has joined #armlinux
HdkR has joined #armlinux
vkoul has joined #armlinux
vireshk- has joined #armlinux
mmind00 has joined #armlinux
jekb has joined #armlinux
palmer has joined #armlinux
jbru has joined #armlinux
strudl has joined #armlinux
steev has joined #armlinux
dianders has joined #armlinux
broonie has joined #armlinux
jluthra has joined #armlinux
sibis has joined #armlinux
tagr has joined #armlinux
dtor has joined #armlinux
j`ey has joined #armlinux
sicelo has joined #armlinux
patersonc has joined #armlinux
MWelchUK7 has joined #armlinux
jlinton has joined #armlinux
vup has joined #armlinux
Tartarus has joined #armlinux
mupuf has joined #armlinux
olofj has joined #armlinux
puranjaymohan has joined #armlinux
tmlind has joined #armlinux
mcfrdy has joined #armlinux
crummel has joined #armlinux
tscherer has joined #armlinux
abelloni has joined #armlinux
IgorPec has joined #armlinux
Xogium has joined #armlinux
cambrian_invader has joined #armlinux
Bitweasil has joined #armlinux
Esmil has joined #armlinux
drewfustini has joined #armlinux
khilman has joined #armlinux
sjg1 has joined #armlinux
maennich has joined #armlinux
tfiga has joined #armlinux
hays has joined #armlinux
leming has joined #armlinux
georgem has joined #armlinux
robclark has joined #armlinux
Crofton has joined #armlinux
Forty-Bot has joined #armlinux
jkridner has joined #armlinux
CounterPillow has joined #armlinux
phh has joined #armlinux
wens has joined #armlinux
rfried has joined #armlinux
AlexM_ has joined #armlinux
Guest4308 has joined #armlinux
linusw__ has joined #armlinux
robher has joined #armlinux
pjw_ has joined #armlinux
qyousef_ has joined #armlinux
narmstrong has joined #armlinux
Norkle has joined #armlinux
npcomp has joined #armlinux
jwerner has quit [Remote host closed the connection]
vkoul| has quit [Ping timeout: 268 seconds]
vkoul| has joined #armlinux
prabhakarlad has quit [Ping timeout: 250 seconds]
sakman has quit [Ping timeout: 260 seconds]