Re: [dpdk-dev] [PATCH v3 1/4] doc: move VFIO driver to be first

2020-11-23 Thread Ferruh Yigit
On 11/19/2020 11:32 AM, Anatoly Burakov wrote: Currently, the Linux GSG mentions UIO drivers first. This is not ideal as for the longest time, the recommended way to use DPDK with hardware devices has been to use VFIO driver. This commit simply moves UIO section after VFIO, with minor edits. Si

[dpdk-dev] [PATCH v3 1/4] doc: move VFIO driver to be first

2020-11-19 Thread Anatoly Burakov
Currently, the Linux GSG mentions UIO drivers first. This is not ideal as for the longest time, the recommended way to use DPDK with hardware devices has been to use VFIO driver. This commit simply moves UIO section after VFIO, with minor edits. Signed-off-by: Anatoly Burakov --- doc/guides/lin