Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-21 Thread Wang, Haiyue
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 21, 2020 16:48 > To: David Marchand ; Wang, Haiyue > > Cc: Neil Horman ; dev ; Burakov, Anatoly > ; Vamsi Attunuru ; Jerin > Jacob Kollanukkaran > ; Yigit, Ferruh ; Richardson, > Bruce > ; Kinsella, Ray > Subject: Re:

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-21 Thread Thomas Monjalon
21/04/2020 04:52, Wang, Haiyue: > From: Thomas Monjalon > > 21/04/2020 03:38, Wang, Haiyue: > > > From: Thomas Monjalon > > > > 20/04/2020 19:37, Wang, Haiyue: > > > > > From: Thomas Monjalon > > > > > > 20/04/2020 19:02, Wang, Haiyue: > > > > > > > From: David Marchand > > > > > > > > I had a

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Wang, Haiyue
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 21, 2020 10:13 > To: David Marchand ; Wang, Haiyue > > Cc: Neil Horman ; dev ; Burakov, Anatoly > ; Vamsi Attunuru ; Jerin > Jacob Kollanukkaran > ; Yigit, Ferruh ; Richardson, > Bruce > ; Kinsella, Ray > Subject: Re:

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Thomas Monjalon
21/04/2020 03:38, Wang, Haiyue: > From: Thomas Monjalon > > 20/04/2020 19:37, Wang, Haiyue: > > > From: Thomas Monjalon > > > > 20/04/2020 19:02, Wang, Haiyue: > > > > > From: David Marchand > > > > > > I had a look at the CI, I can see we are still missing bits to > > > > > > handle > > > > >

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Wang, Haiyue
Hi Thomas & David, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 21, 2020 01:43 > To: Wang, Haiyue > Cc: Neil Horman ; David Marchand > ; dev > ; Burakov, Anatoly ; Vamsi Attunuru > ; > Jerin Jacob Kollanukkaran ; Alex Williamson > > Subject: Re: [PATCH v8 0/2]

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Thomas Monjalon
20/04/2020 19:37, Wang, Haiyue: > From: Thomas Monjalon > > 20/04/2020 19:02, Wang, Haiyue: > > > From: David Marchand > > > > I had a look at the CI, I can see we are still missing bits to handle > > > > the ABI failure on rte_vfio_setup_device. > > > > > > Yes, not handle it now. > > > > > > If

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Wang, Haiyue
+Neil, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 21, 2020 01:13 > To: Wang, Haiyue > Cc: David Marchand ; dev ; Burakov, > Anatoly > ; Vamsi Attunuru ; Jerin > Jacob Kollanukkaran > ; Alex Williamson > Subject: Re: [PATCH v8 0/2] support for VFIO-PCI VF token

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Thomas Monjalon
20/04/2020 19:02, Wang, Haiyue: > From: David Marchand > > > > Hello, > > > > On Sat, Apr 18, 2020 at 7:36 PM Haiyue Wang wrote: > > > > > > v8: Update the document. > > > > Thanks for the last version. > > I had a look at the CI, I can see we are still missing bits to handle > > the ABI failu

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread Wang, Haiyue
> -Original Message- > From: David Marchand > Sent: Tuesday, April 21, 2020 00:53 > To: Wang, Haiyue > Cc: dev ; Burakov, Anatoly ; Thomas > Monjalon > ; Vamsi Attunuru ; Jerin Jacob > Kollanukkaran > ; Alex Williamson > Subject: Re: [PATCH v8 0/2] support for VFIO-PCI VF token interfa

Re: [dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-20 Thread David Marchand
Hello, On Sat, Apr 18, 2020 at 7:36 PM Haiyue Wang wrote: > > v8: Update the document. Thanks for the last version. I had a look at the CI, I can see we are still missing bits to handle the ABI failure on rte_vfio_setup_device. -- David Marchand

[dpdk-dev] [PATCH v8 0/2] support for VFIO-PCI VF token interface

2020-04-18 Thread Haiyue Wang
v8: Update the document. v7: Add the Fixes tag in uuid, the release note and help document. https://patchwork.dpdk.org/cover/68845/ v6: Drop the Fixes tag in uuid, since the file has been moved to another place, not suitable to apply on stable. And this is not a bug, just some kin