Re: [dpdk-dev] [RFC 0/3] Add mdev (Mediated device) support in DPDK

2023-07-03 Thread Stephen Hemminger
On Wed, 10 Apr 2019 12:02:28 +0200 Francois Ozog wrote: > Hi all, > > I presented an approach in Fosdem > (https://archive.fosdem.org/2018/schedule/event/netmdev/) and feel > happy someone is picking up. After reading through this old patch set, it looks like there are a number of loose ends. I

Re: [dpdk-dev] [RFC 0/3] Add mdev (Mediated device) support in DPDK

2019-04-10 Thread Francois Ozog
Hi all, I presented an approach in Fosdem (https://archive.fosdem.org/2018/schedule/event/netmdev/) and feel happy someone is picking up. If we step back a little, the mdev concept is to allow userland to be given a direct control over the hardware data path on a device still controlled by the ke

Re: [dpdk-dev] [RFC 0/3] Add mdev (Mediated device) support in DPDK

2019-04-08 Thread Tiwei Bie
On Mon, Apr 08, 2019 at 09:44:07AM +0100, Alejandro Lucero wrote: > On Wed, Apr 3, 2019 at 8:19 AM Tiwei Bie wrote: > > Hi everyone, > > > > This is a draft implementation of the mdev (Mediated device [1]) > > bus support in DPDK. Mdev is a way to virtualize devices in Linux > > kernel. Based on t

Re: [dpdk-dev] [RFC 0/3] Add mdev (Mediated device) support in DPDK

2019-04-08 Thread Alejandro Lucero
On Wed, Apr 3, 2019 at 8:19 AM Tiwei Bie wrote: > Hi everyone, > > This is a draft implementation of the mdev (Mediated device [1]) > bus support in DPDK. Mdev is a way to virtualize devices in Linux > kernel. Based on the device-api (mdev_type/device_api), there could > be different types of mde