Searched refs:pktgen (Results 1 – 4 of 4) sorted by relevance
8 pktgen is a high-performance testing tool included in the Linux kernel. Being10 and NIC. pktgen can also be used to generate ordinary packets to test other11 network devices. Especially of interest is the use of pktgen to test routers or12 bridges which use the Linux network stack. Because pktgen is "in-kernel", it can17 job.run_test('pktgen', eth='eth0', count=50000, clone_skb=0, tag='clone_skb_off')18 job.run_test('pktgen', eth='eth0', count=50000, clone_skb=1, tag='clone_skb_on')
6 class pktgen(test.test): class
5 modprobe pktgen >& /dev/null8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do
352 [IPG]: handle pktgen setup in newer kernels.