Commit b3c424eb authored by Victorien Molle's avatar Victorien Molle Committed by David S. Miller
Browse files

sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO



This field has never been checked since introduction in mainline kernel

Signed-off-by: default avatarVictorien Molle <victorien.molle@wifirst.fr>
Signed-off-by: default avatarFlorent Fourcot <florent.fourcot@wifirst.fr>
Fixes: 2db6dc26 "sch_cake: Make gso-splitting configurable from userspace"
Acked-by: default avatarToke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 734c7022
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2184,6 +2184,7 @@ static const struct nla_policy cake_policy[TCA_CAKE_MAX + 1] = {
	[TCA_CAKE_MPU]		 = { .type = NLA_U32 },
	[TCA_CAKE_INGRESS]	 = { .type = NLA_U32 },
	[TCA_CAKE_ACK_FILTER]	 = { .type = NLA_U32 },
	[TCA_CAKE_SPLIT_GSO]	 = { .type = NLA_U32 },
	[TCA_CAKE_FWMARK]	 = { .type = NLA_U32 },
};