RE: [PATCH 07/10] vdpa/nfp: setup the VF configure

2024-06-13 Thread Chaoyong He
> On 4/26/24 09:48, Chaoyong He wrote: > > From: Xinying Yu > > > > Create the relay vring on host and then set the address of Rx used > > ring to the VF config bar. So the device can DMA the used ring > > information to host rather than directly to VM. > > > > Use 'NFP_NET_CFG_CTRL_LM_RELAY' noti

Re: [PATCH 07/10] vdpa/nfp: setup the VF configure

2024-06-13 Thread Maxime Coquelin
On 4/26/24 09:48, Chaoyong He wrote: From: Xinying Yu Create the relay vring on host and then set the address of Rx used ring to the VF config bar. So the device can DMA the used ring information to host rather than directly to VM. Use 'NFP_NET_CFG_CTRL_LM_RELAY' notify the device side. And