diff options
| author | 2017-01-01 13:57:08 +0200 | |
|---|---|---|
| committer | 2017-01-01 21:02:14 -0500 | |
| commit | f990c82c385b1d9ce6acadb668df313c693cf48f (patch) | |
| tree | 7cc1d259179cf2a15b35d8b67cd7e51e7a27bde8 /include/linux/qed | |
| parent | qed*: RSS indirection based on queue-handles (diff) | |
| download | linux-dev-f990c82c385b1d9ce6acadb668df313c693cf48f.tar.xz linux-dev-f990c82c385b1d9ce6acadb668df313c693cf48f.zip | |
qed*: Add support for ndo_set_vf_trust
Trusted VFs would be allowed to receive promiscuous and
multicast promiscuous data.
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed')
| -rw-r--r-- | include/linux/qed/qed_iov_if.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qed/qed_iov_if.h b/include/linux/qed/qed_iov_if.h index b1f979135f97..ac2e6a3199a3 100644 --- a/include/linux/qed/qed_iov_if.h +++ b/include/linux/qed/qed_iov_if.h @@ -53,6 +53,8 @@ struct qed_iov_hv_ops { int (*set_rate) (struct qed_dev *cdev, int vfid, u32 min_rate, u32 max_rate); + + int (*set_trust) (struct qed_dev *cdev, int vfid, bool trust); }; #endif |
