Hello davem> We know streaming services and NFS use UDP protocol. davem> This means IP defragmentation is processed heavily, davem> as their packets are very large. davem> davem> We should allocate "incomplete detagram queue" using davem> kmem_cache_alloc() instead of kmalloc(). davem> davem> Did you really measure a performance improvement due davem> to your changes? No, not yet. davem> Also, using kmem_find_general_cachep() will probably give davem> you %90 of whatever gain your changes might obtain. Yes you are right. But I'd like to chage it if there're any chance to improve performance even if it would be little. Thank you, Hirokazu Takahashi. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html