Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1435d997 authored by Atul Gupta's avatar Atul Gupta Committed by David S. Miller
Browse files

cxgb4: TLS record offload enable



Enable Inline TLS record by default

Signed-off-by: default avatarAtul Gupta <atul.gupta@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76f7164d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)