i40evf: create a generic get RSS function
There are two ways to get RSS, this patch implements two functions with the same input parameters, and creates a more generic function for getting RSS configuration. Change-ID: I12d3b712c21455d47dd0a5aae58fc9b7c680db59 Signed-off-by: Helin Zhang <helin.zhang@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Dieser Commit ist enthalten in:

committet von
Jeff Kirsher

Ursprung
2c86ac3c70
Commit
90b02b4392
@@ -316,4 +316,6 @@ void i40evf_virtchnl_completion(struct i40evf_adapter *adapter,
|
||||
i40e_status v_retval, u8 *msg, u16 msglen);
|
||||
int i40evf_config_rss(struct i40e_vsi *vsi, const u8 *seed, u8 *lut,
|
||||
u16 lut_size);
|
||||
int i40evf_get_rss(struct i40e_vsi *vsi, const u8 *seed, u8 *lut,
|
||||
u16 lut_size);
|
||||
#endif /* _I40EVF_H_ */
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren