]> 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)
commit2f8ad90d7c39d106e38ce92b2c35ab6d496e5daa
tree3ae9f7a61921b9c9c53f40395b15c0156ae817e2
parentaff87596bc954189b6021333b0df8d34ebafd352
parentdcca34553aa39a5a7ba3f182b61c1e195062371c
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>