* [Intel-wired-lan] [PATCH v1] igc: Add SCTP CRC checksumming functionality
@ 2019-09-11 8:17 Sasha Neftin
2019-09-14 1:20 ` Brown, Aaron F
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Neftin @ 2019-09-11 8:17 UTC (permalink / raw)
To: intel-wired-lan
Add stream control transmission protocol CRC checksum.
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
drivers/net/ethernet/intel/igc/igc_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c
index 37d98a6eea56..f1aab22819e6 100644
--- a/drivers/net/ethernet/intel/igc/igc_main.c
+++ b/drivers/net/ethernet/intel/igc/igc_main.c
@@ -4476,6 +4476,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);
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Intel-wired-lan] [PATCH v1] igc: Add SCTP CRC checksumming functionality
2019-09-11 8:17 [Intel-wired-lan] [PATCH v1] igc: Add SCTP CRC checksumming functionality Sasha Neftin
@ 2019-09-14 1:20 ` Brown, Aaron F
0 siblings, 0 replies; 2+ messages in thread
From: Brown, Aaron F @ 2019-09-14 1:20 UTC (permalink / raw)
To: intel-wired-lan
On Wed, 2019-09-11 at 11:17 +0300, Sasha Neftin wrote:
> Add stream control transmission protocol CRC checksum.
>
> Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
> ---
> drivers/net/ethernet/intel/igc/igc_main.c | 1 +
> 1 file changed, 1 insertion(+)
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-14 1:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 8:17 [Intel-wired-lan] [PATCH v1] igc: Add SCTP CRC checksumming functionality Sasha Neftin
2019-09-14 1:20 ` Brown, Aaron F
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox