|
@@ -1726,9 +1726,9 @@ pch_gbe_clean_rx(struct pch_gbe_adapter *adapter,
|
|
|
|
|
|
skb->protocol = eth_type_trans(skb, netdev);
|
|
|
if (tcp_ip_status & PCH_GBE_RXD_ACC_STAT_TCPIPOK)
|
|
|
- skb->ip_summed = CHECKSUM_NONE;
|
|
|
- else
|
|
|
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
|
|
+ else
|
|
|
+ skb->ip_summed = CHECKSUM_NONE;
|
|
|
|
|
|
napi_gro_receive(&adapter->napi, skb);
|
|
|
(*work_done)++;
|