qed*: support ndo_get_vf_config
Allows the user to view the VF configuration by observing the PF's device. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6ddc760825
commit
73390ac9d8
@@ -19,6 +19,9 @@ struct qed_iov_hv_ops {
|
||||
|
||||
int (*set_vlan) (struct qed_dev *cdev, u16 vid, int vfid);
|
||||
|
||||
int (*get_config) (struct qed_dev *cdev, int vf_id,
|
||||
struct ifla_vf_info *ivi);
|
||||
|
||||
int (*set_link_state) (struct qed_dev *cdev, int vf_id,
|
||||
int link_state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user