Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netif: fix duplicate ARP replies or KNI packets being counted as dropped #1002

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

lxchx
Copy link

@lxchx lxchx commented Oct 22, 2024

补丁修复了下列情况的数据包被误统计为dropped的问题:

  • 某个转发核收到arp reply后广播到其他转发核的数据包
  • 标记NETIF_PORT_FLAG_FORWARD2KNI的port的数据包又被判断为EDPVS_KNICONTINUE

上述场景不再累计dropped计数

@lxchx lxchx changed the base branch from master to devel October 23, 2024 06:53
@lxchx lxchx marked this pull request as draft October 23, 2024 06:54
@lxchx lxchx marked this pull request as ready for review October 23, 2024 06:54
@ywc689 ywc689 self-assigned this Oct 24, 2024
@ywc689 ywc689 added the pr/codes-reviewed-ok code review passed and no problem found label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/codes-reviewed-ok code review passed and no problem found
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants