Skip to content

Question: AVB Frame size Limit #33

Answered by Musteblume
KimHyeri0311 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

the ANDL generates a default AVBTrafficSourceApp. The default interval in AVB for SRclass A is 125us (B is 250us).
16,66ms / 125us = 133,28
133,28 * 326Byte = 43.449,28Byte
You are using the AVBCustomIntervalTrafficSourceApp where you can specify your custom interval of 16,66ms (uniform is just needed if you have a time span).
So, both configurations transport the same amount of traffic.

There is one difference that must be considered.
Larger frames at same bandwidth result in different behavior of the CBS credit.
After sending a frame with 678Byte the credit will not increase back to 0 within the SRclasss A class measurement interval (also 125us).
This results in an increased worst c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Musteblume
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question This is a question
2 participants
Converted from issue

This discussion was converted from issue #20 on April 23, 2022 17:17.