diff options
author | Eric Dumazet <edumazet@google.com> | 2017-08-30 20:32:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-31 01:56:16 +0300 |
commit | 62f3250f3d18ea7d4b4e51ac98cdca29515683a5 (patch) | |
tree | 3478c44d186ddd3424ec6ec59634ee0c925e380e /drivers/hsi | |
parent | 90774a93ef075b39e55d31fe56fc286d71a046ac (diff) | |
download | linux-62f3250f3d18ea7d4b4e51ac98cdca29515683a5.tar.xz |
xen-netfront: be more drop monitor friendly
xennet_start_xmit() might copy skb with inappropriate layout
into a fresh one.
Old skb is freed, and at this point it is not a drop, but
a consume. New skb will then be either consumed or dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/hsi')
0 files changed, 0 insertions, 0 deletions