commit | daa86548281ec9364eac2925bdf907f861204a5b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Apr 19 07:07:40 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 14:23:56 2012 -0400 |
tree | a62cd3cb7df31f0fe26d8c51a4f917b474a4e648 | |
parent | 85bb2a60fab28a338870faec222a1f2232b01caa [diff] |
net: gro: GRO_MERGED_FREE consumes packets As part of GRO processing, merged skbs should be consumed, not freed, to not confuse dropwatch/drop_monitor. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>