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 1548DA0524; Mon, 24 Feb 2020 20:56:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E95D02C39; Mon, 24 Feb 2020 20:56:23 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 4FD673B5 for ; Mon, 24 Feb 2020 20:56:22 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E3647218C1; Mon, 24 Feb 2020 14:56:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 24 Feb 2020 14:56:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ilOae9nsM2bPQZxbm3iQaOkoHa29eEnxPThY8s5Wl/0=; b=G1ryTNfCebgQ yNJnvU/ORBIyNL6Fo+BpNjQF9kpcTFW82CCI/LcUF1JHRzOvxdCIzj1uo2L0l8fB mm3YtHLFJXQx3MhQW41ojy8YW88hKLlpLsRzgKuuc0tQ8G59H3JeYClyFeFOgn/u /rkPwtjgA2MplE0wBlHsUlADJCiW4Zc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=ilOae9nsM2bPQZxbm3iQaOkoHa29eEnxPThY8s5Wl /0=; b=bsc3bWxmLBoqzpc9p7UQRDipE3rkBeD/c2eoyrWU4bdIC0ESsyqMJ67ld JwHxRW+JXmBeIu3XJ50uFy59dnwWHoT820qe+jDGKQqjIccdins1m7AuoL7kxOEM 67cy78x5Uk7p/pY+5pnHsxyX0XReu4HSamu2KXOe4627uaonuouzAEVi57nxTd2A VMJ+zxTeLi5qOrHbkP+7kErWvQUSJWwY8SZ4AVsQLLifzTLd8FrhPPzlNUr/JLbY TnJLiLmzWy+u6CkQbSdz7IaubwLPaBIOtHTz6fie6hs1r/eIL8jcIx2uxSTTnQqo KzTwLhJh3pO/hcfAEUF0uDmz49lSw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledtgddufedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 772303060D1A; Mon, 24 Feb 2020 14:56:20 -0500 (EST) From: Thomas Monjalon To: "dev@dpdk.org" Cc: Gal Cohen , Matan Azrad , Shahaf Shuler , John McNamara , Marko Kovacevic , Slava Ovsiienko Date: Mon, 24 Feb 2020 20:56:18 +0100 Message-ID: <2166020.ECZNHGQPT7@xps> In-Reply-To: References: <20200221145927.345130-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix naming of Mellanox devices 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" > > The devices of the family ConnectX may have two letters as suffix. > > Such suffix is preceded with a space and the second x is lowercase: > > - ConnectX-4 Lx > > - ConnectX-5 Ex > > - ConnectX-6 Dx > > > > Uppercase of the device family name BlueField is also fixed. > > > > Signed-off-by: Thomas Monjalon > Acked-by: Viacheslav Ovsiienko I've sent another version of this patch and forgot there was already a v1. https://patches.dpdk.org/patch/66019/