OSDN Git Service

Merge branch 'sch_fq-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 May 2020 22:50:53 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 May 2020 22:50:53 +0000 (15:50 -0700)
commit5889a62b93bd577ace12adace5743e6929bd1dce
tree3ae9f7a61921b9c9c53f40395b15c0156ae817e2
parentee1bd483cc062d5050f9537064651dd2e06baee7
parent348e289b0f23451d1c47b940e759f0f3a0c5756e
Merge branch 'sch_fq-optimizations'

Eric Dumazet says:

====================
net_sched: sch_fq: round of optimizations

This series is focused on better layout of struct fq_flow to
reduce number of cache line misses in fq_enqueue() and dequeue operations.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>