totempg.c 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  1. /*
  2. * Copyright (c) 2003-2005 MontaVista Software, Inc.
  3. * Copyright (c) 2005 OSDL.
  4. * Copyright (c) 2006-2009 Red Hat, Inc.
  5. *
  6. * All rights reserved.
  7. *
  8. * Author: Steven Dake (sdake@redhat.com)
  9. * Author: Mark Haverkamp (markh@osdl.org)
  10. *
  11. * This software licensed under BSD license, the text of which follows:
  12. *
  13. * Redistribution and use in source and binary forms, with or without
  14. * modification, are permitted provided that the following conditions are met:
  15. *
  16. * - Redistributions of source code must retain the above copyright notice,
  17. * this list of conditions and the following disclaimer.
  18. * - Redistributions in binary form must reproduce the above copyright notice,
  19. * this list of conditions and the following disclaimer in the documentation
  20. * and/or other materials provided with the distribution.
  21. * - Neither the name of the MontaVista Software, Inc. nor the names of its
  22. * contributors may be used to endorse or promote products derived from this
  23. * software without specific prior written permission.
  24. *
  25. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  26. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  27. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  28. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  29. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  30. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  31. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  32. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  33. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  34. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  35. * THE POSSIBILITY OF SUCH DAMAGE.
  36. */
  37. /*
  38. * FRAGMENTATION AND PACKING ALGORITHM:
  39. *
  40. * Assemble the entire message into one buffer
  41. * if full fragment
  42. * store fragment into lengths list
  43. * for each full fragment
  44. * multicast fragment
  45. * set length and fragment fields of pg mesage
  46. * store remaining multicast into head of fragmentation data and set lens field
  47. *
  48. * If a message exceeds the maximum packet size allowed by the totem
  49. * single ring protocol, the protocol could lose forward progress.
  50. * Statically calculating the allowed data amount doesn't work because
  51. * the amount of data allowed depends on the number of fragments in
  52. * each message. In this implementation, the maximum fragment size
  53. * is dynamically calculated for each fragment added to the message.
  54. * It is possible for a message to be two bytes short of the maximum
  55. * packet size. This occurs when a message or collection of
  56. * messages + the mcast header + the lens are two bytes short of the
  57. * end of the packet. Since another len field consumes two bytes, the
  58. * len field would consume the rest of the packet without room for data.
  59. *
  60. * One optimization would be to forgo the final len field and determine
  61. * it from the size of the udp datagram. Then this condition would no
  62. * longer occur.
  63. */
  64. /*
  65. * ASSEMBLY AND UNPACKING ALGORITHM:
  66. *
  67. * copy incoming packet into assembly data buffer indexed by current
  68. * location of end of fragment
  69. *
  70. * if not fragmented
  71. * deliver all messages in assembly data buffer
  72. * else
  73. * if msg_count > 1 and fragmented
  74. * deliver all messages except last message in assembly data buffer
  75. * copy last fragmented section to start of assembly data buffer
  76. * else
  77. * if msg_count = 1 and fragmented
  78. * do nothing
  79. *
  80. */
  81. #include <config.h>
  82. #ifdef HAVE_ALLOCA_H
  83. #include <alloca.h>
  84. #endif
  85. #include <netinet/in.h>
  86. #include <sys/uio.h>
  87. #include <stdio.h>
  88. #include <stdlib.h>
  89. #include <string.h>
  90. #include <assert.h>
  91. #include <pthread.h>
  92. #include <errno.h>
  93. #include <limits.h>
  94. #include <corosync/swab.h>
  95. #include <corosync/hdb.h>
  96. #include <corosync/list.h>
  97. #include <corosync/totem/coropoll.h>
  98. #include <corosync/totem/totempg.h>
  99. #define LOGSYS_UTILS_ONLY 1
  100. #include <corosync/engine/logsys.h>
  101. #include "totemmrp.h"
  102. #include "totemsrp.h"
  103. #define min(a,b) ((a) < (b)) ? a : b
  104. struct totempg_mcast_header {
  105. short version;
  106. short type;
  107. };
  108. /*
  109. * totempg_mcast structure
  110. *
  111. * header: Identify the mcast.
  112. * fragmented: Set if this message continues into next message
  113. * continuation: Set if this message is a continuation from last message
  114. * msg_count Indicates how many packed messages are contained
  115. * in the mcast.
  116. * Also, the size of each packed message and the messages themselves are
  117. * appended to the end of this structure when sent.
  118. */
  119. struct totempg_mcast {
  120. struct totempg_mcast_header header;
  121. unsigned char fragmented;
  122. unsigned char continuation;
  123. unsigned short msg_count;
  124. /*
  125. * short msg_len[msg_count];
  126. */
  127. /*
  128. * data for messages
  129. */
  130. };
  131. /*
  132. * Maximum packet size for totem pg messages
  133. */
  134. #define TOTEMPG_PACKET_SIZE (totempg_totem_config->net_mtu - \
  135. sizeof (struct totempg_mcast))
  136. /*
  137. * Local variables used for packing small messages
  138. */
  139. static unsigned short mcast_packed_msg_lens[FRAME_SIZE_MAX];
  140. static int mcast_packed_msg_count = 0;
  141. static int totempg_reserved = 0;
  142. /*
  143. * Function and data used to log messages
  144. */
  145. static int totempg_log_level_security;
  146. static int totempg_log_level_error;
  147. static int totempg_log_level_warning;
  148. static int totempg_log_level_notice;
  149. static int totempg_log_level_debug;
  150. static int totempg_subsys_id;
  151. static void (*totempg_log_printf) (
  152. unsigned int rec_ident,
  153. const char *function,
  154. const char *file,
  155. int line,
  156. const char *format, ...) __attribute__((format(printf, 5, 6)));
  157. struct totem_config *totempg_totem_config;
  158. enum throw_away_mode {
  159. THROW_AWAY_INACTIVE,
  160. THROW_AWAY_ACTIVE
  161. };
  162. struct assembly {
  163. unsigned int nodeid;
  164. unsigned char data[MESSAGE_SIZE_MAX];
  165. int index;
  166. unsigned char last_frag_num;
  167. enum throw_away_mode throw_away_mode;
  168. struct list_head list;
  169. };
  170. static void assembly_deref (struct assembly *assembly);
  171. static int callback_token_received_fn (enum totem_callback_token_type type,
  172. const void *data);
  173. DECLARE_LIST_INIT(assembly_list_inuse);
  174. DECLARE_LIST_INIT(assembly_list_free);
  175. /*
  176. * Staging buffer for packed messages. Messages are staged in this buffer
  177. * before sending. Multiple messages may fit which cuts down on the
  178. * number of mcasts sent. If a message doesn't completely fit, then
  179. * the mcast header has a fragment bit set that says that there are more
  180. * data to follow. fragment_size is an index into the buffer. It indicates
  181. * the size of message data and where to place new message data.
  182. * fragment_contuation indicates whether the first packed message in
  183. * the buffer is a continuation of a previously packed fragment.
  184. */
  185. static unsigned char *fragmentation_data;
  186. static int fragment_size = 0;
  187. static int fragment_continuation = 0;
  188. static struct iovec iov_delv;
  189. static unsigned int totempg_max_handle = 0;
  190. struct totempg_group_instance {
  191. void (*deliver_fn) (
  192. unsigned int nodeid,
  193. const void *msg,
  194. unsigned int msg_len,
  195. int endian_conversion_required);
  196. void (*confchg_fn) (
  197. enum totem_configuration_type configuration_type,
  198. const unsigned int *member_list, size_t member_list_entries,
  199. const unsigned int *left_list, size_t left_list_entries,
  200. const unsigned int *joined_list, size_t joined_list_entries,
  201. const struct memb_ring_id *ring_id);
  202. struct totempg_group *groups;
  203. int groups_cnt;
  204. };
  205. DECLARE_HDB_DATABASE (totempg_groups_instance_database,NULL);
  206. static unsigned char next_fragment = 1;
  207. static pthread_mutex_t totempg_mutex = PTHREAD_MUTEX_INITIALIZER;
  208. static pthread_mutex_t callback_token_mutex = PTHREAD_MUTEX_INITIALIZER;
  209. static pthread_mutex_t mcast_msg_mutex = PTHREAD_MUTEX_INITIALIZER;
  210. #define log_printf(level, format, args...) \
  211. do { \
  212. totempg_log_printf ( \
  213. LOGSYS_ENCODE_RECID(level, \
  214. totempg_subsys_id, \
  215. LOGSYS_RECID_LOG), \
  216. __FUNCTION__, __FILE__, __LINE__, \
  217. format, ##args); \
  218. } while (0);
  219. static int msg_count_send_ok (int msg_count);
  220. static int byte_count_send_ok (int byte_count);
  221. static struct assembly *assembly_ref (unsigned int nodeid)
  222. {
  223. struct assembly *assembly;
  224. struct list_head *list;
  225. /*
  226. * Search inuse list for node id and return assembly buffer if found
  227. */
  228. for (list = assembly_list_inuse.next;
  229. list != &assembly_list_inuse;
  230. list = list->next) {
  231. assembly = list_entry (list, struct assembly, list);
  232. if (nodeid == assembly->nodeid) {
  233. return (assembly);
  234. }
  235. }
  236. /*
  237. * Nothing found in inuse list get one from free list if available
  238. */
  239. if (list_empty (&assembly_list_free) == 0) {
  240. assembly = list_entry (assembly_list_free.next, struct assembly, list);
  241. list_del (&assembly->list);
  242. list_add (&assembly->list, &assembly_list_inuse);
  243. assembly->nodeid = nodeid;
  244. assembly->index = 0;
  245. assembly->last_frag_num = 0;
  246. assembly->throw_away_mode = THROW_AWAY_INACTIVE;
  247. return (assembly);
  248. }
  249. /*
  250. * Nothing available in inuse or free list, so allocate a new one
  251. */
  252. assembly = malloc (sizeof (struct assembly));
  253. /*
  254. * TODO handle memory allocation failure here
  255. */
  256. assert (assembly);
  257. assembly->nodeid = nodeid;
  258. assembly->data[0] = 0;
  259. assembly->index = 0;
  260. assembly->last_frag_num = 0;
  261. assembly->throw_away_mode = THROW_AWAY_INACTIVE;
  262. list_init (&assembly->list);
  263. list_add (&assembly->list, &assembly_list_inuse);
  264. return (assembly);
  265. }
  266. static void assembly_deref (struct assembly *assembly)
  267. {
  268. list_del (&assembly->list);
  269. list_add (&assembly->list, &assembly_list_free);
  270. }
  271. static inline void app_confchg_fn (
  272. enum totem_configuration_type configuration_type,
  273. const unsigned int *member_list, size_t member_list_entries,
  274. const unsigned int *left_list, size_t left_list_entries,
  275. const unsigned int *joined_list, size_t joined_list_entries,
  276. const struct memb_ring_id *ring_id)
  277. {
  278. int i;
  279. struct totempg_group_instance *instance;
  280. struct assembly *assembly;
  281. unsigned int res;
  282. /*
  283. * For every leaving processor, add to free list
  284. * This also has the side effect of clearing out the dataset
  285. * In the leaving processor's assembly buffer.
  286. */
  287. for (i = 0; i < left_list_entries; i++) {
  288. assembly = assembly_ref (left_list[i]);
  289. list_del (&assembly->list);
  290. list_add (&assembly->list, &assembly_list_free);
  291. }
  292. for (i = 0; i <= totempg_max_handle; i++) {
  293. res = hdb_handle_get (&totempg_groups_instance_database,
  294. hdb_nocheck_convert (i), (void *)&instance);
  295. if (res == 0) {
  296. if (instance->confchg_fn) {
  297. instance->confchg_fn (
  298. configuration_type,
  299. member_list,
  300. member_list_entries,
  301. left_list,
  302. left_list_entries,
  303. joined_list,
  304. joined_list_entries,
  305. ring_id);
  306. }
  307. hdb_handle_put (&totempg_groups_instance_database,
  308. hdb_nocheck_convert (i));
  309. }
  310. }
  311. }
  312. static inline void group_endian_convert (
  313. void *msg,
  314. int msg_len)
  315. {
  316. unsigned short *group_len;
  317. int i;
  318. char *aligned_msg;
  319. /*
  320. * Align data structure for sparc and ia64
  321. */
  322. if ((size_t)msg % 4 != 0) {
  323. aligned_msg = alloca(msg_len);
  324. memcpy(aligned_msg, msg, msg_len);
  325. } else {
  326. aligned_msg = msg;
  327. }
  328. group_len = (unsigned short *)aligned_msg;
  329. group_len[0] = swab16(group_len[0]);
  330. for (i = 1; i < group_len[0] + 1; i++) {
  331. group_len[i] = swab16(group_len[i]);
  332. }
  333. if (aligned_msg != msg) {
  334. memcpy(msg, aligned_msg, msg_len);
  335. }
  336. }
  337. static inline int group_matches (
  338. struct iovec *iovec,
  339. unsigned int iov_len,
  340. struct totempg_group *groups_b,
  341. unsigned int group_b_cnt,
  342. unsigned int *adjust_iovec)
  343. {
  344. unsigned short *group_len;
  345. char *group_name;
  346. int i;
  347. int j;
  348. struct iovec iovec_aligned = { NULL, 0 };
  349. assert (iov_len == 1);
  350. /*
  351. * Align data structure for sparc and ia64
  352. */
  353. if ((size_t)iovec->iov_base % 4 != 0) {
  354. iovec_aligned.iov_base = alloca(iovec->iov_len);
  355. memcpy(iovec_aligned.iov_base, iovec->iov_base, iovec->iov_len);
  356. iovec_aligned.iov_len = iovec->iov_len;
  357. iovec = &iovec_aligned;
  358. }
  359. group_len = (unsigned short *)iovec->iov_base;
  360. group_name = ((char *)iovec->iov_base) +
  361. sizeof (unsigned short) * (group_len[0] + 1);
  362. /*
  363. * Calculate amount to adjust the iovec by before delivering to app
  364. */
  365. *adjust_iovec = sizeof (unsigned short) * (group_len[0] + 1);
  366. for (i = 1; i < group_len[0] + 1; i++) {
  367. *adjust_iovec += group_len[i];
  368. }
  369. /*
  370. * Determine if this message should be delivered to this instance
  371. */
  372. for (i = 1; i < group_len[0] + 1; i++) {
  373. for (j = 0; j < group_b_cnt; j++) {
  374. if ((group_len[i] == groups_b[j].group_len) &&
  375. (memcmp (groups_b[j].group, group_name, group_len[i]) == 0)) {
  376. return (1);
  377. }
  378. }
  379. group_name += group_len[i];
  380. }
  381. return (0);
  382. }
  383. static inline void app_deliver_fn (
  384. unsigned int nodeid,
  385. void *msg,
  386. unsigned int msg_len,
  387. int endian_conversion_required)
  388. {
  389. int i;
  390. struct totempg_group_instance *instance;
  391. struct iovec stripped_iovec;
  392. unsigned int adjust_iovec;
  393. unsigned int res;
  394. struct iovec *iovec;
  395. struct iovec aligned_iovec = { NULL, 0 };
  396. if (endian_conversion_required) {
  397. group_endian_convert (msg, msg_len);
  398. }
  399. /*
  400. * TODO This function needs to be rewritten for proper alignment to avoid 3+ memory copies
  401. */
  402. /*
  403. * Align data structure for sparc and ia64
  404. */
  405. aligned_iovec.iov_base = alloca(msg_len);
  406. aligned_iovec.iov_len = msg_len;
  407. memcpy(aligned_iovec.iov_base, msg, msg_len);
  408. iovec = &aligned_iovec;
  409. for (i = 0; i <= totempg_max_handle; i++) {
  410. res = hdb_handle_get (&totempg_groups_instance_database,
  411. hdb_nocheck_convert (i), (void *)&instance);
  412. if (res == 0) {
  413. if (group_matches (iovec, 1, instance->groups, instance->groups_cnt, &adjust_iovec)) {
  414. stripped_iovec.iov_len = iovec->iov_len - adjust_iovec;
  415. stripped_iovec.iov_base = (char *)iovec->iov_base + adjust_iovec;
  416. /*
  417. * Align data structure for sparc and ia64
  418. */
  419. if ((char *)iovec->iov_base + adjust_iovec % 4 != 0) {
  420. /*
  421. * Deal with misalignment
  422. */
  423. stripped_iovec.iov_base =
  424. alloca (stripped_iovec.iov_len);
  425. memcpy (stripped_iovec.iov_base,
  426. (char *)iovec->iov_base + adjust_iovec,
  427. stripped_iovec.iov_len);
  428. }
  429. instance->deliver_fn (
  430. nodeid,
  431. stripped_iovec.iov_base,
  432. stripped_iovec.iov_len,
  433. endian_conversion_required);
  434. }
  435. hdb_handle_put (&totempg_groups_instance_database, hdb_nocheck_convert(i));
  436. }
  437. }
  438. }
  439. static void totempg_confchg_fn (
  440. enum totem_configuration_type configuration_type,
  441. const unsigned int *member_list, size_t member_list_entries,
  442. const unsigned int *left_list, size_t left_list_entries,
  443. const unsigned int *joined_list, size_t joined_list_entries,
  444. const struct memb_ring_id *ring_id)
  445. {
  446. // TODO optimize this
  447. app_confchg_fn (configuration_type,
  448. member_list, member_list_entries,
  449. left_list, left_list_entries,
  450. joined_list, joined_list_entries,
  451. ring_id);
  452. }
  453. static void totempg_deliver_fn (
  454. unsigned int nodeid,
  455. const void *msg,
  456. unsigned int msg_len,
  457. int endian_conversion_required)
  458. {
  459. struct totempg_mcast *mcast;
  460. unsigned short *msg_lens;
  461. int i;
  462. struct assembly *assembly;
  463. char header[FRAME_SIZE_MAX];
  464. int msg_count;
  465. int continuation;
  466. int start;
  467. const char *data;
  468. int datasize;
  469. assembly = assembly_ref (nodeid);
  470. assert (assembly);
  471. /*
  472. * Assemble the header into one block of data and
  473. * assemble the packet contents into one block of data to simplify delivery
  474. */
  475. mcast = (struct totempg_mcast *)msg;
  476. if (endian_conversion_required) {
  477. mcast->msg_count = swab16 (mcast->msg_count);
  478. }
  479. msg_count = mcast->msg_count;
  480. datasize = sizeof (struct totempg_mcast) +
  481. msg_count * sizeof (unsigned short);
  482. memcpy (header, msg, datasize);
  483. data = msg;
  484. msg_lens = (unsigned short *) (header + sizeof (struct totempg_mcast));
  485. if (endian_conversion_required) {
  486. for (i = 0; i < mcast->msg_count; i++) {
  487. msg_lens[i] = swab16 (msg_lens[i]);
  488. }
  489. }
  490. memcpy (&assembly->data[assembly->index], &data[datasize],
  491. msg_len - datasize);
  492. /*
  493. * If the last message in the buffer is a fragment, then we
  494. * can't deliver it. We'll first deliver the full messages
  495. * then adjust the assembly buffer so we can add the rest of the
  496. * fragment when it arrives.
  497. */
  498. msg_count = mcast->fragmented ? mcast->msg_count - 1 : mcast->msg_count;
  499. continuation = mcast->continuation;
  500. iov_delv.iov_base = (void *)&assembly->data[0];
  501. iov_delv.iov_len = assembly->index + msg_lens[0];
  502. /*
  503. * Make sure that if this message is a continuation, that it
  504. * matches the sequence number of the previous fragment.
  505. * Also, if the first packed message is a continuation
  506. * of a previous message, but the assembly buffer
  507. * is empty, then we need to discard it since we can't
  508. * assemble a complete message. Likewise, if this message isn't a
  509. * continuation and the assembly buffer is empty, we have to discard
  510. * the continued message.
  511. */
  512. start = 0;
  513. if (assembly->throw_away_mode == THROW_AWAY_ACTIVE) {
  514. /* Throw away the first msg block */
  515. if (mcast->fragmented == 0 || mcast->fragmented == 1) {
  516. assembly->throw_away_mode = THROW_AWAY_INACTIVE;
  517. assembly->index += msg_lens[0];
  518. iov_delv.iov_base = (void *)&assembly->data[assembly->index];
  519. iov_delv.iov_len = msg_lens[1];
  520. start = 1;
  521. }
  522. } else
  523. if (assembly->throw_away_mode == THROW_AWAY_INACTIVE) {
  524. if (continuation == assembly->last_frag_num) {
  525. assembly->last_frag_num = mcast->fragmented;
  526. for (i = start; i < msg_count; i++) {
  527. app_deliver_fn(nodeid, iov_delv.iov_base, iov_delv.iov_len,
  528. endian_conversion_required);
  529. assembly->index += msg_lens[i];
  530. iov_delv.iov_base = (void *)&assembly->data[assembly->index];
  531. if (i < (msg_count - 1)) {
  532. iov_delv.iov_len = msg_lens[i + 1];
  533. }
  534. }
  535. } else {
  536. assembly->throw_away_mode = THROW_AWAY_ACTIVE;
  537. }
  538. }
  539. if (mcast->fragmented == 0) {
  540. /*
  541. * End of messages, dereference assembly struct
  542. */
  543. assembly->last_frag_num = 0;
  544. assembly->index = 0;
  545. assembly_deref (assembly);
  546. } else {
  547. /*
  548. * Message is fragmented, keep around assembly list
  549. */
  550. if (mcast->msg_count > 1) {
  551. memmove (&assembly->data[0],
  552. &assembly->data[assembly->index],
  553. msg_lens[msg_count]);
  554. assembly->index = 0;
  555. }
  556. assembly->index += msg_lens[msg_count];
  557. }
  558. }
  559. /*
  560. * Totem Process Group Abstraction
  561. * depends on poll abstraction, POSIX, IPV4
  562. */
  563. void *callback_token_received_handle;
  564. int callback_token_received_fn (enum totem_callback_token_type type,
  565. const void *data)
  566. {
  567. struct totempg_mcast mcast;
  568. struct iovec iovecs[3];
  569. int res;
  570. pthread_mutex_lock (&mcast_msg_mutex);
  571. if (mcast_packed_msg_count == 0) {
  572. pthread_mutex_unlock (&mcast_msg_mutex);
  573. return (0);
  574. }
  575. if (totemmrp_avail() == 0) {
  576. pthread_mutex_unlock (&mcast_msg_mutex);
  577. return (0);
  578. }
  579. mcast.fragmented = 0;
  580. /*
  581. * Was the first message in this buffer a continuation of a
  582. * fragmented message?
  583. */
  584. mcast.continuation = fragment_continuation;
  585. fragment_continuation = 0;
  586. mcast.msg_count = mcast_packed_msg_count;
  587. iovecs[0].iov_base = (void *)&mcast;
  588. iovecs[0].iov_len = sizeof (struct totempg_mcast);
  589. iovecs[1].iov_base = (void *)mcast_packed_msg_lens;
  590. iovecs[1].iov_len = mcast_packed_msg_count * sizeof (unsigned short);
  591. iovecs[2].iov_base = (void *)&fragmentation_data[0];
  592. iovecs[2].iov_len = fragment_size;
  593. res = totemmrp_mcast (iovecs, 3, 0);
  594. mcast_packed_msg_count = 0;
  595. fragment_size = 0;
  596. pthread_mutex_unlock (&mcast_msg_mutex);
  597. return (0);
  598. }
  599. /*
  600. * Initialize the totem process group abstraction
  601. */
  602. int totempg_initialize (
  603. hdb_handle_t poll_handle,
  604. struct totem_config *totem_config)
  605. {
  606. int res;
  607. totempg_totem_config = totem_config;
  608. totempg_log_level_security = totem_config->totem_logging_configuration.log_level_security;
  609. totempg_log_level_error = totem_config->totem_logging_configuration.log_level_error;
  610. totempg_log_level_warning = totem_config->totem_logging_configuration.log_level_warning;
  611. totempg_log_level_notice = totem_config->totem_logging_configuration.log_level_notice;
  612. totempg_log_level_debug = totem_config->totem_logging_configuration.log_level_debug;
  613. totempg_log_printf = totem_config->totem_logging_configuration.log_printf;
  614. totempg_subsys_id = totem_config->totem_logging_configuration.log_subsys_id;
  615. fragmentation_data = malloc (TOTEMPG_PACKET_SIZE);
  616. if (fragmentation_data == 0) {
  617. return (-1);
  618. }
  619. res = totemmrp_initialize (
  620. poll_handle,
  621. totem_config,
  622. totempg_deliver_fn,
  623. totempg_confchg_fn);
  624. totemmrp_callback_token_create (
  625. &callback_token_received_handle,
  626. TOTEM_CALLBACK_TOKEN_RECEIVED,
  627. 0,
  628. callback_token_received_fn,
  629. 0);
  630. totemsrp_net_mtu_adjust (totem_config);
  631. return (res);
  632. }
  633. void totempg_finalize (void)
  634. {
  635. pthread_mutex_lock (&totempg_mutex);
  636. totemmrp_finalize ();
  637. pthread_mutex_unlock (&totempg_mutex);
  638. }
  639. /*
  640. * Multicast a message
  641. */
  642. static int mcast_msg (
  643. struct iovec *iovec_in,
  644. unsigned int iov_len,
  645. int guarantee)
  646. {
  647. int res = 0;
  648. struct totempg_mcast mcast;
  649. struct iovec iovecs[3];
  650. struct iovec iovec[64];
  651. int i;
  652. int dest, src;
  653. int max_packet_size = 0;
  654. int copy_len = 0;
  655. int copy_base = 0;
  656. int total_size = 0;
  657. pthread_mutex_lock (&mcast_msg_mutex);
  658. totemmrp_new_msg_signal ();
  659. /*
  660. * Remove zero length iovectors from the list
  661. */
  662. assert (iov_len < 64);
  663. for (dest = 0, src = 0; src < iov_len; src++) {
  664. if (iovec_in[src].iov_len) {
  665. memcpy (&iovec[dest++], &iovec_in[src],
  666. sizeof (struct iovec));
  667. }
  668. }
  669. iov_len = dest;
  670. max_packet_size = TOTEMPG_PACKET_SIZE -
  671. (sizeof (unsigned short) * (mcast_packed_msg_count + 1));
  672. mcast_packed_msg_lens[mcast_packed_msg_count] = 0;
  673. /*
  674. * Check if we would overwrite new message queue
  675. */
  676. for (i = 0; i < iov_len; i++) {
  677. total_size += iovec[i].iov_len;
  678. }
  679. if (byte_count_send_ok (total_size + sizeof(unsigned short) *
  680. (mcast_packed_msg_count+1)) == 0) {
  681. pthread_mutex_unlock (&mcast_msg_mutex);
  682. return(-1);
  683. }
  684. for (i = 0; i < iov_len; ) {
  685. mcast.fragmented = 0;
  686. mcast.continuation = fragment_continuation;
  687. copy_len = iovec[i].iov_len - copy_base;
  688. /*
  689. * If it all fits with room left over, copy it in.
  690. * We need to leave at least sizeof(short) + 1 bytes in the
  691. * fragment_buffer on exit so that max_packet_size + fragment_size
  692. * doesn't exceed the size of the fragment_buffer on the next call.
  693. */
  694. if ((copy_len + fragment_size) <
  695. (max_packet_size - sizeof (unsigned short))) {
  696. memcpy (&fragmentation_data[fragment_size],
  697. (char *)iovec[i].iov_base + copy_base, copy_len);
  698. fragment_size += copy_len;
  699. mcast_packed_msg_lens[mcast_packed_msg_count] += copy_len;
  700. next_fragment = 1;
  701. copy_len = 0;
  702. copy_base = 0;
  703. i++;
  704. continue;
  705. /*
  706. * If it just fits or is too big, then send out what fits.
  707. */
  708. } else {
  709. unsigned char *data_ptr;
  710. copy_len = min(copy_len, max_packet_size - fragment_size);
  711. if( copy_len == max_packet_size )
  712. data_ptr = (unsigned char *)iovec[i].iov_base + copy_base;
  713. else {
  714. data_ptr = fragmentation_data;
  715. memcpy (&fragmentation_data[fragment_size],
  716. (unsigned char *)iovec[i].iov_base + copy_base, copy_len);
  717. }
  718. memcpy (&fragmentation_data[fragment_size],
  719. (unsigned char *)iovec[i].iov_base + copy_base, copy_len);
  720. mcast_packed_msg_lens[mcast_packed_msg_count] += copy_len;
  721. /*
  722. * if we're not on the last iovec or the iovec is too large to
  723. * fit, then indicate a fragment. This also means that the next
  724. * message will have the continuation of this one.
  725. */
  726. if ((i < (iov_len - 1)) ||
  727. ((copy_base + copy_len) < iovec[i].iov_len)) {
  728. if (!next_fragment) {
  729. next_fragment++;
  730. }
  731. fragment_continuation = next_fragment;
  732. mcast.fragmented = next_fragment++;
  733. assert(fragment_continuation != 0);
  734. assert(mcast.fragmented != 0);
  735. } else {
  736. fragment_continuation = 0;
  737. }
  738. /*
  739. * assemble the message and send it
  740. */
  741. mcast.msg_count = ++mcast_packed_msg_count;
  742. iovecs[0].iov_base = (void *)&mcast;
  743. iovecs[0].iov_len = sizeof(struct totempg_mcast);
  744. iovecs[1].iov_base = (void *)mcast_packed_msg_lens;
  745. iovecs[1].iov_len = mcast_packed_msg_count *
  746. sizeof(unsigned short);
  747. iovecs[2].iov_base = (void *)data_ptr;
  748. iovecs[2].iov_len = max_packet_size;
  749. assert (totemmrp_avail() > 0);
  750. res = totemmrp_mcast (iovecs, 3, guarantee);
  751. /*
  752. * Recalculate counts and indexes for the next.
  753. */
  754. mcast_packed_msg_lens[0] = 0;
  755. mcast_packed_msg_count = 0;
  756. fragment_size = 0;
  757. max_packet_size = TOTEMPG_PACKET_SIZE - (sizeof(unsigned short));
  758. /*
  759. * If the iovec all fit, go to the next iovec
  760. */
  761. if ((copy_base + copy_len) == iovec[i].iov_len) {
  762. copy_len = 0;
  763. copy_base = 0;
  764. i++;
  765. /*
  766. * Continue with the rest of the current iovec.
  767. */
  768. } else {
  769. copy_base += copy_len;
  770. }
  771. }
  772. }
  773. /*
  774. * Bump only if we added message data. This may be zero if
  775. * the last buffer just fit into the fragmentation_data buffer
  776. * and we were at the last iovec.
  777. */
  778. if (mcast_packed_msg_lens[mcast_packed_msg_count]) {
  779. mcast_packed_msg_count++;
  780. }
  781. pthread_mutex_unlock (&mcast_msg_mutex);
  782. return (res);
  783. }
  784. /*
  785. * Determine if a message of msg_size could be queued
  786. */
  787. static int msg_count_send_ok (
  788. int msg_count)
  789. {
  790. int avail = 0;
  791. avail = totemmrp_avail () - totempg_reserved - 1;
  792. return (avail > msg_count);
  793. }
  794. static int byte_count_send_ok (
  795. int byte_count)
  796. {
  797. unsigned int msg_count = 0;
  798. int avail = 0;
  799. avail = totemmrp_avail () - 1;
  800. msg_count = (byte_count / (totempg_totem_config->net_mtu - 25)) + 1;
  801. return (avail > msg_count);
  802. }
  803. static int send_reserve (
  804. int msg_size)
  805. {
  806. unsigned int msg_count = 0;
  807. msg_count = (msg_size / (totempg_totem_config->net_mtu - 25)) + 1;
  808. totempg_reserved += msg_count;
  809. return (msg_count);
  810. }
  811. static void send_release (
  812. int msg_count)
  813. {
  814. totempg_reserved -= msg_count;
  815. }
  816. int totempg_callback_token_create (
  817. void **handle_out,
  818. enum totem_callback_token_type type,
  819. int delete,
  820. int (*callback_fn) (enum totem_callback_token_type type, const void *),
  821. const void *data)
  822. {
  823. unsigned int res;
  824. pthread_mutex_lock (&callback_token_mutex);
  825. res = totemmrp_callback_token_create (handle_out, type, delete,
  826. callback_fn, data);
  827. pthread_mutex_unlock (&callback_token_mutex);
  828. return (res);
  829. }
  830. void totempg_callback_token_destroy (
  831. void *handle_out)
  832. {
  833. pthread_mutex_lock (&callback_token_mutex);
  834. totemmrp_callback_token_destroy (handle_out);
  835. pthread_mutex_unlock (&callback_token_mutex);
  836. }
  837. /*
  838. * vi: set autoindent tabstop=4 shiftwidth=4 :
  839. */
  840. int totempg_groups_initialize (
  841. hdb_handle_t *handle,
  842. void (*deliver_fn) (
  843. unsigned int nodeid,
  844. const void *msg,
  845. unsigned int msg_len,
  846. int endian_conversion_required),
  847. void (*confchg_fn) (
  848. enum totem_configuration_type configuration_type,
  849. const unsigned int *member_list, size_t member_list_entries,
  850. const unsigned int *left_list, size_t left_list_entries,
  851. const unsigned int *joined_list, size_t joined_list_entries,
  852. const struct memb_ring_id *ring_id))
  853. {
  854. struct totempg_group_instance *instance;
  855. unsigned int res;
  856. pthread_mutex_lock (&totempg_mutex);
  857. res = hdb_handle_create (&totempg_groups_instance_database,
  858. sizeof (struct totempg_group_instance), handle);
  859. if (res != 0) {
  860. goto error_exit;
  861. }
  862. if (*handle > totempg_max_handle) {
  863. totempg_max_handle = *handle;
  864. }
  865. res = hdb_handle_get (&totempg_groups_instance_database, *handle,
  866. (void *)&instance);
  867. if (res != 0) {
  868. goto error_destroy;
  869. }
  870. instance->deliver_fn = deliver_fn;
  871. instance->confchg_fn = confchg_fn;
  872. instance->groups = 0;
  873. instance->groups_cnt = 0;
  874. hdb_handle_put (&totempg_groups_instance_database, *handle);
  875. pthread_mutex_unlock (&totempg_mutex);
  876. return (0);
  877. error_destroy:
  878. hdb_handle_destroy (&totempg_groups_instance_database, *handle);
  879. error_exit:
  880. pthread_mutex_unlock (&totempg_mutex);
  881. return (-1);
  882. }
  883. int totempg_groups_join (
  884. hdb_handle_t handle,
  885. const struct totempg_group *groups,
  886. size_t group_cnt)
  887. {
  888. struct totempg_group_instance *instance;
  889. struct totempg_group *new_groups;
  890. unsigned int res;
  891. pthread_mutex_lock (&totempg_mutex);
  892. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  893. (void *)&instance);
  894. if (res != 0) {
  895. goto error_exit;
  896. }
  897. new_groups = realloc (instance->groups,
  898. sizeof (struct totempg_group) *
  899. (instance->groups_cnt + group_cnt));
  900. if (new_groups == 0) {
  901. res = ENOMEM;
  902. goto error_exit;
  903. }
  904. memcpy (&new_groups[instance->groups_cnt],
  905. groups, group_cnt * sizeof (struct totempg_group));
  906. instance->groups = new_groups;
  907. instance->groups_cnt += group_cnt;
  908. hdb_handle_put (&totempg_groups_instance_database, handle);
  909. error_exit:
  910. pthread_mutex_unlock (&totempg_mutex);
  911. return (res);
  912. }
  913. int totempg_groups_leave (
  914. hdb_handle_t handle,
  915. const struct totempg_group *groups,
  916. size_t group_cnt)
  917. {
  918. struct totempg_group_instance *instance;
  919. unsigned int res;
  920. pthread_mutex_lock (&totempg_mutex);
  921. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  922. (void *)&instance);
  923. if (res != 0) {
  924. goto error_exit;
  925. }
  926. hdb_handle_put (&totempg_groups_instance_database, handle);
  927. error_exit:
  928. pthread_mutex_unlock (&totempg_mutex);
  929. return (res);
  930. }
  931. #define MAX_IOVECS_FROM_APP 32
  932. #define MAX_GROUPS_PER_MSG 32
  933. int totempg_groups_mcast_joined (
  934. hdb_handle_t handle,
  935. const struct iovec *iovec,
  936. unsigned int iov_len,
  937. int guarantee)
  938. {
  939. struct totempg_group_instance *instance;
  940. unsigned short group_len[MAX_GROUPS_PER_MSG + 1];
  941. struct iovec iovec_mcast[MAX_GROUPS_PER_MSG + 1 + MAX_IOVECS_FROM_APP];
  942. int i;
  943. unsigned int res;
  944. pthread_mutex_lock (&totempg_mutex);
  945. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  946. (void *)&instance);
  947. if (res != 0) {
  948. goto error_exit;
  949. }
  950. /*
  951. * Build group_len structure and the iovec_mcast structure
  952. */
  953. group_len[0] = instance->groups_cnt;
  954. for (i = 0; i < instance->groups_cnt; i++) {
  955. group_len[i + 1] = instance->groups[i].group_len;
  956. iovec_mcast[i + 1].iov_len = instance->groups[i].group_len;
  957. iovec_mcast[i + 1].iov_base = (void *) instance->groups[i].group;
  958. }
  959. iovec_mcast[0].iov_len = (instance->groups_cnt + 1) * sizeof (unsigned short);
  960. iovec_mcast[0].iov_base = group_len;
  961. for (i = 0; i < iov_len; i++) {
  962. iovec_mcast[i + instance->groups_cnt + 1].iov_len = iovec[i].iov_len;
  963. iovec_mcast[i + instance->groups_cnt + 1].iov_base = iovec[i].iov_base;
  964. }
  965. res = mcast_msg (iovec_mcast, iov_len + instance->groups_cnt + 1, guarantee);
  966. hdb_handle_put (&totempg_groups_instance_database, handle);
  967. error_exit:
  968. pthread_mutex_unlock (&totempg_mutex);
  969. return (res);
  970. }
  971. int totempg_groups_joined_reserve (
  972. hdb_handle_t handle,
  973. const struct iovec *iovec,
  974. unsigned int iov_len)
  975. {
  976. struct totempg_group_instance *instance;
  977. unsigned int size = 0;
  978. unsigned int i;
  979. unsigned int res;
  980. unsigned int reserved = 0;
  981. pthread_mutex_lock (&totempg_mutex);
  982. pthread_mutex_lock (&mcast_msg_mutex);
  983. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  984. (void *)&instance);
  985. if (res != 0) {
  986. goto error_exit;
  987. }
  988. for (i = 0; i < instance->groups_cnt; i++) {
  989. size += instance->groups[i].group_len;
  990. }
  991. for (i = 0; i < iov_len; i++) {
  992. size += iovec[i].iov_len;
  993. }
  994. reserved = send_reserve (size);
  995. if (msg_count_send_ok (reserved) == 0) {
  996. send_release (reserved);
  997. reserved = 0;
  998. }
  999. hdb_handle_put (&totempg_groups_instance_database, handle);
  1000. error_exit:
  1001. pthread_mutex_unlock (&mcast_msg_mutex);
  1002. pthread_mutex_unlock (&totempg_mutex);
  1003. return (reserved);
  1004. }
  1005. int totempg_groups_joined_release (int msg_count)
  1006. {
  1007. pthread_mutex_lock (&totempg_mutex);
  1008. pthread_mutex_lock (&mcast_msg_mutex);
  1009. send_release (msg_count);
  1010. pthread_mutex_unlock (&mcast_msg_mutex);
  1011. pthread_mutex_unlock (&totempg_mutex);
  1012. return 0;
  1013. }
  1014. int totempg_groups_mcast_groups (
  1015. hdb_handle_t handle,
  1016. int guarantee,
  1017. const struct totempg_group *groups,
  1018. size_t groups_cnt,
  1019. const struct iovec *iovec,
  1020. unsigned int iov_len)
  1021. {
  1022. struct totempg_group_instance *instance;
  1023. unsigned short group_len[MAX_GROUPS_PER_MSG + 1];
  1024. struct iovec iovec_mcast[MAX_GROUPS_PER_MSG + 1 + MAX_IOVECS_FROM_APP];
  1025. int i;
  1026. unsigned int res;
  1027. pthread_mutex_lock (&totempg_mutex);
  1028. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  1029. (void *)&instance);
  1030. if (res != 0) {
  1031. goto error_exit;
  1032. }
  1033. /*
  1034. * Build group_len structure and the iovec_mcast structure
  1035. */
  1036. group_len[0] = groups_cnt;
  1037. for (i = 0; i < groups_cnt; i++) {
  1038. group_len[i + 1] = groups[i].group_len;
  1039. iovec_mcast[i + 1].iov_len = groups[i].group_len;
  1040. iovec_mcast[i + 1].iov_base = (void *) groups[i].group;
  1041. }
  1042. iovec_mcast[0].iov_len = (groups_cnt + 1) * sizeof (unsigned short);
  1043. iovec_mcast[0].iov_base = group_len;
  1044. for (i = 0; i < iov_len; i++) {
  1045. iovec_mcast[i + groups_cnt + 1].iov_len = iovec[i].iov_len;
  1046. iovec_mcast[i + groups_cnt + 1].iov_base = iovec[i].iov_base;
  1047. }
  1048. res = mcast_msg (iovec_mcast, iov_len + groups_cnt + 1, guarantee);
  1049. hdb_handle_put (&totempg_groups_instance_database, handle);
  1050. error_exit:
  1051. pthread_mutex_unlock (&totempg_mutex);
  1052. return (res);
  1053. }
  1054. /*
  1055. * Returns -1 if error, 0 if can't send, 1 if can send the message
  1056. */
  1057. int totempg_groups_send_ok_groups (
  1058. hdb_handle_t handle,
  1059. const struct totempg_group *groups,
  1060. size_t groups_cnt,
  1061. const struct iovec *iovec,
  1062. unsigned int iov_len)
  1063. {
  1064. struct totempg_group_instance *instance;
  1065. unsigned int size = 0;
  1066. unsigned int i;
  1067. unsigned int res;
  1068. pthread_mutex_lock (&totempg_mutex);
  1069. res = hdb_handle_get (&totempg_groups_instance_database, handle,
  1070. (void *)&instance);
  1071. if (res != 0) {
  1072. goto error_exit;
  1073. }
  1074. for (i = 0; i < groups_cnt; i++) {
  1075. size += groups[i].group_len;
  1076. }
  1077. for (i = 0; i < iov_len; i++) {
  1078. size += iovec[i].iov_len;
  1079. }
  1080. res = msg_count_send_ok (size);
  1081. hdb_handle_put (&totempg_groups_instance_database, handle);
  1082. error_exit:
  1083. pthread_mutex_unlock (&totempg_mutex);
  1084. return (res);
  1085. }
  1086. int totempg_ifaces_get (
  1087. unsigned int nodeid,
  1088. struct totem_ip_address *interfaces,
  1089. char ***status,
  1090. unsigned int *iface_count)
  1091. {
  1092. int res;
  1093. res = totemmrp_ifaces_get (
  1094. nodeid,
  1095. interfaces,
  1096. status,
  1097. iface_count);
  1098. return (res);
  1099. }
  1100. int totempg_crypto_set (
  1101. unsigned int type)
  1102. {
  1103. int res;
  1104. res = totemmrp_crypto_set (
  1105. type);
  1106. return (res);
  1107. }
  1108. int totempg_ring_reenable (void)
  1109. {
  1110. int res;
  1111. res = totemmrp_ring_reenable ();
  1112. return (res);
  1113. }
  1114. const char *totempg_ifaces_print (unsigned int nodeid)
  1115. {
  1116. static char iface_string[256 * INTERFACE_MAX];
  1117. char one_iface[64];
  1118. struct totem_ip_address interfaces[INTERFACE_MAX];
  1119. char **status;
  1120. unsigned int iface_count;
  1121. unsigned int i;
  1122. int res;
  1123. iface_string[0] = '\0';
  1124. res = totempg_ifaces_get (nodeid, interfaces, &status, &iface_count);
  1125. if (res == -1) {
  1126. return ("no interface found for nodeid");
  1127. }
  1128. for (i = 0; i < iface_count; i++) {
  1129. sprintf (one_iface, "r(%d) ip(%s) ",
  1130. i, totemip_print (&interfaces[i]));
  1131. strcat (iface_string, one_iface);
  1132. }
  1133. return (iface_string);
  1134. }
  1135. unsigned int totempg_my_nodeid_get (void)
  1136. {
  1137. return (totemmrp_my_nodeid_get());
  1138. }
  1139. int totempg_my_family_get (void)
  1140. {
  1141. return (totemmrp_my_family_get());
  1142. }