On 2020-02-20 12:47, Ming Lei wrote: > Actually, I suggested to do the following way: > > if (set->nr_maps == 1) > set->map[HCTX_TYPE_DEFAULT].nr_queues = set->nr_hw_queues; > > then people won't be confused wrt. relation between set->nr_hw_queues > and .nr_queues of each mapping. Ah, thanks for the clarification. I will make that change. Bart.