[dpdk-dev] [PATCH] vhost: flush IOTLB cache on new mem table handling

Maxime Coquelin maxime.coquelin at redhat.com
Thu Aug 2 19:11:09 CEST 2018



On 08/02/2018 07:09 PM, Stephen Hemminger wrote:
> On Thu,  2 Aug 2018 18:37:27 +0200
> Maxime Coquelin <maxime.coquelin at redhat.com> wrote:
> 
>>   
>> +void
>> +vhost_user_iotlb_flush_all(struct vhost_virtqueue *vq)
>> +{
>> +		vhost_user_iotlb_cache_remove_all(vq);
>> +		vhost_user_iotlb_pending_remove_all(vq);
>> +}
>> +
> 
> Wrong indentation, you don't want two tabs here, only one.
> 

Right, thanks for pointing it out.
I had sent the wrong version anyway, v2 is on its way.

Thanks,
Maxime


More information about the dev mailing list