All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] two fixes for the fq_pie scheduler
@ 2021-05-22 13:14 Davide Caratti
  2021-05-22 13:14 ` [PATCH net 1/2] net/sched: fq_pie: re-factor fix for fq_pie endless loop Davide Caratti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Davide Caratti @ 2021-05-22 13:14 UTC (permalink / raw)
  To: Jamal Hadi Salim, Cong Wang, Jiri Pirko, David S. Miller, Jakub Kicinski
  Cc: netdev

- patch 1/2 restores the possibility to use 65536 flows with fq_pie,
  preserving the fix for an endless loop in the control plane
- patch 2/2 fixes an OOB access that can be observed in the traffic
  path of fq_pie scheduler, when the classification selects a flow
  beyond the allocated space.


Davide Caratti (2):
  net/sched: fq_pie: re-factor fix for fq_pie endless loop
  net/sched: fq_pie: fix OOB access in the traffic path

 net/sched/sch_fq_pie.c                        | 19 +++++++++++++------
 .../tc-testing/tc-tests/qdiscs/fq_pie.json    |  8 ++++----
 2 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-24  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 13:14 [PATCH net 0/2] two fixes for the fq_pie scheduler Davide Caratti
2021-05-22 13:14 ` [PATCH net 1/2] net/sched: fq_pie: re-factor fix for fq_pie endless loop Davide Caratti
2021-05-22 13:15 ` [PATCH net 2/2] net/sched: fq_pie: fix OOB access in the traffic path Davide Caratti
2021-05-24  0:20 ` [PATCH net 0/2] two fixes for the fq_pie scheduler patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.