On Mon, 23 Mar 2026 12:49:25 -0700 Long Li wrote: > Set the default number of queues per vPort to MANA_DEF_NUM_QUEUES (16), > as 16 queues can achieve optimal throughput for typical workloads. The > actual number of queues may be lower if it exceeds the hardware reported > limit. Users can increase the number of queues up to max_queues via > ethtool if needed.
Sorry we are a bit backlogged I didn't spot this in time (read: I'm planning to revert this unless proper explanation is provided) Could you explain why not use netif_get_num_default_rss_queues() ? Having local driver innovations is a major PITA for users who deal with heterogeneous envs.

