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

2021-01-13 Thread Xia, Chenbo
echbo...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/8] Introduce emudev library and iavf > emudev driver > > 19/12/2020 07:27, Chenbo Xia: > > This series introduces a new device abstraction called emudev for emulated > > devices. A new library (librte_emudev)

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

2021-01-13 Thread Thomas Monjalon
19/12/2020 07:27, 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. >