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

2024-01-24 Thread Lewis Donzis
- On Jan 24, 2024, at 7:58 AM, Ferruh Yigit ferruh.yi...@amd.com wrote: > On 1/24/2024 12:34 PM, Lewis Donzis wrote: > >> - On Jan 11, 2024, at 6:03 AM, Ferruh Yigit ferruh.yi...@amd.com wrote: >> >>> On 1/9/2024 4:00 PM, Lewis Donzis wrote: - On Jan 9, 2024, at 8:2

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

2024-01-24 Thread Ferruh Yigit
On 1/24/2024 12:34 PM, Lewis Donzis wrote: > - On Jan 11, 2024, at 6:03 AM, Ferruh Yigit ferruh.yi...@amd.com wrote: > >> On 1/9/2024 4:00 PM, Lewis Donzis wrote: >>> >>> >>> - On Jan 9, 2024, at 8:23 AM, Bruce Richardson >>> bruce.richard...@intel.com >>> wrote: >>> DPDK does not s

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

2024-01-24 Thread Lewis Donzis
Did this get checked in? Just curious because I don't see it in 22.11.4 that was released yesterday, so wasn't sure when it would show up. Thanks, lew - On Jan 11, 2024, at 6:03 AM, Ferruh Yigit ferruh.yi...@amd.com wrote: > On 1/9/2024 4:00 PM, Lewis Donzis wrote: >> >> >> - On Jan

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

2024-01-11 Thread Ferruh Yigit
On 1/9/2024 4:00 PM, Lewis Donzis wrote: > > > - On Jan 9, 2024, at 8:23 AM, Bruce Richardson bruce.richard...@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

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

2024-01-10 Thread Lewis Donzis
- On Jan 9, 2024, at 8:23 AM, Bruce Richardson bruce.richard...@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 FreeBS

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

2024-01-09 Thread Bruce Richardson
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-