From 1adc5f2be9bc19f60648f38f855570728edd5834 Mon Sep 17 00:00:00 2001 From: Rasesh Mody Date: Sat, 27 Jan 2018 13:15:32 -0800 Subject: [PATCH] doc: update qede guide Signed-off-by: Rasesh Mody --- doc/guides/nics/qede.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst index 43b0f3fbd7..0ca5084c2f 100644 --- a/doc/guides/nics/qede.rst +++ b/doc/guides/nics/qede.rst @@ -35,14 +35,20 @@ Supported Features - N-tuple filter and flow director (limited support) - NPAR (NIC Partitioning) - SR-IOV VF -- VXLAN tunneling offload -- MPLSoUDP Tx tunnel offload +- VXLAN Tunneling offload +- GENEVE Tunneling offload +- MPLSoUDP Tx Tunneling offload Non-supported Features ---------------------- - SR-IOV PF -- GENEVE and NVGRE Tunneling offloads +- GRE and NVGRE Tunneling offloads + +Co-existence considerations +--------------------------- +- QLogic FastLinQ QL4xxxx CNAs can have both NIC and Storage personalities. However, coexistence with storage protocol drivers (qedi and qedf) is not supported on the same adapter. So storage personality has to be disabled on that adapter when used in DPDK applications. +- For SR-IOV case, qede PMD will be used to bind to SR-IOV VF device and Linux native kernel driver (qede) will be attached to SR-IOV PF. Supported QLogic Adapters ------------------------- @@ -95,10 +101,6 @@ enabling debugging options may affect system performance. Toggle display of receive fast path run-time messages. -- ``CONFIG_RTE_LIBRTE_QEDE_VF_TX_SWITCH`` (default **"y"**) - - A knob to control per-VF Tx switching feature. - - ``CONFIG_RTE_LIBRTE_QEDE_FW`` (default **""**) Gives absolute path of firmware file. -- 2.20.1