]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'enic-use-all-the-resources-configured-on-vic'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 23:38:48 +0000 (15:38 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 23:38:48 +0000 (15:38 -0800)
commit253239044808e0036f4e36b0347d161b893c4767
treeb92ec20e5f7cc83b3442a7e4c97a3f21da3a80c8
parent025b2bbc5ab1c9ccd50189cae028d1b2bf3d433e
parenta28ccf1d6c102c8d874e8d75d676a2f870b75fa9
Merge branch 'enic-use-all-the-resources-configured-on-vic'

Nelson Escobar says:

====================
enic: Use all the resources configured on VIC

Allow users to configure and use more than 8 rx queues and 8 tx queues
on the Cisco VIC.

This series changes the maximum number of tx and rx queues supported
from 8 to the hardware limit of 256, and allocates memory based on the
number of resources configured on the VIC.

v3: https://lore.kernel.org/20241108-remove_vic_resource_limits-v3-0-3ba8123bcffc@cisco.com
v2: https://lore.kernel.org/20241024-remove_vic_resource_limits-v2-0-039b8cae5fdd@cisco.com
v1: https://lore.kernel.org/20241022041707.27402-2-neescoba@cisco.com
====================

Link: https://patch.msgid.link/20241113-remove_vic_resource_limits-v4-0-a34cf8570c67@cisco.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>