> Il giorno 14 feb 2018, alle ore 19:11, Bart Van Assche <bart.vanassche@xxxxxxx> ha scritto: > > On 02/14/18 09:55, Paolo Valente wrote: >> 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 >> ./lib/functions: riga 34: * 512: errore di sintassi: atteso un operando (il token dell'errore è "* 512") >> 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+ >> modprobe: FATAL: Module ib_umad not found in directory /lib/modules/4.16.0-rc1+ >> SoftRoCE network interfaces: rxe0 >> modprobe: FATAL: Module target_core_iblock not found in directory /lib/modules/4.16.0-rc1+ >> 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? > > Hello Paolo, > > 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? > (+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, > > Bart.