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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 6072FC4743C for ; Wed, 23 Jun 2021 10:43:03 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id CBA3260FEE for ; Wed, 23 Jun 2021 10:43:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBA3260FEE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09AE540040; Wed, 23 Jun 2021 12:43:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 31DD84003E for ; Wed, 23 Jun 2021 12:43:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624444980; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KWRyrBtcjK+n6nJ/FxygwX9U0YhOnlnYtHMU4wwU1TM=; b=XX7kgpKT8Pg5Jk9r6WfJZVSPrl2zQqsDOa3zYsOWm8nDyjfC69iscP1XXDkAocPp43fqZZ 4O8A8TkjeHe04RLP6IjHpZ/Mfvhn+S8SmWtXpyo0oiM9LPVa/yKHL3ELwtbIUVtfGqN9Hf 0O+z3zlqKnkyfiHRXkzaNdn8K3RJCFg= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-524-_wqQ7vyzPPulsL7sVt5c6w-1; Wed, 23 Jun 2021 06:42:57 -0400 X-MC-Unique: _wqQ7vyzPPulsL7sVt5c6w-1 Received: by mail-ua1-f70.google.com with SMTP id b9-20020ab00b090000b0290282212ee200so715579uak.19 for ; Wed, 23 Jun 2021 03:42:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KWRyrBtcjK+n6nJ/FxygwX9U0YhOnlnYtHMU4wwU1TM=; b=VNZ8GeKXxLinJvRLnN8SpKwaW0XtnaNTlC9MIIC1kD5kdqW5t+3b+bC+XaRPPQQPm2 gUDSRVqOHVQFX8z2VSZH9qjnD2IXJX2mP6Are233xstsLdS0J2090zY3Pkh+dIUShMsi ZtzUZWZhutbJDQjN9++ot0uY17hh5QYr3YrBdxE+9b+kAQSR/kMji3dDTnkgP420hcCB C+Ot6d6XuWsl4+d1ogsLFC/pWct/TMaWpPBM+9jxtmSuBc4++Y+7LCeh/qv3WlDy4nZj w33rmZ0XS7AdIwNJHvB30qNAaTTNwm0u9PZ6c3dTomm4s+TMr06K5u3ufaJcra/B5WFJ cfwg== X-Gm-Message-State: AOAM531AHg8KC5cMtjhDoVv8uVXKKfSkzLcz61++a/0zGRb8p7tAPnEL QMaqY9nUxNEgKp3H2msDczyFe/ZiSzdLrNRmKzpxmtFoxOjhJtvi4q5/7IDt8ZGesUoD5m3xt3R UkZ4FdZElPdy+vhlRri8= X-Received: by 2002:a1f:2e86:: with SMTP id u128mr23720745vku.22.1624444976904; Wed, 23 Jun 2021 03:42:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJySpqOr+UDkwGK5fVhA5PXJ3uyCKqX6PmtrQ02K/hCW33AzfqEgLT4s9tRDtkfApZuh5QkCmdn4K3WgTG2XN1s= X-Received: by 2002:a1f:2e86:: with SMTP id u128mr23720737vku.22.1624444976644; Wed, 23 Jun 2021 03:42:56 -0700 (PDT) MIME-Version: 1.0 References: <20210619124830.25297-1-viacheslavo@nvidia.com> In-Reply-To: <20210619124830.25297-1-viacheslavo@nvidia.com> From: David Marchand Date: Wed, 23 Jun 2021 12:42:45 +0200 Message-ID: To: Viacheslav Ovsiienko Cc: dev , Raslan Darawsheh , Matan Azrad , Thomas Monjalon , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, Jun 19, 2021 at 2:49 PM Viacheslav Ovsiienko wrote: > > The rdma-core mlx5 provider introduced the port attributes query > API since version v35.0 - the mlx5dv_query_port routine. In order > to support this change in the rdma-core the conditional compilation > flag HAVE_MLX5DV_DR_DEVX_PORT_V35 is introduced by the this patch. > > In the OFED rdma-core version the new compatible mlx5dv_query_port > routine was introduced as well, replacing the existing proprietary > mlx5dv_query_devx_port routine. The proprietary routine was > controlled in PMD code with HAVE_MLX5DV_DR_DEVX_PORT conditional > flag. > > Currently, the OFED rdma-core library contains both versions of > port query API. And this version is a transitional one, there are > the plans to remove the proprietary mlx5dv_query_devx_port routine > and the HAVE_MLX5DV_DR_DEVX_PORT flag in PMD will not work anymore. > > We had one more dependency on this flag in the code (for the > mlx5dv_dr_action_create_dest_ib_port routine) and the patch > fixes mentioned dependency also, by introducing the new > dedicated conditional flag - HAVE_MLX5DV_DR_CREATE_DEST_IB_PORT. > > This patch is highly desirable to be provided in DPDK LTS releases > due to it covers the major compatibility issue. This patch is a fix, yet nothing tells this story in the title. And the title does not reflect that it is a fix wrt versions of rdma-core. Is this a build issue? or a runtime compat issue? A good title makes life easier for users and people maintaining stable versions of DPDK. -- David Marchand