On Fri, 2018-01-05 at 12:32 +0100, Natale Patriciello wrote: > The original TSQ algorithm limits the number of packets in qdisc/devices to > two packets / or ~1 ms. With this commit, two sysctl knobs are added to > allow tuning the number of packets or the ms value. > > Signed-off-by: Natale Patriciello <natale.patricie...@gmail.com> > Cc: Carlo Augusto Grazia <carloaugusto.gra...@unimore.it> > Tested-by: Carlo Augusto Grazia <carloaugusto.gra...@unimore.it> > ---
NACK You provide dubious reasons, and no real tests done on various hardwares. We do not want sysctls that wont solve the issue you try to address. Your patch series comes too late. A linux host can have one 10Gbit NIC and a wifi adapter, they require different tunings. This is why we added sk_pacing_shift_update(). If this needs refinement, lets talk.