dpaa2 dpsw connection max-rate configuration

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

dpaa2 dpsw connection max-rate configuration

575 次查看
chongpeng
Contributor II

hello, guys:

In NXP document DPAA2UM, it says:

chongpeng_0-1686237404866.png

based on this information, I tried to configure committed_rate and max_rate to 1000m for 2 connections in my dpl file, as follows:
 
 connections {

                connection@1{
                        endpoint1 = "dpni@0";
                        endpoint2 = "dpsw@0/if@0";
                        committed_rate = <0x3e8>
                        max_rate = <0x3e8>
                };

                connection@2{
                        endpoint1 = "dpni@1";
                        endpoint2 = "dpsw@0/if@1";
                        committed_rate = <0x3e8>
                        max_rate = <0x3e8>
                };

                connection@3{
                        endpoint1 = "dpsw@0/if@2";
                        endpoint2 = "dpmac@18";
                };
 
However, the build process give me the dts file parsing error:
 
chongpeng_1-1686237535323.png

 

We are using the hardnott release, and the MC version is 10.30.x
 
Is this the right way to configure max_rate and committed_rate in a dpl file? or am I doing something wrong?
 
Thx a lot.

 

Chong Peng
标记 (4)
0 项奖励
回复
2 回复数

549 次查看
SebastianG
NXP TechSupport
NXP TechSupport

hello @chongpeng,

I would like to inform you that I'm working on your question, I will let you know as soon as I have an update.

Thank you so much for your patience

Regards,

Sebastian

0 项奖励
回复

494 次查看
chongpeng
Contributor II

never mind, @SebastianG , i missed the ";" in dpl file. 

0 项奖励
回复