David Ahern <[email protected]> writes: > On 8/13/18 5:36 AM, Toke Høiland-Jørgensen wrote: >> This patch makes sch_cake's gso/gro splitting configurable >> from userspace. >> >> To disable breaking apart superpackets in sch_cake: >> >> tc qdisc replace dev whatever root cake no-split-gso >> >> to enable: >> >> tc qdisc replace dev whatever root cake split-gso >> >> Signed-off-by: Toke Høiland-Jørgensen <[email protected]> >> Signed-off-by: Dave Taht <[email protected]> >> --- > > applied to iproute2-next. Thanks
Great, thanks :) > I think you also need to display it if the attribute is returned. We already print 'split-gso' when it is set; this was previously decided by the kernel, this change just makes it user-configurable... -Toke
