[PATCH] net/vmxnet3: fix use of interrupts on FreeBSD

Ferruh Yigit ferruh.yigit at amd.com
Thu Jan 11 13:03:06 CET 2024


On 1/9/2024 4:00 PM, Lewis Donzis wrote:
> 
> 
> ----- On Jan 9, 2024, at 8:23 AM, Bruce Richardson bruce.richardson at intel.com wrote:
> 
>> DPDK does not support interrupts on FreeBSD, so the vmxnet3 driver
>> returns error when enabling interrupts as it initializes. We can fix
>> this by #ifdef'ing out the interrupt calls when building for FreeBSD,
>> allowing the driver to initialize correctly.
>>
>> Fixes: 046f11619567 ("net/vmxnet3: support MSI-X interrupt")
>>
>> Reported-by: Lewis Donzis <lew at perftech.com>
>> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
>> >
> Tested-by: Lewis Donzis <lew at perftech.com>
>

Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list