Skip to content

update metric_key with direction & dst_port#627

Merged
kmesh-bot merged 1 commit intokmesh-net:mainfrom
nlgwcy:ipv6-1
Jul 23, 2024
Merged

update metric_key with direction & dst_port#627
kmesh-bot merged 1 commit intokmesh-net:mainfrom
nlgwcy:ipv6-1

Conversation

@nlgwcy
Copy link
Copy Markdown
Contributor

@nlgwcy nlgwcy commented Jul 23, 2024

What type of PR is this?

/kind enhancement

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: wuchangye <wuchangye@huawei.com>
@kmesh-bot kmesh-bot added the kind/enhancement New feature or request label Jul 23, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.14%. Comparing base (aec868a) to head (28fe500).
Report is 12 commits behind head on main.

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecaee92...28fe500. Read the comment docs.

bpf_memcpy(key->src_ip.ip6, sk->dst_ip6, IPV6_ADDR_LEN);
bpf_memcpy(key->dst_ip.ip6, sk->src_ip6, IPV6_ADDR_LEN);
}
key->dst_port = sk->src_port;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be dst_port>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When DIRECTION is INBOUND, the src and dst of the sk are the opposite of the src and dst of the traffic.
So when direction is inbound, dst_port is src_port

Copy link
Copy Markdown
Member

@hzxuzhonghu hzxuzhonghu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@kmesh-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hzxuzhonghu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot kmesh-bot merged commit 064614b into kmesh-net:main Jul 23, 2024
@nlgwcy nlgwcy deleted the ipv6-1 branch August 16, 2024 06:31
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.

4 participants