-
Notifications
You must be signed in to change notification settings - Fork 728
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
mlx5网卡 运行dpvs出现Segmentation fault #991
Comments
补充一下coredump的日志:
|
具体指定一下DPVS使用的CPU试试
|
非常感谢!这样看起来是可以正常运行的。👍🏻 但是对于报错的原因还是不太理解,请问这个为什么会报错呢? |
Segmentation fault 原因是系统的 CPU合数超过了 DPVS定义的 DPVS_MAX_LCORE 宏,一些模块初始化时访问了非法的内存地址。 |
了解了,非常感谢!👍 |
ywc689
added a commit
to ywc689/dpvs
that referenced
this issue
Sep 2, 2024
…ber is over DPVS_MAX_LCORE. Fixed issue iqiyi#991. Signed-off-by: ywc689 <[email protected]>
Merged
ywc689
added a commit
to ywc689/dpvs
that referenced
this issue
Sep 13, 2024
…ber is over DPVS_MAX_LCORE. Fixed issue iqiyi#991. Signed-off-by: ywc689 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境:
使用的配置文件:./conf/dpvs.conf.single-nic.sample
启动指令,只绑定一个网卡:
./bin/dpvs -c ./conf/dpvs.conf.single-nic.sample -- -a 0000:b1:00.1
日志:
请问一下,这个报错原因是不是因为:mlx5 驱动的问题?
The text was updated successfully, but these errors were encountered: