Hello,
I am using NXP S32G PFE on Linux and configuring the bridge through libfci_cli.
My current network setup includes an additional external router/switch, so in some cases the following log message is generated repeatedly during bridge operation:
[10017.573092] pfeng 46000000.pfe: PE1: fp_l2_bridge.c line 736: Mismatch between static L2 bridge entry and frame inbound port
What I want is not to solve the bridge topology itself, but simply to suppress this log message because it is flooding the terminal/log output in my use case.
I would like to ask the following:
For reference:
If needed, I can also provide:
Thank you.
Hello,
Thank you for your reply.
Please let me know if you need any additional information.
Thank you.
Hi,minJ
Thank you for contacting us. Could you share more information with me?
1.What is your PFE/BSP version?
2.Do you use the PFE on A core only as Master?
BR
Joey
Hi,minJ
Thank you for your reply.
1.You can try to modify the file of pfeng to disable the log output.
sw\pfe_platform\public\pfe_log_if.h
sw\pfe_platform\src\pfe_log_if.c
2.You can use this command to filter this error message in Kernel.
dmesg -w | grep -v "Mismatch between static L2 bridge entry and frame inbound port"
3.Also, you can share your L2 configuration with me, can help me try to produce your question, but it will take some time for the testing.
libfci_cli bridge configuration
bd-print / phyif-print output
Hope this information can help you.
BR
Joey