[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issues with remap when using a nested pci arbiter
From: |
Samuel Thibault |
Subject: |
Re: Issues with remap when using a nested pci arbiter |
Date: |
Sun, 8 Dec 2019 14:49:35 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Joan Lledó via Bug reports for the GNU Hurd, le dim. 08 déc. 2019 09:04:09
+0100, a ecrit:
> demo@debian:~$ remap /servers/bus/pci /home/jlledom/gnu/servers/bus/pci
> -- rpctrace -o /home/demo/demo.log env
> LD_LIBRARY_PATH=/home/jlledom/gnu/lib /home/jlledom/gnu/bin/lspci
>
> After this, I can see in the rpc trace that RPCs are being sent to the
> main arbiter. Any idea on why this happens?
rpctrace shows you what the program is doing. It would indeed request
servers/bus/pci from its root. But here the root is the remap
translator, which will remap that before actually providing a port.
Samuel