|
@@ -2822,6 +2822,9 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
if (hw->mac.type >= e1000_82576)
|
|
if (hw->mac.type >= e1000_82576)
|
|
netdev->features |= NETIF_F_SCTP_CRC;
|
|
netdev->features |= NETIF_F_SCTP_CRC;
|
|
|
|
|
|
|
|
+ if (hw->mac.type >= e1000_i350)
|
|
|
|
+ netdev->features |= NETIF_F_HW_TC;
|
|
|
|
+
|
|
#define IGB_GSO_PARTIAL_FEATURES (NETIF_F_GSO_GRE | \
|
|
#define IGB_GSO_PARTIAL_FEATURES (NETIF_F_GSO_GRE | \
|
|
NETIF_F_GSO_GRE_CSUM | \
|
|
NETIF_F_GSO_GRE_CSUM | \
|
|
NETIF_F_GSO_IPXIP4 | \
|
|
NETIF_F_GSO_IPXIP4 | \
|