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 C0B8EA04E7; Mon, 2 Nov 2020 11:52:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A298BE67; Mon, 2 Nov 2020 11:52:50 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 71627BE4F for ; Mon, 2 Nov 2020 11:52:48 +0100 (CET) IronPort-SDR: lKlJX0c+abPGm3MUZ3DNYcHj9xQgdEqilrYYzPM5K4sAmVl41xYErT5Te2O7WLcF2bb+I+cDeV cLs4qUwNiuIg== X-IronPort-AV: E=McAfee;i="6000,8403,9792"; a="165362381" X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="165362381" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 02:52:46 -0800 IronPort-SDR: J92zx1+oMbVBg2r2taqG5o8TprXF0sB9UpAGln3HzN5wdWtN4eZEyM7mnHIKfQ0AUvckXqePIX XpfPuhQAk9TQ== X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="537972793" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.219.143]) ([10.213.219.143]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 02:52:44 -0800 To: Raslan Darawsheh , "dev@dpdk.org" Cc: Matan Azrad , Slava Ovsiienko , Shy Shyman References: <20201026114147.9566-1-rasland@nvidia.com> From: Ferruh Yigit Message-ID: Date: Mon, 2 Nov 2020 10:52:41 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 11/1/2020 9:08 AM, Raslan Darawsheh wrote: > Hi Ferruh, > >> -----Original Message----- >> From: Ferruh Yigit >> Sent: Thursday, October 29, 2020 5:26 PM >> To: Raslan Darawsheh ; dev@dpdk.org >> Cc: Matan Azrad ; Slava Ovsiienko >> ; Shy Shyman >> Subject: Re: [dpdk-dev] [PATCH] mlx5: add ConnectX-7 and Bluefield-3 >> device IDs >> >> 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? >> > It's about that we haven't tried the PMD with these NIC's yet, so announcing that it has support for them > without knowing that we don't really have any issues (even 0 level issue) I don't think its OK to add such documentation. > > I think once we'll have the proper testing done for them, we can add them to all necessary documentations > OK