hello, guys:
In NXP document DPAA2UM, it says:
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:
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