mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 10:36:22 +07: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