From patchwork Wed Nov 25 07:32:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zhang X-Patchwork-Id: 11930521 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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 DFC09C5519F for ; Wed, 25 Nov 2020 07:32:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7393720857 for ; Wed, 25 Nov 2020 07:32:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Bm3/aOWs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727009AbgKYHc1 (ORCPT ); Wed, 25 Nov 2020 02:32:27 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:51234 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726411AbgKYHc1 (ORCPT ); Wed, 25 Nov 2020 02:32:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606289546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wzpD6h8P0DOI5DpawlJoXZx6ULKIyzCfEWyZZsHl4aI=; b=Bm3/aOWsje0E5WqjjM8YsPtfTKFB5bjJ03k1bACbOfAt697DHARMZp18n4T8vzU1KWlBq2 C0i3CWHbcAG9l++P1tQa+ZgoZHiBE59huYZDhBany5uey1Q7Owm9pgOWZ45xZsQq98m85x yqxEN4M8Afi34ksnqo8Ul0KizFdWKHw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-529-M1ymosnHPpqCDe4VUpGZFA-1; Wed, 25 Nov 2020 02:32:23 -0500 X-MC-Unique: M1ymosnHPpqCDe4VUpGZFA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3353E1005D4D; Wed, 25 Nov 2020 07:32:22 +0000 (UTC) Received: from dhcp-12-105.nay.redhat.com (unknown [10.66.61.33]) by smtp.corp.redhat.com (Postfix) with ESMTP id 580B719C48; Wed, 25 Nov 2020 07:32:20 +0000 (UTC) From: Yi Zhang To: osandov@osandov.com, bvanassche@acm.org Cc: linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, sagi@grimberg.me Subject: [PATCH V2 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement Date: Wed, 25 Nov 2020 15:32:00 +0800 Message-Id: <20201125073205.8788-1-yi.zhang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi This patch series addressed some failures when I run nvmeof-mp/srp test and also add suport to use siw for nvme-rdma/nvmeof-mp/srp testing from cmdline, like this: $ use_siw=1 nvme-trtype=rdma ./check nvme $ use_siw=1 ./check nvmeof-mp $ use_siw-1 ./check srp V2: Update the ib_srpt module path in patch 1, avoid to use ls Update the SKIP_REASON in patch 2 Introduce get_scheduler_list, fix nvmeof-mp/012 and srp/012 in patch 3 Typo fix in patch 4 Yi Zhang (5): tests/srp/rc: update the ib_srpt module name tests/nvmeof-mp/rc: run nvmeof-mp tests if we set multipath=N nvmeof-mp/012, srp/012: fix the scheduler list common/rc: _have_iproute2 fix for "ip -V" change common/multipath-over-rdma: allow to set use_siw common/multipath-over-rdma | 14 +++++++++++++- common/rc | 2 +- tests/nvmeof-mp/012 | 10 ++++++---- tests/nvmeof-mp/rc | 8 +++++--- tests/srp/012 | 10 ++++++---- tests/srp/rc | 4 ++-- 6 files changed, 33 insertions(+), 15 deletions(-)