[vpp-dev] Why memfd not use hugepage memory?

2020-02-27 Thread
Hi ALL, I found memfd use normal memory rather than hugepage memory. But clib_mem_vm_ext_alloc can support hugepage memory now. Can hugepage memory improve memfd performance ? Regards, Hanlin 发自网易邮箱大师-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onlin

Re: [vpp-dev] MLX5 NIC interface is not visible

2021-12-21 Thread
You can try to add "vpp_uses_dpdk_mlx5_pmd = yes" to build-data/platforms/vpp.mk. | | 汪翰林 | | hanlin_w...@163.com | On 12/19/2021 03:04,Varun Rapelly wrote: Thanks Matt and Hub for your prompt response. Option 2 (suggested by Matt) worked fine in master branch. vpp# sh ve

Re: [vpp-dev] test performance of nginx using vpp host stack#vpp-hoststack

2022-05-04 Thread
You can try to set the long downstream and upstream connections in nginx configruation like this: http { ... keepalive_timeout 65; keepalive_requests 100; upstream backend{ ... keepalive 3; } } Regards, Hanlin | | 汪翰林 | | hanlin_w...@163.com

Re: [vpp-dev] test performance of nginx using vpp host stack#vpp-hoststack

2022-05-04 Thread
Can you check if [1] patch merged? [1] https://gerrit.fd.io/r/c/vpp/+/33496 Regards, Hanlin | | 汪翰林 | | hanlin_w...@163.com | On 5/5/2022 10:51, wrote: Hi, When I set a long connection, the performance of vpp proxy is higher than before. But we need to set a short connection between vpp