On Monday 14 November 2005 21:25, Ananda Raju wrote:
> Hi,
> This patch implements the UFO support in S2io driver. This patch uses the UFO 
> interface available in linux-2.6.15 kernel.

Can you share some numbers on how much difference it makes vs non UFO?


> +#ifdef __BIG_ENDIAN
> +             sp->ufo_in_band_v[put_off] =
> +                             (u64)skb_shinfo(skb)->ip6_frag_id;
> +#else
> +             sp->ufo_in_band_v[put_off] =
> +                             (u64)skb_shinfo(skb)->ip6_frag_id << 32;
> +#endif

With __cpu_to_be64 you could avoid the ifdef.


-Andi
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to