The Solarflare PMD has been updated to let the user attach to the X4 VFs (created by the PF that is attached either to the DPDK application or to the Solarflare Linux net driver).
Signed-off-by: Ivan Malov <[email protected]> Reviewed-by: Viacheslav Galaktionov <[email protected]> --- doc/guides/nics/sfc_efx.rst | 2 ++ doc/guides/rel_notes/release_26_11.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst index ae5ef25715..bdb946a703 100644 --- a/doc/guides/nics/sfc_efx.rst +++ b/doc/guides/nics/sfc_efx.rst @@ -113,6 +113,8 @@ SFC EFX PMD has support for: - SR-IOV PF +- SR-IOV VF + - Port representors (see :ref: switch_representation) - VLAN stripping (if running firmware variant supports it) diff --git a/doc/guides/rel_notes/release_26_11.rst b/doc/guides/rel_notes/release_26_11.rst index c8cc86295d..a4a8a67d8c 100644 --- a/doc/guides/rel_notes/release_26_11.rst +++ b/doc/guides/rel_notes/release_26_11.rst @@ -55,6 +55,10 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Solarflare network driver.** + + * Added VF support on AMD Solarflare X45xx adapters. + Removed Items ------------- -- 2.47.3

