Re: [PATCH v2 4/7] vdpa/mlx5: reuse resources in reconfiguration

2022-04-20 Thread Maxime Coquelin
On 2/24/22 16:50, Xueming Li wrote: To speed up device resume, create reuseable resources during device probe state, release when device remove. Reused resources includes TIS, "when device is removed" TD, VAR Doorbell mmap, error handling event channel and interrupt handler, UAR, Rx event

[PATCH v2 4/7] vdpa/mlx5: reuse resources in reconfiguration

2022-02-24 Thread Xueming Li
To speed up device resume, create reuseable resources during device probe state, release when device remove. Reused resources includes TIS, TD, VAR Doorbell mmap, error handling event channel and interrupt handler, UAR, Rx event channel, NULL MR, steer domain and table. Signed-off-by: Xueming Li