Re: [PATCH] net: do not pretend FRAGLIST support
From: David Miller <davem@davemloft.net>
Date: 2013-12-02 22:17:15
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-12-02 22:17:15
Also in:
lkml
From: Eric Dumazet <redacted> Date: Mon, 02 Dec 2013 08:51:13 -0800
From: Eric Dumazet <edumazet@google.com> Few network drivers really supports frag_list : virtual drivers. Some drivers wrongly advertise NETIF_F_FRAGLIST feature. If skb with a frag_list is given to them, packet on the wire will be corrupt. Remove this flag, as core networking stack will make sure to provide packets that can be sent without corruption. Signed-off-by: Eric Dumazet <edumazet@google.com>
Good catch, applied and queued up for -stable.