-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
software only AVB stack #892
Comments
You can't really certify a software stack. The certification is attached to a final product. The nearest thing I am aware of that is not a complete final product is the XMOS certification of their AVB evaluation module and the Coveloz certification of there FPGA based evaluation board. |
Just to clarify: There is already a L2/L3 network switch and need to add
this AVB feature. Is it possible to write software only solution given
strict latency needs? Or does it require FPGA solution on this existing
switch?
Similar to how Cisco supports:
https://www.cisco.com/c/en/us/products/switches/avb.html#~stickynav=1
They seem to have done AVB on FPGA.
…On Wed, Jan 15, 2020 at 5:14 AM andrew-elder ***@***.***> wrote:
You can't really certify a software stack. The certification is attached
to a final product. The nearest thing I am aware of that is no completely
final product is the XMOS certification of their AVB evaluation module and
the Coveloz certification of there FPGA based evaluation board.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#892>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMIHFBGEB23FWDWRYFDDRTQ54DZPANCNFSM4KG2NOVQ>
.
|
It's especially unlikely that you'll be able to implement AVB on a switch that wasn't designed with it in mind. In addition to the timestamping required, there are particular traffic shaping policies required, and these are usually built into the switch fabric hardware itself. It's possible that your switch chip vendor has already implemented these in your switch fabric chip; most of them probably have the IP for it by now, even if it's not included in all their designs. In that case they may also have reference designs for the protocols involved as well, or may be able to refer you to a third party supplier. Software or even FPGAs can only help if they have the right kind of access to the right places in the overall hardware architecture, and nothing about switch hardware is standardized enough for us to give you a general answer here. |
Are there any avnu certified software only AVB stack?
The text was updated successfully, but these errors were encountered: