mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-20 04:44:26 +08:00
i40e: fix a typo in i40e_pf documentation
This patch fixes a typo in i40e_pf object documentation; num_req_vfs refers to the number of VFs requested for the PF. Signed-off-by: Rami Rosen <rami.rosen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
cc71b7b071
commit
ec2f25d203
@ -350,7 +350,7 @@ struct i40e_pf {
|
||||
u16 num_vmdq_vsis; /* num vmdq vsis this PF has set up */
|
||||
u16 num_vmdq_qps; /* num queue pairs per vmdq pool */
|
||||
u16 num_vmdq_msix; /* num queue vectors per vmdq pool */
|
||||
u16 num_req_vfs; /* num VFs requested for this VF */
|
||||
u16 num_req_vfs; /* num VFs requested for this PF */
|
||||
u16 num_vf_qps; /* num queue pairs per VF */
|
||||
u16 num_lan_qps; /* num lan queues this PF has set up */
|
||||
u16 num_lan_msix; /* num queue vectors for the base PF vsi */
|
||||
|
Loading…
Reference in New Issue
Block a user