List, I need help on how to buffer Tx packets in network driver. Point is kernel transmits a packet in skb and driver will free it after packet is out to FIFO on chip. Now driver buffers a few packets and then sends them out. Should driver allocate extra memory for the packets needs buffered? ---henry