update release note doc. update MAINTAINERS file. Signed-off-by: Zhiyong Yang <zhiyong.y...@intel.com> --- MAINTAINERS | 6 ++++++ doc/guides/rel_notes/release_18_02.rst | 6 ++++++ 2 files changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index f0baeb423..7db0cfa35 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -525,6 +525,12 @@ T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ F: doc/guides/nics/features/vhost.ini +Vhostpci PMD +M: Zhiyong Yang <zhiyong.y...@intel.com> +F: drivers/net/vhostpci/ +F: doc/guides/nics/vhostpci.rst +F: doc/guides/nics/features/vhostpci.ini + Virtio PMD M: Yuanhan Liu <y...@fridaylinux.org> M: Maxime Coquelin <maxime.coque...@redhat.com> diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 24b67bb8b..b9f251db4 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -41,6 +41,11 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Added vhostpci PMD.** + + Added a new ``vhostpci PMD`` to drive ``vhostpci device``, which is a new + virtio pci device. Vhostpci PMD works in pair with virtio-net PMD to achieve + point-to-point communication between VMs. API Changes ----------- @@ -154,6 +159,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_pmd_ring.so.2 librte_pmd_softnic.so.1 librte_pmd_vhost.so.2 + librte_pmd_vhostpci.so.1 librte_port.so.3 librte_power.so.1 librte_reorder.so.1 -- 2.13.3