From 8a8dc9b815a73433a7cfdc6e72d8106544c686aa Mon Sep 17 00:00:00 2001 From: Tomasz Duszynski Date: Tue, 2 Nov 2021 19:41:34 +0100 Subject: [PATCH] doc: add BPHY to list of cnxk platform blocks Add BPHY to the list of platform hardware accelerator blocks. Fixes: 3d27e49e0722 ("raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver") Cc: stable@dpdk.org Signed-off-by: Tomasz Duszynski Acked-by: Jerin Jacob --- doc/guides/platform/cnxk.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst index d7adf43165..845ae46064 100644 --- a/doc/guides/platform/cnxk.rst +++ b/doc/guides/platform/cnxk.rst @@ -68,6 +68,8 @@ DPDK subsystem. +---+-----+--------------------------------------------------------------+ | 10| REE | rte_regexdev | +---+-----+--------------------------------------------------------------+ + | 11| BPHY| rte_rawdev | + +---+-----+--------------------------------------------------------------+ PF0 is called the administrative / admin function (AF) and has exclusive privileges to provision RVU functional block's LFs to each of the PF/VF. -- 2.20.1