mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
qed/qede: Enable tunnel offloads based on hw configuration
This patch enables tunnel feature offloads based on hw configuration at initialization time instead of enabling them always. Signed-off-by: Manish Chopra <manish.chopra@cavium.com> Signed-off-by: Yuval Mintz <yuval.mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1996843012
commit
19489c7f0d
4 changed files with 51 additions and 11 deletions
|
@ -338,6 +338,11 @@ struct qed_dev_info {
|
|||
bool wol_support;
|
||||
|
||||
enum qed_dev_type dev_type;
|
||||
|
||||
/* Output parameters for qede */
|
||||
bool vxlan_enable;
|
||||
bool gre_enable;
|
||||
bool geneve_enable;
|
||||
};
|
||||
|
||||
enum qed_sb_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue