Re: [dpdk-dev] [PATCH] net/mvpp2: config and commit tm after port configured

2021-07-12 Thread Jerin Jacob
On Sun, Jul 11, 2021 at 6:42 PM wrote: > > From: Dana Vardi > > Need to set configure flag to allow create and commit mrvl tm > hierarchy tree. tm configuration depends on parameters that are > being set in port configure stage, e.g. nb_tx_queues. > This also aligned with the tm api description.

[dpdk-dev] [PATCH] net/mvpp2: config and commit tm after port configured

2021-07-11 Thread danat
From: Dana Vardi Need to set configure flag to allow create and commit mrvl tm hierarchy tree. tm configuration depends on parameters that are being set in port configure stage, e.g. nb_tx_queues. This also aligned with the tm api description. Fixes: 429c394417 ("net/mvpp2: support traffic manag