summaryrefslogtreecommitdiff
path: root/fs/f2fs
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2017-05-18 12:41:20 -0700
committerDavid S. Miller <davem@davemloft.net>2017-05-21 13:26:45 -0400
commitd9ef2e7bf99f59179b89d5c1c4d5b4919375daee (patch)
treee74202e0a4b22c1fc7d41b435c1fab43fab48ed2 /fs/f2fs
parent6fd05633bdafc0ae6ec0d55e61af10780d4d3530 (diff)
arp: postpone addr_type calculation to as late as possible
The addr_type retrieval can be costly, so it's worth trying to avoid its calculation as much as possible. This patch makes it calculated only for gratuitous ARP packets. This is especially important since later we may want to move is_garp calculation outside of arp_accept block, at which point the costly operation will be executed for all setups. The patch is the result of a discussion in net-dev: http://marc.info/?l=linux-netdev&m=149506354216994 Suggested-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/f2fs')
0 files changed, 0 insertions, 0 deletions