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

Bugfix 20240902 #995

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Bugfix 20240902 #995

merged 4 commits into from
Sep 13, 2024

Conversation

ywc689
Copy link
Collaborator

@ywc689 ywc689 commented Sep 9, 2024

  1. Fix segmentation fault problem when running on machines whose cpu number is over DPVS_MAX_LCORE(issue mlx5网卡 运行dpvs出现Segmentation fault #991).
  2. Refactor netif_rte_port_alloc with netif_alloc.
  3. Fix prolems in IPv6 all-nodes and all-routers address initialization.
  4. Support IPv6 link-local address auto configuration(refer to linux:addr_gen_mode).

@ywc689 ywc689 added the pr/to-review-codes review codes line by line and check if problem exists. label Sep 9, 2024
@ywc689 ywc689 added the pr/codes-tested-ok compile ok and specified tests passed label Sep 9, 2024
…ber is over DPVS_MAX_LCORE.

Fixed issue iqiyi#991.

Signed-off-by: ywc689 <ywc689@163.com>
Signed-off-by: ywc689 <ywc689@163.com>
…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 <ywc689@163.com>
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 <ywc689@163.com>
@ywc689 ywc689 added the pr/to-test-codes Compile and test the patch of pr to verify if it works. label Sep 13, 2024
@ytwang0320 ytwang0320 self-requested a review September 13, 2024 01:28
Copy link
Collaborator

@ytwang0320 ytwang0320 left a comment

Choose a reason for hiding this comment

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

approve +1

@ytwang0320 ytwang0320 removed the pr/to-review-codes review codes line by line and check if problem exists. label Sep 13, 2024
@ywc689 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
@ywc689 ywc689 merged commit 6765f6d into iqiyi:devel Sep 13, 2024
9 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants