X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fpatches-6.6%2F600-net-disable-GRO-by-default.patch;fp=target%2Flinux%2Fbcm53xx%2Fpatches-6.6%2F600-net-disable-GRO-by-default.patch;h=9fa41a4b7eb13cb8b854af1f99f0e9c0a9803345;hb=61c846ea7c5af997cfc1159f82648a9e69eb32d6;hp=9f6343c791709764d6d19c99a9c1057d2c5aa341;hpb=2d5509f529f25d41064b3a891e6b0d4085808f2a;p=openwrt%2Fstaging%2Fblocktrron.git diff --git a/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch b/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch index 9f6343c791..9fa41a4b7e 100644 --- a/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch +++ b/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch @@ -25,12 +25,12 @@ Signed-off-by: Rafał Miłecki #define NETIF_F_UPPER_DISABLES NETIF_F_LRO /* changeable features with no special hardware requirements */ --#define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) +-#define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO | NETIF_F_GRO_FRAGLIST) +#define NETIF_F_SOFT_FEATURES (NETIF_F_GSO) /* Changeable features with no special hardware requirements that defaults to off. */ --#define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD) -+#define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD | NETIF_F_GRO) +-#define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_UDP_FWD) ++#define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_UDP_FWD | NETIF_F_GRO | NETIF_F_GRO_FRAGLIST) #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ NETIF_F_HW_VLAN_CTAG_RX | \