tipc_config.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. /*
  2. * include/uapi/linux/tipc_config.h: Header for TIPC configuration interface
  3. *
  4. * Copyright (c) 2003-2006, Ericsson AB
  5. * Copyright (c) 2005-2007, 2010-2011, Wind River Systems
  6. * All rights reserved.
  7. *
  8. * Redistribution and use in source and binary forms, with or without
  9. * modification, are permitted provided that the following conditions are met:
  10. *
  11. * 1. Redistributions of source code must retain the above copyright
  12. * notice, this list of conditions and the following disclaimer.
  13. * 2. Redistributions in binary form must reproduce the above copyright
  14. * notice, this list of conditions and the following disclaimer in the
  15. * documentation and/or other materials provided with the distribution.
  16. * 3. Neither the names of the copyright holders nor the names of its
  17. * contributors may be used to endorse or promote products derived from
  18. * this software without specific prior written permission.
  19. *
  20. * Alternatively, this software may be distributed under the terms of the
  21. * GNU General Public License ("GPL") version 2 as published by the Free
  22. * Software Foundation.
  23. *
  24. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  25. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  26. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  27. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  28. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  29. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  30. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  31. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  32. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  33. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  34. * POSSIBILITY OF SUCH DAMAGE.
  35. */
  36. #ifndef _LINUX_TIPC_CONFIG_H_
  37. #define _LINUX_TIPC_CONFIG_H_
  38. #include <linux/types.h>
  39. #include <linux/string.h>
  40. #include <linux/tipc.h>
  41. #include <asm/byteorder.h>
  42. #include <arpa/inet.h> /* for ntohs etc. */
  43. /*
  44. * Configuration
  45. *
  46. * All configuration management messaging involves sending a request message
  47. * to the TIPC configuration service on a node, which sends a reply message
  48. * back. (In the future multi-message replies may be supported.)
  49. *
  50. * Both request and reply messages consist of a transport header and payload.
  51. * The transport header contains info about the desired operation;
  52. * the payload consists of zero or more type/length/value (TLV) items
  53. * which specify parameters or results for the operation.
  54. *
  55. * For many operations, the request and reply messages have a fixed number
  56. * of TLVs (usually zero or one); however, some reply messages may return
  57. * a variable number of TLVs. A failed request is denoted by the presence
  58. * of an "error string" TLV in the reply message instead of the TLV(s) the
  59. * reply should contain if the request succeeds.
  60. */
  61. /*
  62. * Public commands:
  63. * May be issued by any process.
  64. * Accepted by own node, or by remote node only if remote management enabled.
  65. */
  66. #define TIPC_CMD_NOOP 0x0000 /* tx none, rx none */
  67. #define TIPC_CMD_GET_NODES 0x0001 /* tx net_addr, rx node_info(s) */
  68. #define TIPC_CMD_GET_MEDIA_NAMES 0x0002 /* tx none, rx media_name(s) */
  69. #define TIPC_CMD_GET_BEARER_NAMES 0x0003 /* tx none, rx bearer_name(s) */
  70. #define TIPC_CMD_GET_LINKS 0x0004 /* tx net_addr, rx link_info(s) */
  71. #define TIPC_CMD_SHOW_NAME_TABLE 0x0005 /* tx name_tbl_query, rx ultra_string */
  72. #define TIPC_CMD_SHOW_PORTS 0x0006 /* tx none, rx ultra_string */
  73. #define TIPC_CMD_SHOW_LINK_STATS 0x000B /* tx link_name, rx ultra_string */
  74. #define TIPC_CMD_SHOW_STATS 0x000F /* tx unsigned, rx ultra_string */
  75. /*
  76. * Protected commands:
  77. * May only be issued by "network administration capable" process.
  78. * Accepted by own node, or by remote node only if remote management enabled
  79. * and this node is zone manager.
  80. */
  81. #define TIPC_CMD_GET_REMOTE_MNG 0x4003 /* tx none, rx unsigned */
  82. #define TIPC_CMD_GET_MAX_PORTS 0x4004 /* tx none, rx unsigned */
  83. #define TIPC_CMD_GET_MAX_PUBL 0x4005 /* obsoleted */
  84. #define TIPC_CMD_GET_MAX_SUBSCR 0x4006 /* obsoleted */
  85. #define TIPC_CMD_GET_MAX_ZONES 0x4007 /* obsoleted */
  86. #define TIPC_CMD_GET_MAX_CLUSTERS 0x4008 /* obsoleted */
  87. #define TIPC_CMD_GET_MAX_NODES 0x4009 /* obsoleted */
  88. #define TIPC_CMD_GET_MAX_SLAVES 0x400A /* obsoleted */
  89. #define TIPC_CMD_GET_NETID 0x400B /* tx none, rx unsigned */
  90. #define TIPC_CMD_ENABLE_BEARER 0x4101 /* tx bearer_config, rx none */
  91. #define TIPC_CMD_DISABLE_BEARER 0x4102 /* tx bearer_name, rx none */
  92. #define TIPC_CMD_SET_LINK_TOL 0x4107 /* tx link_config, rx none */
  93. #define TIPC_CMD_SET_LINK_PRI 0x4108 /* tx link_config, rx none */
  94. #define TIPC_CMD_SET_LINK_WINDOW 0x4109 /* tx link_config, rx none */
  95. #define TIPC_CMD_SET_LOG_SIZE 0x410A /* obsoleted */
  96. #define TIPC_CMD_DUMP_LOG 0x410B /* obsoleted */
  97. #define TIPC_CMD_RESET_LINK_STATS 0x410C /* tx link_name, rx none */
  98. /*
  99. * Private commands:
  100. * May only be issued by "network administration capable" process.
  101. * Accepted by own node only; cannot be used on a remote node.
  102. */
  103. #define TIPC_CMD_SET_NODE_ADDR 0x8001 /* tx net_addr, rx none */
  104. #define TIPC_CMD_SET_REMOTE_MNG 0x8003 /* tx unsigned, rx none */
  105. #define TIPC_CMD_SET_MAX_PORTS 0x8004 /* tx unsigned, rx none */
  106. #define TIPC_CMD_SET_MAX_PUBL 0x8005 /* obsoleted */
  107. #define TIPC_CMD_SET_MAX_SUBSCR 0x8006 /* obsoleted */
  108. #define TIPC_CMD_SET_MAX_ZONES 0x8007 /* obsoleted */
  109. #define TIPC_CMD_SET_MAX_CLUSTERS 0x8008 /* obsoleted */
  110. #define TIPC_CMD_SET_MAX_NODES 0x8009 /* obsoleted */
  111. #define TIPC_CMD_SET_MAX_SLAVES 0x800A /* obsoleted */
  112. #define TIPC_CMD_SET_NETID 0x800B /* tx unsigned, rx none */
  113. /*
  114. * Reserved commands:
  115. * May not be issued by any process.
  116. * Used internally by TIPC.
  117. */
  118. #define TIPC_CMD_NOT_NET_ADMIN 0xC001 /* tx none, rx none */
  119. /*
  120. * TLV types defined for TIPC
  121. */
  122. #define TIPC_TLV_NONE 0 /* no TLV present */
  123. #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
  124. #define TIPC_TLV_UNSIGNED 2 /* 32-bit integer */
  125. #define TIPC_TLV_STRING 3 /* char[128] (max) */
  126. #define TIPC_TLV_LARGE_STRING 4 /* char[2048] (max) */
  127. #define TIPC_TLV_ULTRA_STRING 5 /* char[32768] (max) */
  128. #define TIPC_TLV_ERROR_STRING 16 /* char[128] containing "error code" */
  129. #define TIPC_TLV_NET_ADDR 17 /* 32-bit integer denoting <Z.C.N> */
  130. #define TIPC_TLV_MEDIA_NAME 18 /* char[TIPC_MAX_MEDIA_NAME] */
  131. #define TIPC_TLV_BEARER_NAME 19 /* char[TIPC_MAX_BEARER_NAME] */
  132. #define TIPC_TLV_LINK_NAME 20 /* char[TIPC_MAX_LINK_NAME] */
  133. #define TIPC_TLV_NODE_INFO 21 /* struct tipc_node_info */
  134. #define TIPC_TLV_LINK_INFO 22 /* struct tipc_link_info */
  135. #define TIPC_TLV_BEARER_CONFIG 23 /* struct tipc_bearer_config */
  136. #define TIPC_TLV_LINK_CONFIG 24 /* struct tipc_link_config */
  137. #define TIPC_TLV_NAME_TBL_QUERY 25 /* struct tipc_name_table_query */
  138. #define TIPC_TLV_PORT_REF 26 /* 32-bit port reference */
  139. /*
  140. * Link priority limits (min, default, max, media default)
  141. */
  142. #define TIPC_MIN_LINK_PRI 0
  143. #define TIPC_DEF_LINK_PRI 10
  144. #define TIPC_MAX_LINK_PRI 31
  145. #define TIPC_MEDIA_LINK_PRI (TIPC_MAX_LINK_PRI + 1)
  146. /*
  147. * Link tolerance limits (min, default, max), in ms
  148. */
  149. #define TIPC_MIN_LINK_TOL 50
  150. #define TIPC_DEF_LINK_TOL 1500
  151. #define TIPC_MAX_LINK_TOL 30000
  152. #if (TIPC_MIN_LINK_TOL < 16)
  153. #error "TIPC_MIN_LINK_TOL is too small (abort limit may be NaN)"
  154. #endif
  155. /*
  156. * Link window limits (min, default, max), in packets
  157. */
  158. #define TIPC_MIN_LINK_WIN 16
  159. #define TIPC_DEF_LINK_WIN 50
  160. #define TIPC_MAX_LINK_WIN 8191
  161. struct tipc_node_info {
  162. __be32 addr; /* network address of node */
  163. __be32 up; /* 0=down, 1= up */
  164. };
  165. struct tipc_link_info {
  166. __be32 dest; /* network address of peer node */
  167. __be32 up; /* 0=down, 1=up */
  168. char str[TIPC_MAX_LINK_NAME]; /* link name */
  169. };
  170. struct tipc_bearer_config {
  171. __be32 priority; /* Range [1,31]. Override per link */
  172. __be32 disc_domain; /* <Z.C.N> describing desired nodes */
  173. char name[TIPC_MAX_BEARER_NAME];
  174. };
  175. struct tipc_link_config {
  176. __be32 value;
  177. char name[TIPC_MAX_LINK_NAME];
  178. };
  179. #define TIPC_NTQ_ALLTYPES 0x80000000
  180. struct tipc_name_table_query {
  181. __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */
  182. __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
  183. __be32 lowbound; /* (i.e. displays all entries of name table) */
  184. __be32 upbound;
  185. };
  186. /*
  187. * The error string TLV is a null-terminated string describing the cause
  188. * of the request failure. To simplify error processing (and to save space)
  189. * the first character of the string can be a special error code character
  190. * (lying by the range 0x80 to 0xFF) which represents a pre-defined reason.
  191. */
  192. #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
  193. #define TIPC_CFG_NOT_NET_ADMIN "\x81" /* must be network administrator */
  194. #define TIPC_CFG_NOT_ZONE_MSTR "\x82" /* must be zone master */
  195. #define TIPC_CFG_NO_REMOTE "\x83" /* remote management not enabled */
  196. #define TIPC_CFG_NOT_SUPPORTED "\x84" /* request is not supported by TIPC */
  197. #define TIPC_CFG_INVALID_VALUE "\x85" /* request has invalid argument value */
  198. /*
  199. * A TLV consists of a descriptor, followed by the TLV value.
  200. * TLV descriptor fields are stored in network byte order;
  201. * TLV values must also be stored in network byte order (where applicable).
  202. * TLV descriptors must be aligned to addresses which are multiple of 4,
  203. * so up to 3 bytes of padding may exist at the end of the TLV value area.
  204. * There must not be any padding between the TLV descriptor and its value.
  205. */
  206. struct tlv_desc {
  207. __be16 tlv_len; /* TLV length (descriptor + value) */
  208. __be16 tlv_type; /* TLV identifier */
  209. };
  210. #define TLV_ALIGNTO 4
  211. #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  212. #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
  213. #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
  214. #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  215. static __inline__ int TLV_OK(const void *tlv, __u16 space)
  216. {
  217. /*
  218. * Would also like to check that "tlv" is a multiple of 4,
  219. * but don't know how to do this in a portable way.
  220. * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
  221. * won't allow binary "&" with a pointer.
  222. * - Tried casting "tlv" to integer type, but causes warning about size
  223. * mismatch when pointer is bigger than chosen type (int, long, ...).
  224. */
  225. return (space >= TLV_SPACE(0)) &&
  226. (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
  227. }
  228. static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type)
  229. {
  230. return TLV_OK(tlv, space) &&
  231. (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
  232. }
  233. static __inline__ int TLV_GET_LEN(struct tlv_desc *tlv)
  234. {
  235. return ntohs(tlv->tlv_len);
  236. }
  237. static __inline__ void TLV_SET_LEN(struct tlv_desc *tlv, __u16 len)
  238. {
  239. tlv->tlv_len = htons(len);
  240. }
  241. static __inline__ int TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type)
  242. {
  243. return (ntohs(tlv->tlv_type) == type);
  244. }
  245. static __inline__ void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type)
  246. {
  247. tlv->tlv_type = htons(type);
  248. }
  249. static __inline__ int TLV_SET(void *tlv, __u16 type, void *data, __u16 len)
  250. {
  251. struct tlv_desc *tlv_ptr;
  252. int tlv_len;
  253. tlv_len = TLV_LENGTH(len);
  254. tlv_ptr = (struct tlv_desc *)tlv;
  255. tlv_ptr->tlv_type = htons(type);
  256. tlv_ptr->tlv_len = htons(tlv_len);
  257. if (len && data)
  258. memcpy(TLV_DATA(tlv_ptr), data, tlv_len);
  259. return TLV_SPACE(len);
  260. }
  261. /*
  262. * A TLV list descriptor simplifies processing of messages
  263. * containing multiple TLVs.
  264. */
  265. struct tlv_list_desc {
  266. struct tlv_desc *tlv_ptr; /* ptr to current TLV */
  267. __u32 tlv_space; /* # bytes from curr TLV to list end */
  268. };
  269. static __inline__ void TLV_LIST_INIT(struct tlv_list_desc *list,
  270. void *data, __u32 space)
  271. {
  272. list->tlv_ptr = (struct tlv_desc *)data;
  273. list->tlv_space = space;
  274. }
  275. static __inline__ int TLV_LIST_EMPTY(struct tlv_list_desc *list)
  276. {
  277. return (list->tlv_space == 0);
  278. }
  279. static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type)
  280. {
  281. return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
  282. }
  283. static __inline__ void *TLV_LIST_DATA(struct tlv_list_desc *list)
  284. {
  285. return TLV_DATA(list->tlv_ptr);
  286. }
  287. static __inline__ void TLV_LIST_STEP(struct tlv_list_desc *list)
  288. {
  289. __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len));
  290. list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr + tlv_space);
  291. list->tlv_space -= tlv_space;
  292. }
  293. /*
  294. * Configuration messages exchanged via NETLINK_GENERIC use the following
  295. * family id, name, version and command.
  296. */
  297. #define TIPC_GENL_NAME "TIPC"
  298. #define TIPC_GENL_VERSION 0x1
  299. #define TIPC_GENL_CMD 0x1
  300. /*
  301. * TIPC specific header used in NETLINK_GENERIC requests.
  302. */
  303. struct tipc_genlmsghdr {
  304. __u32 dest; /* Destination address */
  305. __u16 cmd; /* Command */
  306. __u16 reserved; /* Unused */
  307. };
  308. #define TIPC_GENL_HDRLEN NLMSG_ALIGN(sizeof(struct tipc_genlmsghdr))
  309. /*
  310. * Configuration messages exchanged via TIPC sockets use the TIPC configuration
  311. * message header, which is defined below. This structure is analogous
  312. * to the Netlink message header, but fields are stored in network byte order
  313. * and no padding is permitted between the header and the message data
  314. * that follows.
  315. */
  316. struct tipc_cfg_msg_hdr {
  317. __be32 tcm_len; /* Message length (including header) */
  318. __be16 tcm_type; /* Command type */
  319. __be16 tcm_flags; /* Additional flags */
  320. char tcm_reserved[8]; /* Unused */
  321. };
  322. #define TCM_F_REQUEST 0x1 /* Flag: Request message */
  323. #define TCM_F_MORE 0x2 /* Flag: Message to be continued */
  324. #define TCM_ALIGN(datalen) (((datalen)+3) & ~3)
  325. #define TCM_LENGTH(datalen) (sizeof(struct tipc_cfg_msg_hdr) + datalen)
  326. #define TCM_SPACE(datalen) (TCM_ALIGN(TCM_LENGTH(datalen)))
  327. #define TCM_DATA(tcm_hdr) ((void *)((char *)(tcm_hdr) + TCM_LENGTH(0)))
  328. static __inline__ int TCM_SET(void *msg, __u16 cmd, __u16 flags,
  329. void *data, __u16 data_len)
  330. {
  331. struct tipc_cfg_msg_hdr *tcm_hdr;
  332. int msg_len;
  333. msg_len = TCM_LENGTH(data_len);
  334. tcm_hdr = (struct tipc_cfg_msg_hdr *)msg;
  335. tcm_hdr->tcm_len = htonl(msg_len);
  336. tcm_hdr->tcm_type = htons(cmd);
  337. tcm_hdr->tcm_flags = htons(flags);
  338. if (data_len && data)
  339. memcpy(TCM_DATA(msg), data, data_len);
  340. return TCM_SPACE(data_len);
  341. }
  342. #endif