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

allow to set CPU affinity for tcp listen socket #539

Merged
merged 2 commits into from
Feb 8, 2025
Merged

Conversation

zh-jq-b
Copy link
Member

@zh-jq-b zh-jq-b commented Feb 8, 2025

No description provided.

@zh-jq-b zh-jq-b force-pushed the socket-affinity branch 2 times, most recently from 08bbc4a to 814d3f2 Compare February 8, 2025 08:48
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

Attention: Patch coverage is 44.57831% with 92 lines in your changes missing coverage. Please review.

Project coverage is 54.32%. Comparing base (d58e46a) to head (53bc48b).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
lib/g3-socket/src/sockopt/linux.rs 41.66% 28 Missing ⚠️
lib/g3-daemon/src/listen/tcp.rs 46.34% 22 Missing ⚠️
lib/g3-socket/src/tcp.rs 0.00% 10 Missing ⚠️
lib/g3-daemon/src/server/connection.rs 0.00% 9 Missing ⚠️
lib/g3-daemon/src/runtime/worker.rs 72.00% 7 Missing ⚠️
g3bench/src/target/dns/mod.rs 33.33% 4 Missing ⚠️
lib/g3-socket/src/raw/mod.rs 0.00% 4 Missing ⚠️
lib/g3-yaml/src/value/net/tcp.rs 0.00% 4 Missing ⚠️
lib/g3-types/src/net/tcp/listen.rs 57.14% 3 Missing ⚠️
g3bench/src/worker.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
- Coverage   54.34%   54.32%   -0.03%     
==========================================
  Files        1180     1180              
  Lines      108560   108690     +130     
==========================================
+ Hits        58999    59042      +43     
- Misses      49561    49648      +87     
Flag Coverage Δ
g3bench 31.59% <13.85%> (-0.07%) ⬇️
g3proxy 53.85% <45.28%> (-0.03%) ⬇️
lib 25.03% <13.20%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zh-jq zh-jq merged commit b407c3c into master Feb 8, 2025
88 of 90 checks passed
@zh-jq zh-jq deleted the socket-affinity branch February 8, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants