From: Sasha Neftin Date: Wed, 11 Sep 2019 08:17:58 +0000 (+0300) Subject: igc: Add SCTP CRC checksumming functionality X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ac960a8e135c902cb526903ff2ec457dfabf1b4;p=uclinux-h8%2Flinux.git igc: Add SCTP CRC checksumming functionality Add stream control transmission protocol CRC checksum. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c index 63b62d74f961..69e70b297e85 100644 --- a/drivers/net/ethernet/intel/igc/igc_main.c +++ b/drivers/net/ethernet/intel/igc/igc_main.c @@ -4211,6 +4211,7 @@ static int igc_probe(struct pci_dev *pdev, /* Add supported features to the features list*/ netdev->features |= NETIF_F_HW_CSUM; + netdev->features |= NETIF_F_SCTP_CRC; /* setup the private structure */ err = igc_sw_init(adapter);