Hi, LINUX GURUs: I am writing a virtual network device driver in linux. One thing I am thinking a lot is what is the proper queue length for my driver, as is specified in below code dev->tx_queue_len = ?? ; Is there any guildline for this? Another thing, I find kernel is sending fragments to my driver in a reversed order. Is this correct or because I missed something in my driver? Thanks a lot - xwz - : 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