DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/1] doc: PMD update
@ 2023-02-24 18:20 Nicolas Chautru
  2023-02-24 18:20 ` [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD Nicolas Chautru
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Chautru @ 2023-02-24 18:20 UTC (permalink / raw)
  To: dev, maxime.coquelin; +Cc: hernan.vargas, Nicolas Chautru

Hi Maxime, 
Just one small change to documentation. I should not have used acronym
in a few places.
Thanks
Nic

Nicolas Chautru (1):
  doc: update to Intel vRAN Boost PMD

 doc/guides/bbdevs/vrb1.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD
  2023-02-24 18:20 [PATCH v1 0/1] doc: PMD update Nicolas Chautru
@ 2023-02-24 18:20 ` Nicolas Chautru
  2023-02-27  9:04   ` Maxime Coquelin
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Chautru @ 2023-02-24 18:20 UTC (permalink / raw)
  To: dev, maxime.coquelin; +Cc: hernan.vargas, Nicolas Chautru

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 <nicolas.chautru@intel.com>
---
 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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD
  2023-02-24 18:20 ` [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD Nicolas Chautru
@ 2023-02-27  9:04   ` Maxime Coquelin
  2023-03-06 13:21     ` Maxime Coquelin
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2023-02-27  9:04 UTC (permalink / raw)
  To: Nicolas Chautru, dev; +Cc: hernan.vargas



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 <nicolas.chautru@intel.com>
> ---
>   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 <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD
  2023-02-27  9:04   ` Maxime Coquelin
@ 2023-03-06 13:21     ` Maxime Coquelin
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2023-03-06 13:21 UTC (permalink / raw)
  To: Nicolas Chautru, dev; +Cc: hernan.vargas



On 2/27/23 10:04, Maxime Coquelin wrote:
> 
> 
> On 2/24/23 19:20, Nicolas Chautru wrote:
>> Cosmetic change to refer explictly to the full name of the PMD

Fixed explictly -> explicitly

>> Intel vRAN Boost v1.
>> VRB1 acronym is only used as a prefix within the code.
>>
>> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
>> ---
>>   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 <maxime.coquelin@redhat.com>
> 
> Thanks,
> Maxime


Applied to dpdk-next-baseband/for-main.

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-06 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 18:20 [PATCH v1 0/1] doc: PMD update Nicolas Chautru
2023-02-24 18:20 ` [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD Nicolas Chautru
2023-02-27  9:04   ` Maxime Coquelin
2023-03-06 13:21     ` Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).