mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
igc: Add SCTP CRC checksumming functionality
Add stream control transmission protocol CRC checksum. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
13faf77185
commit
0ac960a8e1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user