> -----Original Message----- > From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of Stefan Assmann > Sent: Monday, September 2, 2019 11:08 PM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH] i40e: clear > __I40E_VIRTCHNL_OP_PENDING on invalid min tx rate > > In the case of an invalid min tx rate being requested > i40e_ndo_set_vf_bw() immediately returns -EINVAL instead of releasing > __I40E_VIRTCHNL_OP_PENDING first. > > Signed-off-by: Stefan Assmann <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Tested-by: Andrew Bowers <[email protected]>
