Code-refactoring for RMA operations routines.
This patch just does code refactoring for RMA operation rountines
to make the code structure clearer. This patch does not change any
functionality.
After code refactoring, in each operation routine, for non-SHM operations
we do the work in the following order:
(1) allocate a new op struct;
(2) fill areas in op struct, except for packet struct in op struct;
(3) initialize packet struct in op struct, fill areas in packet struct;
(4) enqueue op to data structure on window.
Signed-off-by:
Pavan Balaji <balaji@anl.gov>
Please register or sign in to comment