mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
6b30b6d4d3
A device supports 128 rate limiters. A static table allocation consumes 8KB of memory even when rate is not configured. Instead, allocate the table when at least one rate is configured. Signed-off-by: Parav Pandit <parav@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>