Re: [PATCH 06/10] vdpa/nfp: add the interrupt logic of vring relay

2024-06-13 Thread Maxime Coquelin
On 4/26/24 09:48, Chaoyong He wrote: From: Xinying Yu Add the interrupt setup logic of vring relay. The epoll fd is provided here so host can get the interrupt from device on Rx direction, all other operations on vring relay are based on this. Signed-off-by: Xinying Yu Reviewed-by: Chaoyo

[PATCH 06/10] vdpa/nfp: add the interrupt logic of vring relay

2024-04-26 Thread Chaoyong He
From: Xinying Yu Add the interrupt setup logic of vring relay. The epoll fd is provided here so host can get the interrupt from device on Rx direction, all other operations on vring relay are based on this. Signed-off-by: Xinying Yu Reviewed-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: