From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 996B241D8F; Mon, 27 Feb 2023 10:04:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 38D5740A7D; Mon, 27 Feb 2023 10:04:49 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 31484400D5 for ; Mon, 27 Feb 2023 10:04:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1677488687; 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=woku8+XBaQu4ihBdkJlVMZQYTsnXW9ADrf59ZrUOHJc=; b=gCe47jq5vMuFUGjOe1iR+wfXnZuv+op1POfRoXuh1L9TrsmeQhJpGZeFmfPR1qzirJ+dTH Nf+xSWyg/ly3Dm2LD4J2sYVm/H8L9gVLH89MMPfi6+dnHJJZpn0andxkVP60YioQNf7vG/ 9QkHyet4PxR7M7mNU1cxQoJB52mM5Cw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-349-imIynb-OOlCBKj2SHR0MSw-1; Mon, 27 Feb 2023 04:04:44 -0500 X-MC-Unique: imIynb-OOlCBKj2SHR0MSw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F1B4B101A55E; Mon, 27 Feb 2023 09:04:43 +0000 (UTC) Received: from [10.45.242.42] (unknown [10.45.242.42]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 051FB2026D68; Mon, 27 Feb 2023 09:04:42 +0000 (UTC) Message-ID: <8c3c14b4-c08a-00c4-4199-e090ef0b8c3e@redhat.com> Date: Mon, 27 Feb 2023 10:04:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD To: Nicolas Chautru , dev@dpdk.org Cc: hernan.vargas@intel.com References: <20230224182019.83342-1-nicolas.chautru@intel.com> <20230224182019.83342-2-nicolas.chautru@intel.com> From: Maxime Coquelin In-Reply-To: <20230224182019.83342-2-nicolas.chautru@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 2/24/23 19:20, Nicolas Chautru wrote: > Cosmetic change to refer explictly to the full name of the PMD > Intel vRAN Boost v1. > VRB1 acronym is only used as a prefix within the code. > > Signed-off-by: Nicolas Chautru > --- > doc/guides/bbdevs/vrb1.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/guides/bbdevs/vrb1.rst b/doc/guides/bbdevs/vrb1.rst > index f5a9dff804..9c48d30964 100644 > --- a/doc/guides/bbdevs/vrb1.rst > +++ b/doc/guides/bbdevs/vrb1.rst > @@ -104,7 +104,7 @@ Initialization > -------------- > > When the device first powers up, its PCI Physical Functions (PF) > -can be listed through these commands for VRB1: > +can be listed through these commands for Intel vRAN Boost v1: > > .. code-block:: console > > @@ -123,7 +123,7 @@ Install the DPDK igb_uio driver, bind it with the PF PCI device ID and use > ``lspci`` to confirm the PF device is under use by ``igb_uio`` DPDK UIO driver. > > The igb_uio driver may be bound to the PF PCI device using one of two methods > -for VRB1: > +for Intel vRAN Boost v1: > > #. PCI functions (physical or virtual, depending on the use case) can be bound > to the UIO driver by repeating this command for every function. > @@ -252,7 +252,7 @@ from the VF and not only limited to the PF as captured above. > > See for more details: https://github.com/intel/pf-bb-config > > -Specifically for the bbdev VRB1 PMD, the command below can be used > +Specifically for the bbdev Intel vRAN Boost v1 PMD, the command below can be used > (note that ACC200 was used previously to refer to VRB1): > > .. code-block:: console Reviewed-by: Maxime Coquelin Thanks, Maxime