[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <46F6905C.6030309@opengridcomputing.com>
Date: Sun, 23 Sep 2007 11:12:12 -0500
From: Steve Wise <swise@...ngridcomputing.com>
To: netdev@...r.kernel.org
Subject: pktgen question
The pktgen module provides a way to "clone" the skb its using for
transmission, and allows passing N clones of the originally created skb
to the driver under test. However, it doesn't really use skb_clone(),
but rather it just bumps the skb->users count for each "clone" and
passes the same skb ptr to the driver.
Q: Is that a valid use of skb->users or should pktgen really be cloning
the skbuff?
Thanks,
Steve.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists