update to Intel baseband drivers

Message ID 20240319185143.969925-1-nicolas.chautru@intel.com (mailing list archive)
State Accepted
Headers
Series update to Intel baseband drivers |

Commit Message

Chautru, Nicolas March 19, 2024, 6:51 p.m. UTC
  The support for vrb1 and vrb2 is already in DPDK 23.11.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
---
 content/supported/baseband/intel.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon March 20, 2024, 12:06 p.m. UTC | #1
19/03/2024 19:51, Nicolas Chautru:
> The support for vrb1 and vrb2 is already in DPDK 23.11.
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> ---
> -description = "fpga_lte_fec, fpga_5gnr_fec, acc100, acc200"
> +description = "fpga_lte_fec, fpga_5gnr_fec, acc100, vrb1, vrb2"
>  hidden = true
>  +++
>  
>  - [fpga_lte_fec](//doc.dpdk.org/guides/bbdevs/fpga_lte_fec.html) (Vista Creek 4G)
>  - [fpga_5gnr_fec](//doc.dpdk.org/guides/bbdevs/fpga_5gnr_fec.html) (Vista Creek 5G)
>  - [acc100](//doc.dpdk.org/guides/bbdevs/acc100.html) (Mount Bryce)
> -- [acc200](//doc.dpdk.org/guides/bbdevs/acc200.html) (SPR-EE with vRAN Boost)
> +- [vrb1](//doc.dpdk.org/guides/bbdevs/vrb1.html) (SPR-EE with vRAN Boost v1)
> +- [vrb2](//doc.dpdk.org/guides/bbdevs/vrb2.html) (GNR-D with vRAN Boost v2)


In order to provide more details, I'll change the commit description:

    add Intel vrb2 to supported baseband accelerators
    
    The driver acc200 was renamed to vrb1 in DPDK 23.03.
    The support for vrb2 was added in DPDK 23.11.

Applied
  

Patch

diff --git a/content/supported/baseband/intel.md b/content/supported/baseband/intel.md
index faaf1d2..5384d09 100644
--- a/content/supported/baseband/intel.md
+++ b/content/supported/baseband/intel.md
@@ -1,10 +1,11 @@ 
 +++
 title = "Intel"
-description = "fpga_lte_fec, fpga_5gnr_fec, acc100, acc200"
+description = "fpga_lte_fec, fpga_5gnr_fec, acc100, vrb1, vrb2"
 hidden = true
 +++
 
 - [fpga_lte_fec](//doc.dpdk.org/guides/bbdevs/fpga_lte_fec.html) (Vista Creek 4G)
 - [fpga_5gnr_fec](//doc.dpdk.org/guides/bbdevs/fpga_5gnr_fec.html) (Vista Creek 5G)
 - [acc100](//doc.dpdk.org/guides/bbdevs/acc100.html) (Mount Bryce)
-- [acc200](//doc.dpdk.org/guides/bbdevs/acc200.html) (SPR-EE with vRAN Boost)
+- [vrb1](//doc.dpdk.org/guides/bbdevs/vrb1.html) (SPR-EE with vRAN Boost v1)
+- [vrb2](//doc.dpdk.org/guides/bbdevs/vrb2.html) (GNR-D with vRAN Boost v2)