Sundeep,
Great!
no such guide is however available. I would suggest the following:
add new files:
ndb/src/common/transporter/IBA_Transporter.hpp
ndb/src/common/transporter/IBA_Transporter.cpp
ndb/src/common/transporter/TransporterRegistry.cpp
(following the examples of the SHM_ SCI_ TCP_)
if you want to be able to configure in config file and setup these
additional transporters you need to add stuff in these files:
ndb/src/common/mgmcommon/ConfigInfo.cpp
ndb/src/common/mgmcommon/IPCConfig.cpp
ndb/include/mgmapi/mgmapi_config_parameters.h
(following the examples of the SHM_ SCI_ TCP_)
Good luck,
T
Sundeep Narravula wrote:
>Hi all,
>
> I do not have access to SCI. But still want to benifit from better
>networks. Currently I am looking at IBA for this purpose. So I have the
>following questions for which I could not find help in the documentations
>available.
>
>1. What are the main issues in adding a new transport?
>
>2. And is these a where and how guide for development? Especially, with
>respect to buffer/data management and transport management.
>
> Currently I have started with additions in the src/common/transporter/ on
>lines of the current transporters.
>
> Plz do let me know.
>
>Thanks in advance,
>
> --Sundeep.
>
>
>
>