From: Andrew Rybchenko Date: Tue, 20 Oct 2020 09:13:42 +0000 (+0100) Subject: doc: advertise flow API transfer rules support in sfc X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bfea115b9ff80dbc4c6bff322870a3783fdf5c58;p=dpdk.git doc: advertise flow API transfer rules support in sfc Transfer rules support matching on various inner and outer packet headers, traffic source items like PORT_ID, PHY_PORT, PF and VF and actions to route traffic to destination (PORT_ID, PHY_PORT, PF, VF or DROP), MARK, FLAG and apply VLAN push/pop transformations. Signed-off-by: Andrew Rybchenko --- diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 462a8caa22..1eb611c644 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -188,7 +188,8 @@ New Features Updated the Solarflare ``sfc_efx`` driver with changes including: * Added SR-IOV PF support - * Added Alveo SN1000 SmartNICs (EF100 architecture) support + * Added Alveo SN1000 SmartNICs (EF100 architecture) support including + flow API transfer rules for switch HW offload * **Updated Virtio driver.**