pengwei_chen

Results 7 comments of pengwei_chen

@donaldsharp thanks for your reply. Now our VM base on the RHEL8 which used the 4.18 kernel, and we cannot upgrade it. But from our verification, below secnario works well:...

hi @donaldsharp I use the RHEL 9.4(kernel 5.14) with FRR 10.0.1, the error log still exists. ``` [root@mcptt-cp ~]# uname -a Linux mcptt-cp 5.14.0-427.13.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 10...

With the kernel "5.14.0-427.57.1.el9_4.x86_64" this error log should be fixed.

I installed the `perf` and `frr-debuginfo`, run below command to get the files: ``` perf record -g --call-graph=dwarf -p 21969 -- sleep 10 perf script | ./stackcollapse-perf.pl | ./flamegraph.pl >...

I just installed the `kernel-debuginfo-5.14.0-427.57.1.el9_4.x86_64.rpm` package and test it again ``` perf record -g --call-graph=dwarf -p 777 -- sleep 30 perf script > out.perf ./stackcollapse-perf.pl out.perf | ./flamegraph.pl > pim6d_debug_flamegraph.svg...

hi @donaldsharp Did you check the perf data, if you have any finding, pls let me know. Thanks~~

hi @Roytak Thanks your confirmation, I will try to upgrade to the new libnetconf2 version. This issue can closed now.