diff options
author | Xin Long <[email protected]> | 2020-03-30 23:31:45 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-30 10:35:03 -0700 |
commit | bde1b56f898ca8112912d7b36e55e1543b3be0cf (patch) | |
tree | 59ef2dbecd151c6d2dce99f79834de1315868ad6 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 25629fdaff2ff509dd0b3f5ff93d70a75e79e0a1 (diff) |
udp: initialize is_flist with 0 in udp_gro_receive
Without NAPI_GRO_CB(skb)->is_flist initialized, when the dev doesn't
support NETIF_F_GRO_FRAGLIST, is_flist can still be set and fraglist
will be used in udp_gro_receive().
So fix it by initializing is_flist with 0 in udp_gro_receive.
Fixes: 9fd1ff5d2ac7 ("udp: Support UDP fraglist GRO/GSO.")
Signed-off-by: Xin Long <[email protected]>
Acked-by: Steffen Klassert <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions