From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18617C433F5 for ; Sat, 18 Sep 2021 02:56:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE8E461260 for ; Sat, 18 Sep 2021 02:56:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235875AbhIRC5r (ORCPT ); Fri, 17 Sep 2021 22:57:47 -0400 Received: from mail-pf1-f172.google.com ([209.85.210.172]:46668 "EHLO mail-pf1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235408AbhIRC5q (ORCPT ); Fri, 17 Sep 2021 22:57:46 -0400 Received: by mail-pf1-f172.google.com with SMTP id 203so3043112pfy.13 for ; Fri, 17 Sep 2021 19:56:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=/0svKMYF/U5sj468fyuuRmU3EekandrEswYvt6SOMmo=; b=QvBUu9mjeoF1PBoLkTJaqDMESxYOsM9vguZMJlsxWd46pqo+WdBlOntpEQdz/Qtb5x 8hJr9icVm3y8AjnIthqJXJNcEcjNUE+gDrQmaikkZINTsrCPX9T7J8Blp/bCTLhOWM1g Q1FDbAQeEgEnXW7P2qUhwTqiLKO7d9c180/wcGJV9wmQXN/bPBU6YX+0xMR3g+2QE/wZ 3AImtAGXvetHagvqnL65IJ60fHBCDuuVrrjjoz1hPVb4g72HNk0naheS9tLBoP6Mm8pG kPwJVCyB8bFa1Rod5oMj3jnthNvF2zrZf885LTjFRHVOvce71KYrSeuDXe+P4o4Ub3NQ GHjg== X-Gm-Message-State: AOAM530ZIqJeV3ryrjVBQc4r9ZdxYBogJ11WHMx7ki4oDAzVWv6jOMvE 7OzNjLsGg91JsmDf4wrrQEQ= X-Google-Smtp-Source: ABdhPJxfLuzJIc6MTLzEjzkzyw1nwDtrrhiqYl5HlAgyRzGaH+puJbBdD13W9fdv2M4mNTmia0XfHw== X-Received: by 2002:a63:7211:: with SMTP id n17mr12667089pgc.456.1631933783310; Fri, 17 Sep 2021 19:56:23 -0700 (PDT) Received: from ?IPV6:2601:647:4000:d7:eb4a:447e:487f:caa3? ([2601:647:4000:d7:eb4a:447e:487f:caa3]) by smtp.gmail.com with ESMTPSA id p4sm7475984pgc.15.2021.09.17.19.56.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Sep 2021 19:56:22 -0700 (PDT) Message-ID: <79755291-a36f-535c-03b8-73178f80ca5e@acm.org> Date: Fri, 17 Sep 2021 19:56:20 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.0.3 Subject: Re: Issus with blktest/srp on 5.15-rc1 and rdma_rxe Content-Language: en-US To: Bernard Metzler , Yi Zhang Cc: Robert Pearson , linux-rdma , Jason Gunthorpe References: From: Bart Van Assche In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 9/17/21 01:23, Bernard Metzler wrote: > -----"Yi Zhang" wrote: ----- >> Just try use_siw=1 ./check -q srp/005 > > srp/015 seem to be dedicated to siw testing. It selects siw if available. > I think this is how Bart found it. > Unfortunately, for some reason I am not aware of, testing defaults to > rxe only for the other tests. Maybe at least the helper should > talk about this hidden option. Originally only test srp/015 selected siw. Yi Zhang added support for running all SRP tests with the siw driver. See also blktests commit d23c3aa0c1c0 ("common/multipath-over-rdma: allow to set use_siw"). How about submitting a documentation patch to the blktests project? Thanks, Bart.