| 010f6f3f | 05-Jan-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
lib/rpc: add APIs to manage server objects
Following patches will aim to move managing instances of RPC servers from lib/rpc (currently a single global instance) to lib/init (we'll have a list of se
lib/rpc: add APIs to manage server objects
Following patches will aim to move managing instances of RPC servers from lib/rpc (currently a single global instance) to lib/init (we'll have a list of server instances there) and lib/rpc will be responsible for creating/closing given RPC server objects. For that to be possible we first need a set of functions taking/returning server objects in lib/rpc.
Change-Id: I167572aeddf5f62bbf8ce7c0ae187071728315c5 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21318 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|