Alexei Starovoitov
38b2cf2982
net: pktgen: packet bursting via skb->xmit_more
...
This patch demonstrates the effect of delaying update of HW tailptr.
(based on earlier patch by Jesper)
burst=1 is the default. It sends one packet with xmit_more=false
burst=2 sends one packet with xmit_more=true and
2nd copy of the same packet with xmit_more=false
burst=3 sends two copies of the same packet with xmit_more=true and
3rd copy with xmit_more=false
Performance with ixgbe (usec 30):
burst=1 tx:9.2 Mpps
burst=2 tx:13.5 Mpps
burst=3 tx:14.5 Mpps full 10G line rate
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com >
Signed-off-by: Eric Dumazet <edumazet@google.com >
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2014-10-01 22:08:12 -04:00
..
2014-08-13 17:49:53 -06:00
2014-06-23 16:47:44 -07:00
2014-07-12 00:07:05 +02:00
2014-08-08 11:34:32 -07:00
2014-08-05 09:47:45 +02:00
2014-08-08 15:57:17 -07:00
2014-05-27 13:56:21 -07:00
2014-07-07 01:22:19 +02:00
2014-08-01 12:30:37 -04:00
2014-09-30 16:36:12 -04:00
2014-09-21 20:58:36 -03:00
2014-07-11 17:56:55 -07:00
2014-07-27 17:01:12 -03:00
2014-05-26 12:53:40 +10:00
2014-09-07 15:21:13 -07:00
2014-07-17 18:43:40 -07:00
2014-08-29 08:53:53 +02:00
2014-06-04 08:50:34 -07:00
2014-08-04 07:01:38 -07:00
2014-09-07 15:21:13 -07:00
2014-08-10 20:36:00 -07:00
2014-08-06 23:36:12 -07:00
2014-08-09 09:13:40 -07:00
2014-08-14 11:14:29 -06:00
2014-08-29 16:28:17 -07:00
2014-08-16 01:23:56 -07:00
2014-07-11 18:31:12 -07:00
2014-09-07 15:21:13 -07:00
2014-06-11 08:35:34 -07:00
2014-10-01 22:08:12 -04:00
2014-06-19 15:28:56 +02:00
2014-06-10 19:11:06 -04:00
2014-08-27 22:04:36 +01:00
2014-07-28 15:23:15 +02:00
2014-06-16 21:32:31 -07:00
2014-08-08 15:57:24 -07:00
2014-08-06 18:01:24 -07:00
2014-06-04 08:50:34 -07:00
2014-08-06 21:03:53 -07:00
2014-08-06 21:03:53 -07:00
2014-05-28 12:49:14 -07:00
2014-08-04 15:20:48 +02:00
2014-09-01 17:51:48 -07:00
2014-06-17 14:50:17 +10:00
2014-07-23 15:07:13 -07:00
2014-08-06 18:01:20 -07:00
2014-07-09 16:05:42 -07:00
2014-06-12 19:01:24 -07:00
2014-07-26 11:55:10 -03:00
2014-08-05 09:58:11 +02:00
2014-06-06 16:08:17 -07:00
2014-06-19 17:45:14 -07:00
2014-08-05 22:43:21 +02:00
2014-08-10 09:09:26 +02:00
2014-08-06 21:03:53 -07:00
2014-07-12 11:30:36 -07:00
2014-06-04 16:54:17 -07:00
2014-05-29 15:50:30 +02:00
2014-05-26 17:28:28 -06:00
2014-05-26 17:28:27 -06:00
2014-08-28 11:57:24 +05:30
2014-07-25 14:21:23 +05:30
2014-06-04 08:50:34 -07:00
2014-06-29 13:38:33 -07:00
2014-05-27 10:16:44 +02:00
2014-05-25 12:39:00 -07:00
2014-09-08 14:33:09 -07:00
2014-06-06 16:08:17 -07:00
2014-07-08 08:32:51 -07:00
2014-06-23 16:47:43 -07:00
2014-06-05 13:29:37 +02:00
2014-08-08 15:57:24 -07:00
2014-07-22 12:46:11 +05:30
2014-07-09 15:54:27 -07:00
2014-06-19 15:15:27 +02:00
2014-09-07 15:21:13 -07:00
2014-08-26 13:49:57 -07:00
2014-08-05 15:28:48 +10:00