diff options
author | 2018-11-28 12:01:18 +0530 | |
---|---|---|
committer | 2018-12-24 11:54:13 +0530 | |
commit | 550eae9cfdc9f6a42ce5a81cf0873f8de7d1074b (patch) | |
tree | 6b7725aef4853029951585126bf13c15fc718545 /stacks/rsocket | |
parent | fa0dce9d94e9bfbdd9ec877036a101d2fd69f42c (diff) |
Fix: Rename the config folders inside dmm/stacks.
Change-Id: Ie50f7f26ae7741e26572c9f2b5b049c458f4649e
Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'stacks/rsocket')
-rw-r--r-- | stacks/rsocket/configure/module_config.json (renamed from stacks/rsocket/config/module_config.json) | 0 | ||||
-rw-r--r-- | stacks/rsocket/configure/rd_config.json (renamed from stacks/rsocket/config/rd_config.json) | 0 | ||||
-rw-r--r-- | stacks/rsocket/doc/README.md | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/stacks/rsocket/config/module_config.json b/stacks/rsocket/configure/module_config.json index 736de24..736de24 100644 --- a/stacks/rsocket/config/module_config.json +++ b/stacks/rsocket/configure/module_config.json diff --git a/stacks/rsocket/config/rd_config.json b/stacks/rsocket/configure/rd_config.json index 5c6f861..5c6f861 100644 --- a/stacks/rsocket/config/rd_config.json +++ b/stacks/rsocket/configure/rd_config.json diff --git a/stacks/rsocket/doc/README.md b/stacks/rsocket/doc/README.md index 237db68..6cdacfb 100644 --- a/stacks/rsocket/doc/README.md +++ b/stacks/rsocket/doc/README.md @@ -34,10 +34,10 @@ dmm/release/lib64/libdmm_rsocket.so ```sh #export LD_LIBRARY_PATH=${dmm}/release/lib64 #export LD_PRELOAD=${dmm}/release/lib64/libnStackAPI.so - #export NSTACK_MOD_CFG_FILE=${dmm}/stacks/rsocket/config/module_config.json - #export NSTACK_MOD_CFG_RD=${dmm}/stacks/rsocket/config/rd_config.json + #export NSTACK_MOD_CFG_FILE=${dmm}/stacks/rsocket/configure/module_config.json + #export NSTACK_MOD_CFG_RD=${dmm}/stacks/rsocket/configure/rd_config.json ``` -- Steps 2: Modify rd_config.json(located at dmm/stacks/rsocket/config/) +- Steps 2: Modify rd_config.json(located at dmm/stacks/rsocket/configure/) ```sh #vim rd_config.json //set "subnet": "192.168.21.1/24" @@ -107,4 +107,4 @@ all using GSAPI macro control. https://wiki.fd.io/view/DMM https://github.com/ofiwg/librdmacm/blob/master/docs/rsocket https://github.com/rsocket/rsocket -http://www.mellanox.com/page/products_dyn?product_family=26
\ No newline at end of file +http://www.mellanox.com/page/products_dyn?product_family=26 |