Merge branch 'fq_pie-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 00:16:09 +0000 (17:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 00:16:09 +0000 (17:16 -0700)
commit835744e8b537389d6a448a47d0753734d4777fa4
treef9ecfaeed7e5bb95b6c0635aea90e0803da5d1a2
parent5eff1461a6dec84f04fafa9128548bad51d96147
parente70f7a11876a1a788ceadf75e9e5f7af2c868680
Merge branch 'fq_pie-fixes'

Davide Caratti says:

====================
two fixes for the fq_pie scheduler

- 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.
====================

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