Re: [PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread Ferruh Yigit
On 3/21/2024 10:31 AM, Tom Jones wrote: > Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver > as they are not supported. Rx queue interrupts were missed by this > change, don't attempt to enable them on FreeBSD. > > Without this change applications enabling interrupts encoun

Re: [PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread Tom Jones
On Thu, Mar 21, 2024, at 10:15, David Marchand wrote: > Hello Tom, > > On Thu, Mar 21, 2024 at 11:00 AM Tom Jones wrote: >> >> Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver >> as they are not supported. Rx queue interrupts were missed by this >> change, don't attempt

[PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread Tom Jones
Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver as they are not supported. Rx queue interrupts were missed by this change, don't attempt to enable them on FreeBSD. Without this change applications enabling interrupts encounter an immediate abort on FreeBSD. Fixes: 40d5676

Re: [PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread David Marchand
Hello Tom, On Thu, Mar 21, 2024 at 11:00 AM Tom Jones wrote: > > Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver > as they are not supported. Rx queue interrupts were missed by this > change, don't attempt to enable them on FreeBSD. > > Without this change applications en

[PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread Tom Jones
Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver as they are not supported. Rx queue interrupts were missed by this change, don't attempt to enable them on FreeBSD. Without this change applications enabling interrupts encounter an immediate abort on FreeBSD. Signed-off-by:

[PATCH] net/vmxnet3: Don't enable rx queue interrupts on FreeBSD

2024-03-21 Thread Tom Jones
Commit 29a1c9107bb disabled interrupts on FreeBSD for the vmxnet3 driver as they are not supported. Rx queue interrupts were missed by this change, don't attempt to enable them on FreeBSD. Without this change applications enabling interrupts encounter an immediate abort on FreeBSD. Signed-off-by: