dpaa2 dpsw connection max-rate configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

dpaa2 dpsw connection max-rate configuration

578 Views
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
0 Kudos
Reply
2 Replies

552 Views
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 Kudos
Reply

497 Views
chongpeng
Contributor II

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

0 Kudos
Reply