From: Beilei Xing Date: Tue, 19 Jan 2021 07:01:52 +0000 (+0800) Subject: doc: add known issue with RSS in ixgbe guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9baf3ecf5237c38dd82c04711aca963a5eebaf69;p=dpdk.git doc: add known issue with RSS in ixgbe guide Currently, IXGBE doesn't support RSS when double VLAN is enabled due to FW limitation. Signed-off-by: Beilei Xing Acked-by: Haiyue Wang --- diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index c801dbae81..696cbd93ba 100644 --- a/doc/guides/nics/ixgbe.rst +++ b/doc/guides/nics/ixgbe.rst @@ -252,6 +252,11 @@ Before binding ``vfio`` with legacy mode in X550 NICs, use ``modprobe vfio `` ``nointxmask=1`` to load ``vfio`` module if the intx is not shared with other devices. +RSS isn't supported when QinQ is enabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Due to FW limitation, IXGBE doesn't support RSS when QinQ is enabled currently. + Inline crypto processing support --------------------------------