Re: [PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable

2020-12-16 Thread Jason Wang
On 2020/12/15 下午10:42, Stefano Garzarella wrote: Some devices may require a higher limit for the number of IOTLB entries, so let's make it configurable through a module parameter. By default, it's initialized with the current limit (2048). Suggested-by: Jason Wang Signed-off-by: Stefano Garz

[PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable

2020-12-15 Thread Stefano Garzarella
Some devices may require a higher limit for the number of IOTLB entries, so let's make it configurable through a module parameter. By default, it's initialized with the current limit (2048). Suggested-by: Jason Wang Signed-off-by: Stefano Garzarella --- drivers/vdpa/vdpa_sim/vdpa_sim.c | 7 +++