diff options
| author | Jakub Kicinski <[email protected]> | 2021-01-09 14:24:29 -0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-09 14:24:30 -0800 |
| commit | 38f7b449256490c312e4e83101075201fb5f87d1 (patch) | |
| tree | 9fbb7e7e3ec9b603d4619063fe31012e549ea9cf /include/linux | |
| parent | efb5b338da6a0d474cdab3bfc11edef32ed0c173 (diff) | |
| parent | 1d11fa696733ffb9ac24771716b1b1b9953e5a48 (diff) | |
Merge branch 'net-gro-gro_drop-deprecation'
Eric Dumazet says:
====================
net-gro: GRO_DROP deprecation
GRO_DROP has no practical use and can be removed,
once ice driver is cleaned up.
This removes one useless conditional test in napi_gro_frags().
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1ec3ac5d5bbf..5b949076ed23 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -376,7 +376,6 @@ enum gro_result { GRO_MERGED_FREE, GRO_HELD, GRO_NORMAL, - GRO_DROP, GRO_CONSUMED, }; typedef enum gro_result gro_result_t; |