Skip to content

Commit

Permalink
igc: Add SCTP CRC checksumming functionality
Browse files Browse the repository at this point in the history
Add stream control transmission protocol CRC checksum.

Signed-off-by: Sasha Neftin <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
  • Loading branch information
aneftin authored and Jeff Kirsher committed Oct 21, 2019
1 parent 13faf77 commit 0ac960a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/intel/igc/igc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0ac960a

Please sign in to comment.