Re: [net-next Patch v5 2/6] octeontx2-pf: Rename tot_tx_queues to non_qos_queues

From: Simon Horman
Date: Tue Mar 28 2023 - 10:45:13 EST


On Sun, Mar 26, 2023 at 11:42:41PM +0530, Hariprasad Kelam wrote:
> current implementation is such that tot_tx_queues contains both
> xdp queues and normal tx queues. which will be allocated in interface
> open calls and deallocated on interface down calls respectively.
>
> With addition of QOS, where send quees are allocated/deallacated upon
> user request Qos send queues won't be part of tot_tx_queues. So this
> patch renames tot_tx_queues to non_qos_queues.
>
> Signed-off-by: Hariprasad Kelam <hkelam@xxxxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>