qed*: IOV support spoof-checking
Add support in `ndo_set_vf_spoofchk' for allowing PF control over its VF spoof-checking configuration. 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
733def6a04
commit
6ddc760825
@@ -22,6 +22,8 @@ struct qed_iov_hv_ops {
|
||||
int (*set_link_state) (struct qed_dev *cdev, int vf_id,
|
||||
int link_state);
|
||||
|
||||
int (*set_spoof) (struct qed_dev *cdev, int vfid, bool val);
|
||||
|
||||
int (*set_rate) (struct qed_dev *cdev, int vfid,
|
||||
u32 min_rate, u32 max_rate);
|
||||
};
|
||||
|
Reference in New Issue
Block a user