diff options
| author | David S. Miller <davem@davemloft.net> | 2016-02-19 00:07:45 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-02-19 00:07:45 +0300 |
| commit | f58ee41e834a37566a5c4755937e5e2e075185e3 (patch) | |
| tree | 195ec6e6d8e264ca47fbca5a0446d49d17c6a61c /include | |
| parent | e12a285c9beccbdbb0346cce847dcd779096be5f (diff) | |
| parent | 7c1bfcad9f3c8a7400c2dfaf67edc7a46e271c51 (diff) | |
| download | linux-f58ee41e834a37566a5c4755937e5e2e075185e3.tar.xz | |
Merge branch 'qed-vlan-filtering'
Yuval Mintz says:
====================
qed{,e}: Add vlan filtering offload
This series adds vlan filtering offload to qede.
First patch introduces small additional infrastructure needed in
qed to support it, while second contains the main bulk of driver changes.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/qed/qed_eth_if.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qed/qed_eth_if.h b/include/linux/qed/qed_eth_if.h index 81ab178e31c1..e53b0ca49e41 100644 --- a/include/linux/qed/qed_eth_if.h +++ b/include/linux/qed/qed_eth_if.h @@ -33,6 +33,8 @@ struct qed_update_vport_params { u8 vport_id; u8 update_vport_active_flg; u8 vport_active_flg; + u8 update_accept_any_vlan_flg; + u8 accept_any_vlan; u8 update_rss_flg; struct qed_update_vport_rss_params rss_params; }; |
