9559ea4b032a3a4f9f4e73afe5782c30c41517d3
[dpdk.git] / doc / guides / rawdevs / ntb.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright(c) 2018 Intel Corporation.
3
4 NTB Rawdev Driver
5 =================
6
7 The ``ntb`` rawdev driver provides a non-transparent bridge between two
8 separate hosts so that they can communicate with each other. Thus, many
9 user cases can benefit from this, such as fault tolerance and visual
10 acceleration.
11
12 Build Options
13 -------------
14
15 - ``CONFIG_RTE_LIBRTE_PMD_NTB_RAWDEV`` (default ``y``)
16
17    Toggle compilation of the ``ntb`` driver.
18
19 Limitation
20 ----------
21
22 - The FIFO hasn't been introduced and will come in 19.11 release.