-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpvs: split all the members of dpvs connection into two groups for its
initialization and it's for the benefit of CPS. - Remove the operation of bezeroing all the members of dpvs connection within dp_vs_conn_alloc(). - Each member of dpvs connection is initialized ONCE via dp_vs_conn_pre_init() or dp_vs_conn_new(). - dp_vs_conn_pre_init() initializes all the member of one group as 0, but ack_mbuf. - dp_vs_conn_new() initializes all the members of the other group with the specific values.
- Loading branch information
zhuangyan
committed
Aug 11, 2020
1 parent
22946ee
commit 6c2671c
Showing
2 changed files
with
98 additions
and
67 deletions.
There are no files selected for viewing
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
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