diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index b93575db8cce..8f00bdf95ef4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -449,6 +449,7 @@ struct net_device | |||
449 | #define NETIF_F_GSO 2048 /* Enable software GSO. */ | 449 | #define NETIF_F_GSO 2048 /* Enable software GSO. */ |
450 | #define NETIF_F_LLTX 4096 /* LockLess TX */ | 450 | #define NETIF_F_LLTX 4096 /* LockLess TX */ |
451 | #define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */ | 451 | #define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */ |
452 | #define NETIF_F_LRO 32768 /* large receive offload */ | ||
452 | 453 | ||
453 | /* Segmentation offload features */ | 454 | /* Segmentation offload features */ |
454 | #define NETIF_F_GSO_SHIFT 16 | 455 | #define NETIF_F_GSO_SHIFT 16 |