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=-8.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 CD34EC2D0A3 for ; Thu, 29 Oct 2020 08:30:04 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 392742076E for ; Thu, 29 Oct 2020 08:30:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="V6I/P0bn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 392742076E 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 [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4479BC7F8; Thu, 29 Oct 2020 09:29:53 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 9BEF9C7F6 for ; Thu, 29 Oct 2020 09:29:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603960190; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zsV/XvSGjqeAsdPhwmBDxDl7mJAxf0aZ1KBPTqeMf1Y=; b=V6I/P0bn0eHSYQOsx28O4FuL+P13GGMUsfuIpRhN03Xf9MED4ZXXtiQLkDqKkN2qXy8NHq tfGFih0Ly80flHltXysAIYeEQF4rF54tgVM/7v9dOXLutPKxslh+lUWZtLVcPQ02ObMkln XwliSDUE0GwOftaoRZ3vn2ngXA8nrsE= 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-301-eGYwJ1CpPlOVDnuqmUV7mQ-1; Thu, 29 Oct 2020 04:29:46 -0400 X-MC-Unique: eGYwJ1CpPlOVDnuqmUV7mQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C88CA800135; Thu, 29 Oct 2020 08:29:44 +0000 (UTC) Received: from [10.36.110.11] (unknown [10.36.110.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F05F55C1D0; Thu, 29 Oct 2020 08:29:42 +0000 (UTC) To: Xueming Li , Matan Azrad , Viacheslav Ovsiienko Cc: dev@dpdk.org, Asaf Penso , stable@dpdk.org References: <1603710656-32187-1-git-send-email-xuemingl@nvidia.com> <1603881879-19275-1-git-send-email-xuemingl@nvidia.com> From: Maxime Coquelin Message-ID: Date: Thu, 29 Oct 2020 09:29:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <1603881879-19275-1-git-send-email-xuemingl@nvidia.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 1/2] common/mlx5: get number of ports that can be bonded X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 10/28/20 11:44 AM, Xueming Li wrote: > Get HCA capability: number of physical ports that can be bonded. > > Cc: stable@dpdk.org > > Signed-off-by: Xueming Li > Acked-by: Matan Azrad > Reviewed-by: Maxime Coquelin > --- > drivers/common/mlx5/mlx5_devx_cmds.c | 5 +++-- > drivers/common/mlx5/mlx5_devx_cmds.h | 1 + > 2 files changed, 4 insertions(+), 2 deletions(-) Applied to dpdk-next-virtio/main. Thanks! Maxime