>-----Original Message-----
>From: Eric Dumazet [mailto:[email protected]]
>Sent: Saturday, June 05, 2010 10:53 PM
>To: Xin, Xiaohui
>Cc: [email protected]; [email protected]; [email protected];
>[email protected]; [email protected]; [email protected]; 
>[email protected];
>[email protected]
>Subject: Re: [RFC PATCH v7 08/19] Make __alloc_skb() to get external buffer.
>
>Le samedi 05 juin 2010 à 18:14 +0800, [email protected] a écrit :
>> From: Xin Xiaohui <[email protected]>
>>      child->fclone = SKB_FCLONE_UNAVAILABLE;
>>      }
>> +    /* Record the external buffer info in this field. It's not so good,
>> +     * but we cannot find another place easily.
>> +     */
>> +    shinfo->destructor_arg = ext_page;
>> +
>
>
>Yes this is a big problem, its basically using a cache line that was not
>touched before.
>

Did your patch which moves destructor_arg before frags[] also fix this?

Thanks
Xiaohui
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to