Testing 802.1 Qav on ls1028a switch

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Testing 802.1 Qav on ls1028a switch

ソリューションへジャンプ
399件の閲覧回数
_mkl
Contributor II

Hello,

I am following the TSN tests on ls1028ardb in 4.1.4 of the Real-time Edge Software User Guide, but I am unable to get Qav on the switch to work. The switch always forwards the full transmission rate.

I have configured enetc2 as DSA port and enetc3 as standard port and send traffic with class 5 from enetc3 to swp5. On swp0 a second ls1028ardb is connected to capture the frames. If I configure Qav on the enetc3 port the rate is limited as expected, but not if i configure it on swp0:

$ sudo tsntool cbsset --device swp0 --tc 5 --percentage 10

In the manual two streams are mentioned, does the switch only rate limit with interferring streams? On enetc I had to configure also the upper traffic classes, does this apply to the switch as well?

ラベル(1)
0 件の賞賛
返信
1 解決策
350件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Which version of RTedge are you using? LS1028ARDB board?

In default configuration of LS1028ARDB dts, if eno3 is disabled, eno2 is used DSA port,
if eno3 is enabled, eno3 will be used DSA port in default.

About Qav, customer should disable cut through mode using below command before running cbsset:
tsntool ctset --device swp0 --queue_stat 0x0


Thanks.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
351件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Which version of RTedge are you using? LS1028ARDB board?

In default configuration of LS1028ARDB dts, if eno3 is disabled, eno2 is used DSA port,
if eno3 is enabled, eno3 will be used DSA port in default.

About Qav, customer should disable cut through mode using below command before running cbsset:
tsntool ctset --device swp0 --queue_stat 0x0


Thanks.

0 件の賞賛
返信
308件の閲覧回数
_mkl
Contributor II

I am using mickledore branch of https://github.com/nxp-qoriq/yocto-sdk.git on the ls1028a-rdb.

And indeed with cut-through disabled it works as expected.

Thanks!

0 件の賞賛
返信