Re: [dpdk-dev] [PATCH v3 0/8] Introduce emudev library and iavf emudev driver

2024-02-12 Thread Stephen Hemminger
On Thu, 14 Jan 2021 14:25:04 +0800 Chenbo Xia wrote: > This series introduces a new device abstraction called emudev for emulated > devices. A new library (librte_emudev) is implemented. The first emudev > driver is also introduced, which emulates Intel Adaptive Virtual Function > (iavf) as a sof

[dpdk-dev] [PATCH v3 0/8] Introduce emudev library and iavf emudev driver

2021-01-13 Thread Chenbo Xia
This series introduces a new device abstraction called emudev for emulated devices. A new library (librte_emudev) is implemented. The first emudev driver is also introduced, which emulates Intel Adaptive Virtual Function (iavf) as a software network device. This series has a dependency on librte_v