Skip to content

vmxnet3: do not reschedule napi for rx processing

Kamal Heib requested to merge kheib/centos-stream-9:bz2115062 into main

Bugzilla: https://bugzilla.redhat.com/2115062

commit 5b91884bf50b21d34bd3daa5c8f8b7e92e0a2c46
Author: Ronak Doshi doshir@vmware.com
Date: Wed Jul 27 10:30:37 2022 -0700

vmxnet3: do not reschedule napi for rx processing  

Commit '2c5a5748105a ("vmxnet3: add support for out of order rx  
completion")' added support for out of order rx completion. Within  
that patch, an enhancement was done to reschedule napi for processing  
rx completions.  

However, it can lead to missing an interrupt. So, this patch reverts  
that part of the code.  

Fixes: 2c5a5748105a ("vmxnet3: add support for out of order rx completion")  
Signed-off-by: Ronak Doshi <doshir@vmware.com>  
Acked-by: Guolin Yang <gyang@vmware.com>  
Signed-off-by: David S. Miller <davem@davemloft.net>  

Signed-off-by: Kamal Heib kheib@redhat.com

Edited by Kamal Heib

Merge request reports