cxgb4: TLS record offload enable
Enable Inline TLS record by default Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76f7164d02
commit
1435d99703
@ -5653,7 +5653,8 @@ static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
NETIF_F_GSO_UDP_TUNNEL |
|
||||
NETIF_F_TSO | NETIF_F_TSO6;
|
||||
|
||||
netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL;
|
||||
netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL |
|
||||
NETIF_F_HW_TLS_RECORD;
|
||||
}
|
||||
|
||||
if (highdma)
|
||||
|
Loading…
Reference in New Issue
Block a user