We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、是否支持对IPv4/IPv6分片报文的负载均衡? 2、是否支持SH、DH以及源IP+目的IP地址方式的哈希负载均衡? 3、早期DPVS为何不基于VPP来实现LB?主机协议栈、表项同步等机制VPP可能都已经有了。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
不支持 支持源IP, Maglev两种哈希调度方法 DPVS不需要完整 协议栈,VPP用于四层LB还是有点重了
@ywc689 多谢。 1、不支持分片负载均衡的话,那对于有分片场景的如何解决或规避的?有些业务可能无法确定是否存在分片。 3、如果不支持分片场景,使用VPP也可以在提前做负载均衡不需要跑完整个协议栈吧。同时,通过其全部重组或虚拟重组可以实现分片的处理,性能会变差很多,安全也会有问题。不过分片场景不支持,不好说业务可能跑不起来。
No branches or pull requests
1、是否支持对IPv4/IPv6分片报文的负载均衡?
2、是否支持SH、DH以及源IP+目的IP地址方式的哈希负载均衡?
3、早期DPVS为何不基于VPP来实现LB?主机协议栈、表项同步等机制VPP可能都已经有了。
The text was updated successfully, but these errors were encountered: