On Wed, 2017-01-18 at 14:04 -0700, Andrew Collins wrote: > The fq_codel qdisc currently always regenerates the skb flow hash. > This wastes some cycles and prevents flow seperation in cases where > the traffic has been encrypted and can no longer be understood by the > flow dissector. > > Change it to use the prexisting flow hash if one exists, and only > regenerate if necessary. > > Signed-off-by: Andrew Collins <acoll...@cradlepoint.com> > ---
Acked-by: Eric Dumazet <eduma...@google.com> Thanks !