On Wed, 27 Aug 2003, Adam Flizikowski wrote: > I wonder HOW could i know which packet was sent with tx_interrupt... to > collect stats on time that sending process takes Perhaps you could create an array of length NUM_TX_DESC. When a packet is enqueued in the tx ring, copy your tag from the skb header into the element of the array that parallels the tx buffer in the ring. When tx_interrupt occurs, read the tag back from the array. -- Dan Eble <dane@aiinet.com> _____ . | _ |/| Applied Innovation Inc. | |_| | | "All Protocols MUST be odd" http://www.aiinet.com/ |__/|_|_| -- RFC 1661 (PPP) - : 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