commit | 1a3c998f3a27ab6ecf56bdbb17e27e55fd6d47cd | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Sat Jan 25 11:26:43 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 27 11:00:21 2020 +0100 |
tree | ddbe534727c5a90b657144d6cb44cd3c2919c0c2 | |
parent | 3b33583265ed3b0ae76eddbabf9d038b4076d1a9 [diff] |
net: Add a netdev software feature set that defaults to off. The previous patch added the NETIF_F_GRO_FRAGLIST feature. This is a software feature that should default to off. Current software features default to on, so add a new feature set that defaults to off. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>