DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC PATCH 0/2] Using virtio ethdev ports as non-root
@ 2019-09-06  9:58 David Marchand
  2019-09-06  9:58 ` [dpdk-dev] [RFC PATCH 1/2] bus/pci: check IO permissions for UIO only David Marchand
  2019-09-06  9:58 ` [dpdk-dev] [RFC PATCH 2/2] net/virtio: do not require IO permissions David Marchand
  0 siblings, 2 replies; 3+ messages in thread
From: David Marchand @ 2019-09-06  9:58 UTC (permalink / raw)
  To: dev

I managed to run testpmd as non-root with virtio ports after quite some
tries.

Sending a first RFC with the (not so big) changes that are required on
the DPDK side.

I will come with a little howto for the non-RFC series for people
interested in this, since I had to align quite some stars to make it
work.

-- 
David Marchand

David Marchand (2):
  bus/pci: check IO permissions for UIO only
  net/virtio: do not require IO permissions

 drivers/bus/pci/bsd/pci.c          |  5 +++++
 drivers/bus/pci/linux/pci.c        | 10 ++++++++++
 drivers/net/virtio/virtio_ethdev.c |  8 ++------
 3 files changed, 17 insertions(+), 6 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-06  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  9:58 [dpdk-dev] [RFC PATCH 0/2] Using virtio ethdev ports as non-root David Marchand
2019-09-06  9:58 ` [dpdk-dev] [RFC PATCH 1/2] bus/pci: check IO permissions for UIO only David Marchand
2019-09-06  9:58 ` [dpdk-dev] [RFC PATCH 2/2] net/virtio: do not require IO permissions David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).