Re: v4.16-rc1 + dm-mpath + BFQ
From: Paolo Valente <hidden>
Date: 2018-02-16 07:39:36
Il giorno 14 feb 2018, alle ore 19:11, Bart Van Assche =
[off-list ref] ha scritto:
=20 On 02/14/18 09:55, Paolo Valente wrote:quoted
After following all of them (and taking some other step needed), I invoked: sudo ./run_tests -c -d -r 10 -t 02-mq -e bfq But I got the following: ./lib/functions: riga 34: /sys/class/block/ram0/size: No such file or =
directory
quoted
./lib/functions: riga 34: * 512: errore di sintassi: atteso un =
operando (il token dell'errore =C3=A8 "* 512")
quoted
Unloaded the ib_srpt kernel module Unloaded the rdma_rxe kernel module modprobe: FATAL: Module ib_uverbs not found in directory =
/lib/modules/4.16.0-rc1+
quoted
modprobe: FATAL: Module ib_umad not found in directory =
/lib/modules/4.16.0-rc1+
quoted
SoftRoCE network interfaces: rxe0 modprobe: FATAL: Module target_core_iblock not found in directory =
/lib/modules/4.16.0-rc1+
quoted
So I think I need a little more help, to have this working in a reasonable amount of time. In particular, could you tell me all what is missing?=20 Hello Paolo, =20 Can you check whether CONFIG_BLK_DEV_RAM, CONFIG_INFINIBAND, =
CONFIG_INFINIBAND_USER_MAD, CONFIG_INFINIBAND_USER_ACCESS, = CONFIG_INFINIBAND_USER_MEM, CONFIG_INFINIBAND_IPOIB, = CONFIG_INFINIBAND_SRP, CONFIG_INFINIBAND_SRPT and CONFIG_RDMA_RXE were = enabled in your kernel config?
=20
(+Linus, Ulf) Hi Bart, after enabling the listing options in your list, and a few other related options, such iblock support, I get this: $ sudo ./run_tests -c -d -r 10 -t 02-mq -e bfq Unloaded the ib_srpt kernel module Unloaded the rdma_rxe kernel module SoftRoCE network interfaces: rxe0 Zero-initializing /dev/ram0 ... done Zero-initializing /dev/ram1 ... done mkdir: impossibile creare la directory "021c:42ff:fe4c:fac9": Invalid = argument Retrying with old port name format mkdir: impossibile creare la directory = "0xfe80000000000000021c42fffe4cfac9": Invalid argument Thanks for your patience and collaboration, Paolo
Thanks, =20 Bart.