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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 B967CC433DB for ; Sun, 21 Mar 2021 16:35:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8026161939 for ; Sun, 21 Mar 2021 16:35:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbhCUQe6 (ORCPT ); Sun, 21 Mar 2021 12:34:58 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:35022 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229903AbhCUQeZ (ORCPT ); Sun, 21 Mar 2021 12:34:25 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 6C91A1C0B78; Sun, 21 Mar 2021 17:34:22 +0100 (CET) Date: Sun, 21 Mar 2021 17:34:21 +0100 From: Pavel Machek To: linux-kernel@vger.kernel.org, "Michael S. Tsirkin" , Jason Wang , virtualization@lists.linux-foundation.org Subject: vDPA: explain in Kconfig what vDPA is, capitalise it consistenly Message-ID: <20210321163421.GA27314@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Not everyone knows what vDPA stands for, explain it in Kconfig. Signed-off-by: Pavel Machek (CIP) diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig index ffd1e098bfd2..8cb37b3dd279 100644 --- a/drivers/vdpa/Kconfig +++ b/drivers/vdpa/Kconfig @@ -3,9 +3,9 @@ menuconfig VDPA tristate "vDPA drivers" depends on NET help - Enable this module to support vDPA device that uses a - datapath which complies with virtio specifications with - vendor specific control path. + Enable this module to support Virtual Data Path Acceleration + (vDPA) device that uses a datapath which complies with + virtio specifications with vendor specific control path. =20 if VDPA =20 @@ -38,8 +38,8 @@ config MLX5_VDPA bool select VHOST_IOTLB help - Support library for Mellanox VDPA drivers. Provides code that is - common for all types of VDPA drivers. The following drivers are planned: + Support library for Mellanox vDPA drivers. Provides code that is + common for all types of vDPA drivers. The following drivers are planned: net, block. =20 config MLX5_VDPA_NET @@ -47,7 +47,7 @@ config MLX5_VDPA_NET select MLX5_VDPA depends on MLX5_CORE help - VDPA network driver for ConnectX6 and newer. Provides offloading + vDPA network driver for ConnectX6 and newer. Provides offloading of virtio net datapath such that descriptors put on the ring will be executed by the hardware. It also supports a variety of stateless offloads depending on the actual device used and firmware version. --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmBXdY0ACgkQMOfwapXb+vJknACeL11P9MrGSI8SPcEO+9pXT2Yr XFkAniRhgxn7QzLnY9kb83vTcwWRqIs9 =z9v1 -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N--