Question: AVB Frame size Limit #33
-
Hello, I have a question regarding to AVB 802.1Qav Is the configuration(manual) below correct? This code is for Configuration of Node.ini **.Cam3_App.app[0].typename = "AVBCustomIntervalTrafficSourceApp" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, the ANDL generates a default AVBTrafficSourceApp. The default interval in AVB for SRclass A is 125us (B is 250us). There is one difference that must be considered. Hope this answers your question. Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi, Best Regards, |
Beta Was this translation helpful? Give feedback.
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…