|
@@ -453,7 +453,7 @@ static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb,
|
|
|
|
|
|
/* Complete checksum if needed */
|
|
/* Complete checksum if needed */
|
|
if (skb->ip_summed == CHECKSUM_PARTIAL &&
|
|
if (skb->ip_summed == CHECKSUM_PARTIAL &&
|
|
- (err = skb_checksum_help(skb)))
|
|
|
|
|
|
+ (err = skb_csum_hwoffload_help(skb, 0)))
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
/* Older versions of OVS user space enforce alignment of the last
|
|
/* Older versions of OVS user space enforce alignment of the last
|