On Sat, Apr 27, 2024 at 09:26:04AM +0200, Ivan Vecera wrote: > Commit 07d44190a389 ("i40e/i40evf: Detect and recover hung queue > scenario") changes i40e_detect_recover_hung() argument type from > i40e_pf* to i40e_vsi* to be shareable by both i40e and i40evf. > Because the i40evf does not exist anymore and the function is > exclusively used by i40e we can revert this change. > > Reviewed-by: Michal Schmidt <mschm...@redhat.com> > Reviewed-by: Tony Nguyen <anthony.l.ngu...@intel.com> > Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> > Signed-off-by: Ivan Vecera <ivec...@redhat.com>
Reviewed-by: Simon Horman <ho...@kernel.org>