From ac89ba8a39355a4a761508870ea0e08212ef7aee Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 21 Oct 2019 08:49:59 +0000 Subject: Introduce pre-initialize driver layer + This will help unify driver base differences between TCs. + Decrease amount of logic needed for suite generator. Signed-off-by: Peter Mikus Change-Id: I1e84ba361dc1e829f0612c58a61096e2633ce0c5 --- docs/tag_documentation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/tag_documentation.rst') diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index e9bfc6945c..61b97d30b3 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -605,6 +605,16 @@ Interface Tags devices. In essence, today this driver can be used only with Intel XL710 / X710 / XXV710 adapters. +.. topic:: DRV_VFIO_PCI + + All test cases which uses vfio-pci device driver. It supports variety of NIC + adapters. + +.. topic:: DRV_RDMA_CORE + + All test cases which uses rdma-core device driver. It supports Mellanox + NIC adapters. + Feature Tags ------------ -- cgit 1.2.3-korg