FPGA 负载平衡堆栈
I wish to implement a load balancing stack on an FPGA.
Apart from this research : link text, I haven't found anything available.
Do you know of any LB stacks out there, proprietary or open source?
Cheers,
Louis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于这需要 FPGA 周围的硬件具有多个以太网链路,因此很难找到。然而,可能有商业硬件可以使用 FPGA 来实现这一点,但这将是完全专有的。
我会考虑使用 DD-WRT 或类似软件来完成此操作。
Since that requires hardware around the FPGA with multiple Ethernet links, this is going to be hard to find. However there may be commercial hardware that does this with FPGAs, but that will be fully proprietary.
I would consider doing this in software with DD-WRT or similar.
如果您需要多个以太网链路,您可能需要在 www.Terasic.com 上查看 Terasic 的 DE4 或 DE2-115。在大学里用过他们的板子。我非常推荐。
If you need multiple ethernet links, you might want to check out Terasic's DE4 or DE2-115 at www.Terasic.com. Used their boards in university. I very much recommend.