aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
diff options
context:
space:
mode:
authorChen Lin <[email protected]>2022-06-08 20:46:53 +0800
committerJakub Kicinski <[email protected]>2022-06-08 20:37:27 -0700
commit2f2c0d2919a14002760f89f4e02960c735a316d2 (patch)
treec0a4998716427a9dd92107daf1da24afa4b9ffcd /net/openvswitch/conntrack.c
parent8d21e9963bec1aad2280cdd034c8993033ef2948 (diff)
net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
When rx_flag == MTK_RX_FLAGS_HWLRO, rx_data_len = MTK_MAX_LRO_RX_LENGTH(4096 * 3) > PAGE_SIZE. netdev_alloc_frag is for alloction of page fragment only. Reference to other drivers and Documentation/vm/page_frags.rst Branch to use __get_free_pages when ring->frag_size > PAGE_SIZE. Signed-off-by: Chen Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/openvswitch/conntrack.c')
0 files changed, 0 insertions, 0 deletions