-
Notifications
You must be signed in to change notification settings - Fork 728
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
Bugfix 20240902 #995
Merged
Merged
Bugfix 20240902 #995
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
ywc689
commented
Sep 9, 2024
- Fix segmentation fault problem when running on machines whose cpu number is over DPVS_MAX_LCORE(issue mlx5网卡 运行dpvs出现Segmentation fault #991).
- Refactor netif_rte_port_alloc with netif_alloc.
- Fix prolems in IPv6 all-nodes and all-routers address initialization.
- Support IPv6 link-local address auto configuration(refer to linux:addr_gen_mode).
ywc689
added
the
pr/to-review-codes
review codes line by line and check if problem exists.
label
Sep 9, 2024
ywc689
force-pushed
the
bugfix-20240902
branch
from
September 9, 2024 12:19
d3daaa5
to
e32b3f2
Compare
ytwang0320
reviewed
Sep 11, 2024
…ber is over DPVS_MAX_LCORE. Fixed issue iqiyi#991. Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
…ation - configure the addresses only when ipv6 is enabled - configure the addresses on vlan devices - configure the addresses on ip-tunnel devices (though nothing is done) Signed-off-by: ywc689 <[email protected]>
Referencing linux kernel(https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt), dpvs supports 4 addr_gen_mode - eui64 - none - stable-privacy - random Signed-off-by: ywc689 <[email protected]>
ywc689
force-pushed
the
bugfix-20240902
branch
from
September 13, 2024 01:20
e32b3f2
to
ed1a6e9
Compare
ywc689
added
the
pr/to-test-codes
Compile and test the patch of pr to verify if it works.
label
Sep 13, 2024
ytwang0320
approved these changes
Sep 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve +1
ytwang0320
removed
the
pr/to-review-codes
review codes line by line and check if problem exists.
label
Sep 13, 2024
ywc689
added
pr/codes-reviewed-ok
code review passed and no problem found
pr/accepted
the pr passed all review stages and await to be merged
and removed
pr/to-test-codes
Compile and test the patch of pr to verify if it works.
labels
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pr/accepted
the pr passed all review stages and await to be merged
pr/codes-reviewed-ok
code review passed and no problem found
pr/codes-tested-ok
compile ok and specified tests passed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.