Results 133 comments of wencyu

Segmentation fault 原因是系统的 CPU合数超过了 DPVS定义的 DPVS_MAX_LCORE 宏,一些模块初始化时访问了非法的内存地址。 我们后面修复下这个问题。不过 DPVS 还是建议启动时用 DPDK 命令行参数明确指定使用的 CPU 和网卡。

使用UOA时,前3个包不是UDP包,只抓UDP是捕获不到前三个包的

I didn't find any problem in your configuration. You may further analyse the problem with the following advices. 1. check network connections between dpvs dpdk1 port and backends 2. use...

As shown in your statistics, fullnat connection was not created. It suggests do the following checks and tests. 1. Check if sapool on local IP is configured successfully. ``` dpip...

1. 不支持 2. 支持源IP, Maglev两种哈希调度方法 3. DPVS不需要完整 协议栈,VPP用于四层LB还是有点重了

The devel branch included patches for nginx v1.26.0. Hope it helps. https://github.com/iqiyi/dpvs/tree/devel/patch/nginx

``` "addr": "2.2.2.2/32", ``` IP地址解析失败了,去掉 /32 试试。

@you-looks-not-tasty 可以加固下这个地方,避免出现crash。

提供的dpdk编译日志没看到有报错信息。