From 4fe86795162e8deb5762d423c150e4fc0a008006 Mon Sep 17 00:00:00 2001 From: Zerun Fu Date: Thu, 16 Mar 2023 02:46:38 -0400 Subject: [PATCH] Add instructions for 'VIRTIOFWD_VFIO_VF_TOKEN' Update the user manual. Add 'VIRTIOFWD_VFIO_VF_TOKEN' instructions to README. Signed-off-by: Zerun Fu Signed-off-by: Louis Peens --- doc/README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/README.rst b/doc/README.rst index 7e5584a..6f3465c 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -270,6 +270,17 @@ following table lists a subset of the available options and their use: | sock files created by server mode virtio device. - true or false - true + * - | VIRTIOFWD_VFIO_VF_TOKEN + | The token will be used for all PF and VF ports within the application. + | This token is used in conjunction with the DPDK RTE_FLOW offload + | function. When using RTE_FLOW, ensure that the token is consistent + | with applications such as OVS. There are three modes that can be used: + | NULL represents a non-DPDK RTE_FLOW mode. + | 0 represents the default token value is used. + | The last mode is any token in the format of the UUID, just like: + | 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' + - None or 0 or UUID code + - None Adding VF Ports to Virtio-forwarder ===================================