Searched hist:"52 d6c8c6ca125872459054daa70f2f1c698c8e75" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | pktgen.c | diff 52d6c8c6ca125872459054daa70f2f1c698c8e75 Sun Feb 22 19:03:41 CST 2015 Eric Dumazet <edumazet@google.com> net: pktgen: disable xmit_clone on virtual devices
Trying to use burst capability (aka xmit_more) on a virtual device like bonding is not supported.
For example, skb might be queued multiple times on a qdisc, with various list corruptions.
Fixes: 38b2cf2982dc ("net: pktgen: packet bursting via skb->xmit_more") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Alexei Starovoitov <ast@plumgrid.com> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|