From e32be8e6302556ce90225324783abb2002c1b720 Mon Sep 17 00:00:00 2001 From: Ivan Malov Date: Fri, 4 Jun 2021 13:22:48 +0300 Subject: [PATCH] doc: add transfer rules VXLAN actions in sfc guide Actions VXLAN_DECAP and VXLAN_ENCAP need to be listed among actions supported for transfer flows. Fixes: 6ab6c40d1e83 ("net/sfc: support action VXLAN decap in transfer rules") Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") Cc: stable@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- doc/guides/nics/sfc_efx.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst index cf1269cc03..df16fff32e 100644 --- a/doc/guides/nics/sfc_efx.rst +++ b/doc/guides/nics/sfc_efx.rst @@ -228,6 +228,10 @@ Supported actions (***transfer*** rules): - OF_VLAN_SET_PCP +- VXLAN_DECAP + +- VXLAN_ENCAP + - FLAG - MARK -- 2.20.1