Re: [PATCH net-next v3 0/7] fix CRC32c in the forwarding path

2017-05-19 Thread David Miller
From: Davide Caratti Date: Thu, 18 May 2017 15:44:36 +0200 > Current kernel allows offloading CRC32c computation when SCTP packets > are generated, setting skb->ip_summed to CHECKSUM_PARTIAL, if the > underlying device features have NETIF_F_SCTP_CRC set. However, after these > packets are forward

[PATCH net-next v3 0/7] fix CRC32c in the forwarding path

2017-05-18 Thread Davide Caratti
Current kernel allows offloading CRC32c computation when SCTP packets are generated, setting skb->ip_summed to CHECKSUM_PARTIAL, if the underlying device features have NETIF_F_SCTP_CRC set. However, after these packets are forwarded, they may land on a device where CRC32c offloading is not availabl