Re: [PATCH net-next 1/4] IPv6: HW csum support for outgoing large UFO packets

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 06 June 2009 03:16:27 ext Sridhar Samudrala wrote:
> @@ -668,7 +709,14 @@ static int udp_v6_push_pending_frames(struct sock *sk)
>
>  	if (is_udplite)
>  		csum = udplite_csum_outgoing(sk, skb);
> -	 else
> +	 else if (sk->sk_no_check == UDP_CSUM_NOXMIT) {	/* UDP csum disabled */
> +		skb->ip_summed = CHECKSUM_NONE;
> +		goto send;

There is no such thing as disabled UDP in IPv6 (in *current* specs).

-- 
Rémi Denis-Courmont
Nokia Devices R&D, Maemo Software, Helsinki

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux