af_packet: allow packets defragmentation not only for hash fanout type
authorAlexander Drozdov <al.drozdov@gmail.com>
Fri, 20 Feb 2015 05:24:27 +0000 (08:24 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 04:00:18 +0000 (23:00 -0500)
commit3f34b24a732bab9635c4b32823268c37c01b40f0
treee7e5e79fe8fb4446d7191b745e853ec95444c72b
parentb9ebafbe8cfeeddec881504c446cccd0d87a51b6
af_packet: allow packets defragmentation not only for hash fanout type

Packets defragmentation was introduced for PACKET_FANOUT_HASH only,
see 7736d33f4262 ("packet: Add pre-defragmentation support for ipv4
fanouts")

It may be useful to have defragmentation enabled regardless of
fanout type. Without that, the AF_PACKET user may have to:
1. Collect fragments from different rings
2. Defragment by itself

Signed-off-by: Alexander Drozdov <al.drozdov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c