> -----Original Message----- > From: [email protected] [mailto:ovs-dev- > [email protected]] On Behalf Of Kevin Traynor > Sent: Tuesday, March 6, 2018 12:07 PM > To: [email protected] > Cc: Maxime Coquelin <[email protected]> > Subject: [ovs-dev] [PATCH] Documentation: Add note about dpdkvhostuser and > IOMMU. > > The docs describe IOMMU support for dpdkvhostuserclient ports, but it is > not mentioned in the section about dpdkvhostuser ports. Add an explicit > note to say IOMMU is not supported for dpdkvhostuser ports. > > CC: Maxime Coquelin <[email protected]> > Signed-off-by: Kevin Traynor <[email protected]> > --- > > This patch is relevant for master and branch-2.9. > > Documentation/topics/dpdk/vhost-user.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/topics/dpdk/vhost-user.rst > b/Documentation/topics/dpdk/vhost-user.rst > index 95517a6..8f20398 100644 > --- a/Documentation/topics/dpdk/vhost-user.rst > +++ b/Documentation/topics/dpdk/vhost-user.rst > @@ -106,4 +106,7 @@ the guest. There are two ways to do this: using QEMU > directly, or using libvirt. > > +.. note:: > + IOMMU is not supported with vhost-user ports. > +
LGTM. Acked-by: Ian Stokes <[email protected]> I'll put this as part of the pull request this week. Thanks Ian > Adding vhost-user ports to the guest (QEMU) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -- > 1.8.3.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
