Home
last modified time | relevance | path

Searched refs:pg_thread (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/samples/pktgen/
Dpktgen_sample01_simple.sh36 pg_thread $thread "rem_device_all"
37 pg_thread $thread "add_device" $DEV
Dpktgen_bench_xmit_mode_netif_receive.sh55 pg_thread $thread "rem_device_all"
56 pg_thread $thread "add_device" $dev
Dpktgen_sample03_burst_single_flow.sh45 pg_thread $thread "rem_device_all"
46 pg_thread $thread "add_device" $dev
Dpktgen_sample02_multiqueue.sh39 pg_thread $thread "rem_device_all"
40 pg_thread $thread "add_device" $dev
DREADME.rst35 configuring the different components of pktgen: pg_ctrl(), pg_thread()
40 * pg_thread() control the kernel threads and binding to devices
Dfunctions.sh42 function pg_thread() { function
/linux-4.4.14/net/core/
Dpktgen.c248 struct pktgen_thread *pg_thread;/* the owner */ member
3614 if (pkt_dev->pg_thread) { in add_dev_to_thread()
3621 pkt_dev->pg_thread = t; in add_dev_to_thread()