From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64A39A04B5; Thu, 29 Oct 2020 16:34:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AF9BCFBF; Thu, 29 Oct 2020 16:26:23 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C60D4CFA4 for ; Thu, 29 Oct 2020 16:26:20 +0100 (CET) IronPort-SDR: mhnCJdYdIubdtj5B74XY/YSD+KZCWVhoviJdCY7BDTB9H/bODqngnwwwBnjgnOHFhj4xFATgHo Pr/oqG2xSPzA== X-IronPort-AV: E=McAfee;i="6000,8403,9788"; a="253157465" X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="253157465" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 08:26:18 -0700 IronPort-SDR: gmZ7X7qvdJvs6sYGZTDrRpwch5P6n0LXGGbxedAupgTmvu7WF81etBXpmkoEBwEHBp3TEHjkgn MUc3sbuwwT4g== X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="536709132" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.251.183]) ([10.213.251.183]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 08:26:16 -0700 To: Raslan Darawsheh , dev@dpdk.org Cc: matan@nvidia.com, viacheslavo@nvidia.com, shys@nvidia.com References: <20201026114147.9566-1-rasland@nvidia.com> From: Ferruh Yigit Message-ID: Date: Thu, 29 Oct 2020 15:26:12 +0000 MIME-Version: 1.0 In-Reply-To: <20201026114147.9566-1-rasland@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] mlx5: add ConnectX-7 and Bluefield-3 device IDs 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/26/2020 11:41 AM, Raslan Darawsheh wrote: > This adds the ConnectX-7 and Bluefield-3 device ids to the list of > supported Mellanox devices that run the MLX5 PMDs. > The devices is still in development stage. > I assume you don't want to add these new device support to the documentation or to the web page, but what do you think adding it to the driver documentation with this device under development note, or experimental support etc? > Signed-off-by: Raslan Darawsheh <...>