]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/tap.rst
net/ena: remove support of legacy LLQ
[dpdk.git] / doc / guides / nics / tap.rst
index dca64c98d4e6661c2a968fe895e3d677bc98a8c2..27148681c8db2975e9e4af42f2959f1cf7732337 100644 (file)
@@ -258,6 +258,11 @@ Please refer to ``iproute2`` package file ``lib/bpf.c`` function
 An example utility for eBPF instruction generation in the format of C arrays will
 be added in next releases
 
+TAP reports on supported RSS functions as part of dev_infos_get callback:
+``ETH_RSS_IP``, ``ETH_RSS_UDP`` and ``ETH_RSS_TCP``.
+**Known limitation:** TAP supports all of the above hash functions together
+and not in partial combinations.
+
 Systems supporting flow API
 ---------------------------