[dpdk-dev] [PATCH v3 8/8] doc: update release notes for iavf emudev driver
From: Chenbo Xia <hidden>
Date: 2021-01-14 06:31:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Chenbo Xia <hidden>
Date: 2021-01-14 06:31:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
Update release notes for emulated iavf driver. Signed-off-by: Chenbo Xia <redacted> --- doc/guides/rel_notes/release_21_02.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index 9686930de3..90030079a5 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst@@ -67,7 +67,7 @@ New Features See :doc:`../prog_guide/vfio_user_lib` for more information. -* **Added emudev Library.** +* **Added emudev Library and first emudev driver.** Added an experimental library ``librte_emudev`` to provide device abstraction for an emulated device.
@@ -77,6 +77,10 @@ New Features crypto and etc.). It can be attached to another data path driver (e.g, ethdev driver) to leverage the high performance of DPDK data path driver. + The first emudev driver is also introduced, which emulates software iavf + devices. This driver emulates all iavf device behavior except data path + handling. + See :doc:`../prog_guide/emudev` for more information. Removed Items
--
2.17.1