On 1/21/2020 4:14 PM, Ferruh Yigit wrote:
> On 1/21/2020 2:12 AM, Yunjian Wang wrote:
>> The return check of function tap_lsc_intr_handle_set() is wrong, it should
>> be 0 or a positive number if success. So the intr_handle->intr_vec was not
>> been freed when tap_lsc_intr_handle_set() returned a positive number.
>>
>> Fixes: 4870a8cdd968 ("net/tap: support Rx interrupt")
>> Cc: [email protected]
>>
>> Signed-off-by: Yunjian Wang <[email protected]>
>> ---
>> v2:
>> * Modify according to Ferruh's suggestions
>
> Acked-by: Ferruh Yigit <[email protected]>
>
Applied to dpdk-next-net/master, thanks.