Re: [dpdk-dev] [PATCH v14 2/2] eal: support for VFIO-PCI VF token

2020-05-28 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Friday, May 29, 2020 09:26 > To: Wang, Haiyue > Cc: dev@dpdk.org; Burakov, Anatoly ; > tho...@monjalon.net; > jer...@marvell.com; david.march...@redhat.com; arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PAT

Re: [dpdk-dev] [PATCH v14 2/2] eal: support for VFIO-PCI VF token

2020-05-28 Thread Ye Xiaolong
On 05/28, Haiyue Wang wrote: >The kernel module vfio-pci introduces the VF token to enable SR-IOV >support since 5.7. > >The VF token can be set by a vfio-pci based PF driver and must be known >by the vfio-pci based VF driver in order to gain access to the device. > >Signed-off-by: Haiyue Wang >Ac

[dpdk-dev] [PATCH v14 2/2] eal: support for VFIO-PCI VF token

2020-05-27 Thread Haiyue Wang
The kernel module vfio-pci introduces the VF token to enable SR-IOV support since 5.7. The VF token can be set by a vfio-pci based PF driver and must be known by the vfio-pci based VF driver in order to gain access to the device. Signed-off-by: Haiyue Wang Acked-by: Anatoly Burakov Acked-by: An