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:

committed by
David S. Miller

parent
1996843012
commit
19489c7f0d
@@ -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 {
|
||||
|
Reference in New Issue
Block a user