commit | 0967f2445963b63269d7dd2f5b6f234ea57dd10e | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Sat Jul 02 14:12:54 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 16:07:34 2016 -0700 |
tree | aa18225468533de8f2a4d32cb3de17d6245dc7f8 | |
parent | 4386f5662e639553552408c33014ca3e8d612b14 [diff] |
net: pktgen: support injecting packets for qdisc testing Add another xmit_mode to pktgen to allow testing xmit functionality of qdiscs. The new mode "queue_xmit" injects packets at __dev_queue_xmit() so that qdisc is called. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>