[dpdk-dev] 答复: [RFC]app/testpmd: time-consuming question of mlockall function execution

2020-03-13 Thread humin (Q)
Hello, this is my report about my findings: mlockall() takes a very short time for different transparent hugepage configurations after using the fix in EAL. Log as follows: ** transparent_hugepage is madvise*** [root@X6000-C23-3U dpdk-19.11]# strace -T -e trace=mlockall ./build/app/test

[dpdk-dev] 答复: [RFC]app/testpmd: time-consuming question of mlockall function execution

2020-02-25 Thread humin (Q)
Hello, David Marchand, Thanks for your quick response. We have another question about your patch. It seems that mlockall() also takes about two seconds after using this patch(about 0.2 seconds before using this patch), if we use "always" option for transparent hugepage configration. Is this r