-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Shrink the size of extra_info array
Currently, extra_info is a 256*8 bytes array in efa_rdm_ep and efa_rdm_peer, this is way too much as it can cover 256*64 bits of extra features/requests that RDM endpoint is likely to have. This patch reduces it to 4*8 bytes array that can cover 256 bits which should be enough for the foreseeable future. Signed-off-by: Shi Jin <[email protected]>
- Loading branch information
1 parent
a34b25c
commit 4050272
Showing
2 changed files
with
7 additions
and
2 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