]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit53aaeb6ce1d106caf39100a0a17c955559a62fb1
tree3ae9f7a61921b9c9c53f40395b15c0156ae817e2
parentb0610aeee6e629c62ae75b5d7736cd64a1f28212
parent562166ee488a33dfbabd8887178670a17cd68f20
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>