ipdk-io / ipdk

Infrastructure Programmer Development Kit (IPDK) is an open source, vendor agnostic framework of drivers and APIs for infrastructure offload and management that runs on a CPU, IPU, DPU or switch.
Apache License 2.0
185 stars 68 forks source link

Eliminate shell calls in storage. #320

Closed artek-koltun closed 1 year ago

artek-koltun commented 1 year ago

Shell was used in storage to call grpc_cli tool. However, shell calls are treated as unsafe by some code scanners and they have to be replaced with some more reliable approaches.