Skip to content

[action] [PR:19879] Ignore log analyzer error message related to source port GID mapping …#19936

Merged
mssonicbld merged 1 commit intosonic-net:202411from
mssonicbld:cherry/202411/19879
Jul 31, 2025
Merged

[action] [PR:19879] Ignore log analyzer error message related to source port GID mapping …#19936
mssonicbld merged 1 commit intosonic-net:202411from
mssonicbld:cherry/202411/19879

Conversation

@mssonicbld
Copy link
Copy Markdown
Collaborator

…in kernel

Description of PR

Summary:

Below Error message is seen occasionally during BFD scale test run
"
ERR kernel: [16615.430155] leaba_module_device 0000:0d:00.0: NPU2: leaba_hostif_get_by_port: Port gid out of range port_gid=384
"

It is transient and stops when trap action for BFD is programmed to send to SAI instead of NETDEV.
All BFD packets are sent to NPU host, it reinjects them if it does not have matching session so that CPU receives it. Once Session is estlabished, NPU host absorbs the message. since packet is recieved from NPUH , source system port is not correct in PUNT header and SDK logs error when packet is destined to NETDEV.
If packet is destined to SAI, kernel does not do the check. once the trap action is changed to SAI, error message is not seen.

This error message is seen in other scenarios and they have rate limited on the number of times this message is displayed
Fixes # (issue)
This error message does not have any functionality impact. Fix is to move the log message to ignore list.

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
  • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505

Approach

What is the motivation for this PR?

How did you do it?

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

@mssonicbld
Copy link
Copy Markdown
Collaborator Author

Original PR: #19879

@mssonicbld
Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld mssonicbld merged commit fd4ae21 into sonic-net:202411 Jul 31, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants